diff options
| author | Caleb Kiage <[email protected]> | 2023-07-19 15:20:16 +0300 |
|---|---|---|
| committer | Caleb Kiage <[email protected]> | 2023-07-19 15:20:16 +0300 |
| commit | ee90b259692e64b4042af9802d68590388b68e41 (patch) | |
| tree | d951549e7bd0ce36a86a532b34dc8ed2f737983e /xmake/modules/package/tools/gn.lua | |
| parent | b8890a47fc1da1e71775e9bc35201bad583a5328 (diff) | |
Remove gn symbol level
Diffstat (limited to 'xmake/modules/package/tools/gn.lua')
| -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 |
