Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(83)

Unified Diff: experimental/iOSSampleApp/iOSSampleApp.xcodeproj/project.pbxproj

Issue 2002423002: [GN] Add support for disabling opts via SK_BUILD_NO_OPTS define. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « experimental/iOSSampleApp/SkiOSSampleApp-Release.xcconfig ('k') | gyp/common_conditions.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: experimental/iOSSampleApp/iOSSampleApp.xcodeproj/project.pbxproj
diff --git a/experimental/iOSSampleApp/iOSSampleApp.xcodeproj/project.pbxproj b/experimental/iOSSampleApp/iOSSampleApp.xcodeproj/project.pbxproj
index b0016f8ad980e2090af1f7dd690baf8fea066feb..bbb84822d3b553b643393f3612b36a15c93d0b5d 100755
--- a/experimental/iOSSampleApp/iOSSampleApp.xcodeproj/project.pbxproj
+++ b/experimental/iOSSampleApp/iOSSampleApp.xcodeproj/project.pbxproj
@@ -3428,6 +3428,7 @@
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PREPROCESSOR_DEFINITIONS = (
SK_BUILD_FOR_IOS,
+ SK_BUILD_NO_OPTS,
SK_DEBUG,
);
GCC_WARN_ABOUT_RETURN_TYPE = YES;
@@ -3449,6 +3450,7 @@
GCC_PREPROCESSOR_DEFINITIONS = (
SK_RELEASE,
SK_BUILD_FOR_IOS,
+ SK_BUILD_NO_OPTS,
);
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNUSED_VARIABLE = NO;
« no previous file with comments | « experimental/iOSSampleApp/SkiOSSampleApp-Release.xcconfig ('k') | gyp/common_conditions.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698