OLD | NEW |
1 // | 1 // |
2 // SkiOSSampleApp.xcconfig | 2 // SkiOSSampleApp.xcconfig |
3 // iOSSampleApp | 3 // iOSSampleApp |
4 // | 4 // |
5 // Created by Yang Su on 6/30/11. | 5 // Created by Yang Su on 6/30/11. |
6 // Copyright 2011 Google Inc. | 6 // Copyright 2011 Google Inc. |
7 // Use of this source code is governed by a BSD-style license that can be | 7 // Use of this source code is governed by a BSD-style license that can be |
8 // found in the LICENSE file. | 8 // found in the LICENSE file. |
9 // | 9 // |
10 #include "SkiOSSampleApp-Base" | 10 #include "SkiOSSampleApp-Base" |
11 | 11 |
12 GCC_PREPROCESSOR_DEFINITIONS=SK_DEBUG SK_BUILD_FOR_IOS | 12 GCC_PREPROCESSOR_DEFINITIONS=SK_DEBUG SK_BUILD_FOR_IOS SK_BUILD_NO_OPTS |
13 GCC_OPTIMIZATION_LEVEL=0 | 13 GCC_OPTIMIZATION_LEVEL=0 |
OLD | NEW |