Author: [EMAIL PROTECTED]
Date: Fri Oct 10 06:15:59 2008
New Revision: 488

Modified:
    branches/bleeding_edge/SConstruct

Log:
- Omit frame pointers when using GCC.

Review URL: http://codereview.chromium.org/7078

Modified: branches/bleeding_edge/SConstruct
==============================================================================
--- branches/bleeding_edge/SConstruct   (original)
+++ branches/bleeding_edge/SConstruct   Fri Oct 10 06:15:59 2008
@@ -52,7 +52,7 @@
        'CPPDEFINES':   ['ENABLE_DISASSEMBLER', 'DEBUG']
      },
      'mode:release': {
-      'CCFLAGS':      ['-O3']
+      'CCFLAGS':      ['-O3', '-fomit-frame-pointer']
      },
      'wordsize:64': {
        'CCFLAGS':      ['-m32'],

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

Reply via email to