From e84ad80c462a475747c16eae151a66b3eaaf8244 Mon Sep 17 00:00:00 2001 From: nillerusr Date: Fri, 17 Feb 2023 03:16:45 +0300 Subject: [PATCH] add -g option for android by default --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wscript b/wscript index 84f00019..046e14a4 100644 --- a/wscript +++ b/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']