summaryrefslogtreecommitdiff
path: root/xmake/modules/core/tools/gcc.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2021-10-28 00:37:30 +0800
committerruki <[email protected]>2021-10-28 00:37:30 +0800
commit020ec323df6377390fe144e8af78dd7cc741ec0b (patch)
tree92ae67e5301eab91ad4e8fd6d8fa074429811b00 /xmake/modules/core/tools/gcc.lua
parentd527a9213c3ac1651dc7f7bea7a2ea91139ed6ff (diff)
improve ml
Diffstat (limited to 'xmake/modules/core/tools/gcc.lua')
-rw-r--r--xmake/modules/core/tools/gcc.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/xmake/modules/core/tools/gcc.lua b/xmake/modules/core/tools/gcc.lua
index 49998fec6..2e93ea2bb 100644
--- a/xmake/modules/core/tools/gcc.lua
+++ b/xmake/modules/core/tools/gcc.lua
@@ -421,7 +421,6 @@ end
-- make the compile arguments list
function compargv(self, sourcefile, objectfile, flags)
-
-- precompiled header?
local extension = path.extension(sourcefile)
if (extension:startswith(".h") or extension == ".inl") then