mirror of https://github.com/nodejs/node.git
disable omit-frame-pointer on solaris systems
parent
2d6a076ab3
commit
b47ba2c431
|
@ -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