disable omit-frame-pointer on solaris systems

pull/24503/head
Dave Pacheco 2012-02-07 16:50:05 -08:00 committed by isaacs
parent 2d6a076ab3
commit b47ba2c431
1 changed files with 1 additions and 1 deletions

2
deps/v8/SConstruct vendored
View File

@ -127,7 +127,7 @@ LIBRARY_FLAGS = {
'CPPDEFINES': ['__C99FEATURES__'],
'CPPPATH' : ['/usr/local/include'],
'LIBPATH' : ['/usr/local/lib'],
'CCFLAGS': ['-ansi'],
'CCFLAGS': ['-ansi', '-fno-omit-frame-pointer'],
},
'os:win32': {
'CCFLAGS': ['-DWIN32'],