diff options
| author | ruki <[email protected]> | 2015-06-06 22:52:00 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2015-06-06 22:52:00 +0800 |
| commit | 70aafd951297294b4f6e8e3ec8ee5058461fa59a (patch) | |
| tree | bade5bf24566df41de9a1cb2a171d9301d8a3205 /xmake/scripts/base/project.lua | |
| parent | 7c091cff74f038381c5e16576afeb7d4713bc917 (diff) | |
append warning flags
Diffstat (limited to 'xmake/scripts/base/project.lua')
| -rw-r--r-- | xmake/scripts/base/project.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/scripts/base/project.lua b/xmake/scripts/base/project.lua index c42d30908..f4f9c1dfc 100644 --- a/xmake/scripts/base/project.lua +++ b/xmake/scripts/base/project.lua @@ -189,7 +189,7 @@ function project.loadxproj(file) , "ldflags" , "shflags" , "defines" - , "warning" + , "warnings" , "optimize"} -- init filter |
