Skip to content

Commit e84ad80

Browse files
committed
add -g option for android by default
1 parent 30a97f8 commit e84ad80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wscript

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ def configure(conf):
369369
'-lz'
370370
]
371371

372-
flags += ['-funwind-tables', '-fvisibility=default']
372+
flags += ['-funwind-tables', '-g']
373373
elif conf.env.COMPILER_CC != 'msvc' and conf.env.DEST_OS != 'darwin' and conf.env.DEST_CPU in ['x86', 'x86_64']:
374374
flags += ['-march=core2']
375375

0 commit comments

Comments
 (0)