mirror of
https://github.com/nillerusr/source-engine.git
synced 2025-01-12 08:08:06 +00:00
add -g option for android by default
This commit is contained in:
parent
30a97f855e
commit
e84ad80c46
2
wscript
2
wscript
@ -369,7 +369,7 @@ def configure(conf):
|
|||||||
'-lz'
|
'-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']:
|
elif conf.env.COMPILER_CC != 'msvc' and conf.env.DEST_OS != 'darwin' and conf.env.DEST_CPU in ['x86', 'x86_64']:
|
||||||
flags += ['-march=core2']
|
flags += ['-march=core2']
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user