From dcaeda333910bc331fc706394cef7dd8fa81b1fe Mon Sep 17 00:00:00 2001 From: ruki Date: Wed, 17 Jun 2020 23:32:11 +0800 Subject: improve cl to support 8192 limit --- xmake/modules/private/action/build/object.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'xmake/modules/private') diff --git a/xmake/modules/private/action/build/object.lua b/xmake/modules/private/action/build/object.lua index 3b5bc1368..cee91e18e 100644 --- a/xmake/modules/private/action/build/object.lua +++ b/xmake/modules/private/action/build/object.lua @@ -65,7 +65,8 @@ function _do_build_file(target, sourcefile, opt) -- trace verbose info if verbose then - print(compinst:compcmd(sourcefile, objectfile, {compflags = compflags})) + -- show the full link command with raw arguments, it will expand @xxx.args for msvc/link on windows + print(compinst:compcmd(sourcefile, objectfile, {compflags = compflags, rawargs = true})) end -- compile it -- cgit v1.3.1