summaryrefslogtreecommitdiff
path: root/xmake/modules
diff options
context:
space:
mode:
Diffstat (limited to 'xmake/modules')
-rw-r--r--xmake/modules/core/tools/gcc.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmake/modules/core/tools/gcc.lua b/xmake/modules/core/tools/gcc.lua
index 3a9fab612..e94eb5827 100644
--- a/xmake/modules/core/tools/gcc.lua
+++ b/xmake/modules/core/tools/gcc.lua
@@ -120,8 +120,8 @@ function nf_warning(self, level)
local maps =
{
none = "-w"
- , less = "-W1"
- , more = "-W3"
+ , less = "-Wall"
+ , more = "-Wall"
, all = "-Wall"
, error = "-Werror"
}