summaryrefslogtreecommitdiffstats
path: root/premake5.lua
diff options
context:
space:
mode:
Diffstat (limited to 'premake5.lua')
-rw-r--r--premake5.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/premake5.lua b/premake5.lua
index 0b2fc65c7..e7223a5f3 100644
--- a/premake5.lua
+++ b/premake5.lua
@@ -262,7 +262,7 @@ workspace "slang"
optimize "Off"
symbols "On"
defines { "_DEBUG" }
-
+ -- staticruntime "Off"
-- For the release configuration we will turn optimizations on
-- (we do not yet micro-manage the optimization settings)
-- and set the preprocessor definition that VS would add by default.