From 302dd6c577cc54e25c9b33033db2a7fdcce40e7d Mon Sep 17 00:00:00 2001 From: ruki Date: Mon, 22 May 2017 10:59:23 +0800 Subject: fix compile rust error in debug mode --- xmake/tools/rustc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmake/tools/rustc.lua') 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 = "" } -- cgit v1.3.1