aboutsummaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorJamie Madill <jmadill@transgaming.com>2013-07-08 13:31:38 -0400
committerShannon Woods <shannonwoods@chromium.org>2013-07-19 18:06:52 -0400
commiteb1a010f0f996b3742fd34b92ffaf9014c943528 (patch)
tree26f931683608d126e7364fc8b23fa7fb49becae4 /build
parent94bf7f228d5a2f153ae9cb808f65ef9fbaa4005f (diff)
downloadangle-eb1a010f0f996b3742fd34b92ffaf9014c943528.tar.gz
Add expression complexity and call stack depth limits.
git-svn-id: https://angleproject.googlecode.com/svn/trunk@2242 736b8ea6-26fd-11df-bfd4-992fa37f6226 TRAC #23333 Authored-by: gman@chromium.org Signed-off-by: Shannon Woods Signed-off-by Nicolas Capens Merged-by: Jamie Madill Conflicts: src/common/version.h
Diffstat (limited to 'build')
-rw-r--r--build/common.gypi4
1 files changed, 4 insertions, 0 deletions
diff --git a/build/common.gypi b/build/common.gypi
index 3ae185ed..fc9f2951 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -110,6 +110,10 @@
'LinkIncremental': '2',
},
},
+ 'xcode_settings': {
+ 'COPY_PHASE_STRIP': 'NO',
+ 'GCC_OPTIMIZATION_LEVEL': '0',
+ },
}, # Debug
'Release': {
'inherit_from': ['Common'],