Browse Source

add -g option for android by default

pull/200/head
nillerusr 1 year ago
parent
commit
e84ad80c46
  1. 2
      wscript

2
wscript

@ -369,7 +369,7 @@ def configure(conf): @@ -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…
Cancel
Save