Reviewers: Jakob,

Message:
Hi Jakob,

I chose you as reviewer since you've made lots of changes in this file. Note
that I'm not a committer so you'll need to land this patch for me if it looks
good.

Description:
Turn off optimization for Mac Debug builds


Please review this at https://codereview.chromium.org/11414237/

SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge

Affected files:
  M build/common.gypi


Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index 46972c6763b1acf7b1bb41e69231f874191dd4f7..03a0ecafddaf306d0ab439770dc982e3fc45b6de 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -378,6 +378,11 @@
               }],
             ],
           }],
+          ['OS=="mac"', {
+            'xcode_settings': {
+              'GCC_OPTIMIZATION_LEVEL': '0',  # -O0
+            },
+          }],
         ],
       },  # Debug
       'Release': {


--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to