diff options
author | reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2011-10-10 14:19:40 +0000 |
---|---|---|
committer | reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2011-10-10 14:19:40 +0000 |
commit | e05cc8e94ee2ad853233262d74047119939111f2 (patch) | |
tree | 50d39b53258eb3b22ef5371e3d6c20ba7627979c /gyp | |
parent | 58f511989f08a0af74f041cfae657740b008da86 (diff) |
explicitly set opt level for mac-release
delete obsolete FPS bench
git-svn-id: http://skia.googlecode.com/svn/trunk@2442 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gyp')
-rw-r--r-- | gyp/bench.gypi | 1 | ||||
-rw-r--r-- | gyp/common_conditions.gypi | 5 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gyp/bench.gypi b/gyp/bench.gypi index e84b6baa2a..3b79380eec 100644 --- a/gyp/bench.gypi +++ b/gyp/bench.gypi @@ -22,7 +22,6 @@ '../bench/BitmapBench.cpp', '../bench/BlurBench.cpp', '../bench/DecodeBench.cpp', - '../bench/FPSBench.cpp', '../bench/GradientBench.cpp', '../bench/MathBench.cpp', '../bench/MatrixBench.cpp', diff --git a/gyp/common_conditions.gypi b/gyp/common_conditions.gypi index 40649f1e94..19fad9e3b4 100644 --- a/gyp/common_conditions.gypi +++ b/gyp/common_conditions.gypi @@ -105,6 +105,11 @@ 'GCC_OPTIMIZATION_LEVEL': '0', }, }, + 'Release': { + 'xcode_settings': { + 'GCC_OPTIMIZATION_LEVEL': '3', + }, + }, }, 'xcode_settings': { 'SYMROOT': '<(DEPTH)/xcodebuild', |