We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30a97f8 commit e84ad80Copy full SHA for e84ad80
wscript
@@ -369,7 +369,7 @@ def configure(conf):
369
'-lz'
370
]
371
372
- flags += ['-funwind-tables', '-fvisibility=default']
+ flags += ['-funwind-tables', '-g']
373
elif conf.env.COMPILER_CC != 'msvc' and conf.env.DEST_OS != 'darwin' and conf.env.DEST_CPU in ['x86', 'x86_64']:
374
flags += ['-march=core2']
375
0 commit comments