Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
disable omit-frame-pointer on solaris systems
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Pacheco authored and piscisaureus committed Apr 16, 2012
1 parent 0c0f13e commit 0f74729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/v8/SConstruct
Expand Up @@ -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'],
Expand Down

0 comments on commit 0f74729

Please sign in to comment.