diff options
| author | ruki <[email protected]> | 2018-09-02 21:11:39 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2018-09-02 21:11:39 +0800 |
| commit | d54f54c0e7f90d8eade621f102d18938cd153f5b (patch) | |
| tree | 5395cbfa8a37ddbe39a6b67115367be0e01e43ba | |
| parent | 86e6cab8a48f728be6f12a5b147f696735572b80 (diff) | |
remove -MP4
| -rw-r--r-- | xmake/modules/core/tools/cl.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/modules/core/tools/cl.lua b/xmake/modules/core/tools/cl.lua index bedf7e2e9..cc6b0c680 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", "-MP4" } + _g.cxflags = { "-nologo" } -- init flags map _g.mapflags = |
