OLD | NEW |
1 // | 1 // |
2 // SkiOSSampleApp-Release.xcconfig | 2 // SkiOSSampleApp-Release.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 GCC_PREPROCESSOR_DEFINITIONS=SK_RELEASE SK_BUILD_FOR_IOS | 11 GCC_PREPROCESSOR_DEFINITIONS=SK_RELEASE SK_BUILD_FOR_IOS SK_BUILD_NO_OPTS |
12 GCC_OPTIMIZATION_LEVEL=s | 12 GCC_OPTIMIZATION_LEVEL=s |
OLD | NEW |