diff options
| author | OpportunityLiu <[email protected]> | 2019-05-21 09:47:51 +0800 |
|---|---|---|
| committer | OpportunityLiu <[email protected]> | 2019-05-21 09:54:01 +0800 |
| commit | b9a9de043eccb54e6be4cf8a0108f96d856f2b43 (patch) | |
| tree | 3638e595e9acb54c09deb776975ca72f3de202f2 /xmake/modules/core/tools/gcc.lua | |
| parent | a4dfd8fd27eed47d760c78db4672fd50d0f2fbac (diff) | |
add more support
Diffstat (limited to 'xmake/modules/core/tools/gcc.lua')
| -rw-r--r-- | xmake/modules/core/tools/gcc.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/modules/core/tools/gcc.lua b/xmake/modules/core/tools/gcc.lua index f31f4f876..997d3109f 100644 --- a/xmake/modules/core/tools/gcc.lua +++ b/xmake/modules/core/tools/gcc.lua @@ -52,6 +52,7 @@ function init(self) ["-W1"] = "-Wall" , ["-W2"] = "-Wall" , ["-W3"] = "-Wall" + , ["-W4"] = "-Wextra" , ["-Weverything"] = "-Wall -Wextra -Weffc++" -- strip |
