diff options
| -rw-r--r-- | premake5.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/premake5.lua b/premake5.lua index d4b1715a2..123cc74aa 100644 --- a/premake5.lua +++ b/premake5.lua @@ -875,6 +875,7 @@ standardProject("slang-rt", "source/slang-rt") kind "SharedLib" links { "core", "slang" } pic "On" + flags { "FatalWarnings" } defines { "SLANG_GFX_DYNAMIC", "SLANG_GFX_DYNAMIC_EXPORT" } |
