diff options
| author | lucy96chen <47800040+lucy96chen@users.noreply.github.com> | 2022-04-21 17:05:05 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-21 17:05:05 -0700 |
| commit | 3572f7f833a2e3019f31b6c55a20cd678c8e01e8 (patch) | |
| tree | 6dbca3c44cba9b919ace86be42223576042c6074 /premake5.lua | |
| parent | f493d24c70a6227754296439e97adf35ec412496 (diff) | |
Treat warnings as errors in slang-gfx (#2201)
* Enable treating warnings as errors
* Changed tab to spaces
Diffstat (limited to 'premake5.lua')
| -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" } |
