summaryrefslogtreecommitdiffstats
path: root/premake5.lua
diff options
context:
space:
mode:
Diffstat (limited to 'premake5.lua')
-rw-r--r--premake5.lua3
1 files changed, 1 insertions, 2 deletions
diff --git a/premake5.lua b/premake5.lua
index 093b4659d..7635e1df1 100644
--- a/premake5.lua
+++ b/premake5.lua
@@ -320,8 +320,7 @@ workspace "slang"
-- and configuration options, e.g. `bin/windows-x64/debug/`
targetdir("bin/" .. targetName .. "/%{cfg.buildcfg:lower()}")
- -- C++11
- cppdialect "C++11"
+ cppdialect "C++17"
-- Statically link to the C/C++ runtime rather than create a DLL dependency.
staticruntime "On"
-- Turn off edit and continue for all projects. This is needed to avoid