add -g option for android by default
This commit is contained in:
parent
7810f8ae6b
commit
7cd9ab5fb7
1 changed files with 1 additions and 1 deletions
2
wscript
2
wscript
|
@ -369,7 +369,7 @@ def configure(conf):
|
|||
'-lz'
|
||||
]
|
||||
|
||||
flags += ['-funwind-tables', '-fvisibility=default']
|
||||
flags += ['-funwind-tables', '-g']
|
||||
elif conf.env.COMPILER_CC != 'msvc' and conf.env.DEST_OS != 'darwin' and conf.env.DEST_CPU in ['x86', 'x86_64']:
|
||||
flags += ['-march=core2']
|
||||
|
||||
|
|
Loading…
Reference in a new issue