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/core/tool/compiler.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmake/core/tool/compiler.lua') diff --git a/xmake/core/tool/compiler.lua b/xmake/core/tool/compiler.lua index b99bfdfca..e56f2d300 100644 --- a/xmake/core/tool/compiler.lua +++ b/xmake/core/tool/compiler.lua @@ -254,7 +254,7 @@ function compiler:compargv(sourcefiles, objectfile, opt) end compflags = self:compflags(opt) end - return self:_tool():compargv(sourcefiles, objectfile, compflags) + return self:_tool():compargv(sourcefiles, objectfile, compflags, opt) end -- get the compile command -- cgit v1.3.1