mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-19 06:51:56 +00:00
add -g option for android by default
This commit is contained in:
@@ -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']
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user