diff options
| author | ruki <[email protected]> | 2021-09-26 23:12:02 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2021-09-26 23:12:02 +0800 |
| commit | d00138d98064b84db0c76dde99587b5ea425fdf4 (patch) | |
| tree | 6522190484e42bc8cc36afafb48c9c163c7717bd /xmake/modules/core/tools/nvcc.lua | |
| parent | 57222b35a8c1ba36d5487345e4fb16b40d07fd0e (diff) | |
improve languages
Diffstat (limited to 'xmake/modules/core/tools/nvcc.lua')
| -rw-r--r-- | xmake/modules/core/tools/nvcc.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/modules/core/tools/nvcc.lua b/xmake/modules/core/tools/nvcc.lua index 41093c502..b5e41367f 100644 --- a/xmake/modules/core/tools/nvcc.lua +++ b/xmake/modules/core/tools/nvcc.lua @@ -179,6 +179,7 @@ function nf_language(self, stdname) , cxx11 = "--std c++11" , cxx14 = "--std c++14" , cxx17 = "--std c++17" + , cxxlatest = "--std c++17" } local cxxmaps2 = {} for k, v in pairs(_g.cxxmaps) do |
