summaryrefslogtreecommitdiff
path: root/xmake/actions/run/main.lua
diff options
context:
space:
mode:
Diffstat (limited to 'xmake/actions/run/main.lua')
-rw-r--r--xmake/actions/run/main.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/actions/run/main.lua b/xmake/actions/run/main.lua
index ab2db5cd1..72fe8bbac 100644
--- a/xmake/actions/run/main.lua
+++ b/xmake/actions/run/main.lua
@@ -196,7 +196,7 @@ function main()
-- we need clear the previous config and reload it
-- to avoid trigger recheck configs
config.clear()
- task.run("build", {target = option.get("target"), all = option.get("all")})
+ task.run("build", {target = option.get("target"), all = option.get("all")}, {disable_dump = true})
end
-- load targets