summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xmake/tools/rustc.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/tools/rustc.lua b/xmake/tools/rustc.lua
index 5727544d2..44e117d3f 100644
--- a/xmake/tools/rustc.lua
+++ b/xmake/tools/rustc.lua
@@ -91,7 +91,7 @@ function nf_symbol(level)
-- the maps
local maps =
{
- debug = "-C debug-info=2"
+ debug = "-C debuginfo=2"
, hidden = ""
}