From 8a71039475212fb1e1a6dd2fd2911d02769637ef Mon Sep 17 00:00:00 2001 From: Yong He Date: Thu, 8 Apr 2021 21:10:30 -0700 Subject: Improve robustness of gfx lifetime management. (#1788) * Improve robustness of gfx lifetime management. * fix clang error * fix clang error * Fix clang warning --- premake5.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'premake5.lua') 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. -- cgit v1.2.3