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

Side by Side Diff: experimental/iOSSampleApp/SkiOSSampleApp-Debug.xcconfig

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 unified diff | Download patch
« no previous file with comments | « bench/SkBlend_optsBench.cpp ('k') | experimental/iOSSampleApp/SkiOSSampleApp-Release.xcconfig » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
OLDNEW
« no previous file with comments | « bench/SkBlend_optsBench.cpp ('k') | experimental/iOSSampleApp/SkiOSSampleApp-Release.xcconfig » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698