diff options
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 |
