mirror of
https://github.com/nodejs/node.git
synced 2024-12-01 16:10:02 +01:00
disable omit-frame-pointer on solaris systems
This commit is contained in:
parent
81d18398a8
commit
e5ed6b91f4
2
deps/v8/SConstruct
vendored
2
deps/v8/SConstruct
vendored
@ -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'],
|
||||
|
Loading…
Reference in New Issue
Block a user