summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2023-07-19 22:05:05 +0800
committerGitHub <[email protected]>2023-07-19 22:05:05 +0800
commit032d2bf863f5c58ab8b4c36f86438d722b41ed6d (patch)
treed951549e7bd0ce36a86a532b34dc8ed2f737983e
parentb8890a47fc1da1e71775e9bc35201bad583a5328 (diff)
parentee90b259692e64b4042af9802d68590388b68e41 (diff)
Merge pull request #3980 from calebkiage/remove-symbol-level-config
Remove gn symbol level
-rw-r--r--xmake/modules/package/tools/gn.lua3
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