diff options
| author | ruki <[email protected]> | 2017-09-23 22:45:11 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2017-09-23 22:45:11 +0800 |
| commit | bafd589189425e569cefb9192b7b04b4faec5acf (patch) | |
| tree | e21255dff0757b8658c182be5bba7fb2dbd6afb0 /xmake/modules/core/tools/gcc.lua | |
| parent | f4238878fd89f0fcc714941cfca245cd73c706f2 (diff) | |
improve cl.lua
Diffstat (limited to 'xmake/modules/core/tools/gcc.lua')
| -rw-r--r-- | xmake/modules/core/tools/gcc.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xmake/modules/core/tools/gcc.lua b/xmake/modules/core/tools/gcc.lua index 16a8bc9b2..e011d8c68 100644 --- a/xmake/modules/core/tools/gcc.lua +++ b/xmake/modules/core/tools/gcc.lua @@ -189,10 +189,10 @@ function nf_language(self, stdname) , gnuxx11 = "-std=gnu++11" , cxx14 = "-std=c++14" , gnuxx14 = "-std=gnu++14" - , cxx1z = "-std=c++1z" - , gnuxx1z = "-std=gnu++1z" , cxx17 = "-std=c++17" , gnuxx17 = "-std=gnu++17" + , cxx1z = "-std=c++1z" + , gnuxx1z = "-std=gnu++1z" } -- select maps |
