summaryrefslogtreecommitdiff
path: root/xmake/rules/mode/xmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2020-04-03 23:18:09 +0800
committerruki <[email protected]>2020-04-03 14:20:20 +0800
commitb49cfd13fc19b42ecce4ae9077e3ba51a46a5fcb (patch)
treeff9ad749278725525951c0d836a018fc416b0ca1 /xmake/rules/mode/xmake.lua
parent9783d272988b51843869af98e0c53fa00cf9c902 (diff)
enable symbols.extract for other langs
Diffstat (limited to 'xmake/rules/mode/xmake.lua')
-rw-r--r--xmake/rules/mode/xmake.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/xmake/rules/mode/xmake.lua b/xmake/rules/mode/xmake.lua
index 7214e23f8..6dfa4b0f2 100644
--- a/xmake/rules/mode/xmake.lua
+++ b/xmake/rules/mode/xmake.lua
@@ -39,8 +39,6 @@ rule("mode.debug")
-- define rule: release mode
rule("mode.release")
- -- we attempt to extract symbols to the independent file and strip self-target binary if `symbols/debug` is enabled
- add_deps("utils.symbols.extract")
after_load(function (target)
-- is release mode now? xmake f -m release