Skip to content

Commit b47ba2c

Browse files
Dave Pachecoisaacs
authored andcommitted
disable omit-frame-pointer on solaris systems
1 parent 2d6a076 commit b47ba2c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

deps/v8/SConstruct

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ LIBRARY_FLAGS = {
127127
'CPPDEFINES': ['__C99FEATURES__'],
128128
'CPPPATH' : ['/usr/local/include'],
129129
'LIBPATH' : ['/usr/local/lib'],
130-
'CCFLAGS': ['-ansi'],
130+
'CCFLAGS': ['-ansi', '-fno-omit-frame-pointer'],
131131
},
132132
'os:win32': {
133133
'CCFLAGS': ['-DWIN32'],

0 commit comments

Comments
 (0)