summaryrefslogtreecommitdiff
path: root/xmake/modules/core/tools/cl.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2018-05-17 22:39:59 +0800
committerruki <[email protected]>2018-05-17 09:59:57 +0800
commit9a143be04c04ab253fc31776ab740f1ccd42e04d (patch)
tree0b688c39a9f730f1369cc7b1a38bb2fc0a96327b /xmake/modules/core/tools/cl.lua
parent8bc36559abbd22939c56d24a861b95c7d8b8b3c9 (diff)
support x86 for wdk rule
Diffstat (limited to 'xmake/modules/core/tools/cl.lua')
-rw-r--r--xmake/modules/core/tools/cl.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/modules/core/tools/cl.lua b/xmake/modules/core/tools/cl.lua
index 2cdb3ca72..2166d6a85 100644
--- a/xmake/modules/core/tools/cl.lua
+++ b/xmake/modules/core/tools/cl.lua
@@ -30,7 +30,7 @@ import("core.language.language")
function init(self)
-- init cxflags
- _g.cxflags = { "-nologo", "-Gd", "-MP4", "-D_MBCS", "-D_CRT_SECURE_NO_WARNINGS"}
+ _g.cxflags = { "-nologo", "-MP4", "-D_MBCS", "-D_CRT_SECURE_NO_WARNINGS"}
-- init flags map
_g.mapflags =