diff options
| -rw-r--r-- | xmake/modules/package/tools/gn.lua | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/xmake/modules/package/tools/gn.lua b/xmake/modules/package/tools/gn.lua index 8684482e4..2f4d953e1 100644 --- a/xmake/modules/package/tools/gn.lua +++ b/xmake/modules/package/tools/gn.lua @@ -67,9 +67,6 @@ function _get_configs(package, configs, opt) configs.target_cpu = "arm" end configs.is_debug = package:is_debug() - if not package:is_debug() then - configs.symbol_level = 0 - end return configs end |
