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 44a0da437..20bb6b364 100644
--- a/premake5.lua
+++ b/premake5.lua
@@ -375,7 +375,7 @@ workspace "slang"
filter { "toolset:gcc*", "language:C++" }
buildoptions { "-Wno-class-memaccess" }
filter { "toolset:clang or gcc*", "language:C++" }
- buildoptions { "-Wno-reorder", "-Wno-invalid-offsetof" }
+ buildoptions { "-Wno-reorder", "-Wno-invalid-offsetof", "-Wno-assume" }
-- When compiling the debug configuration, we want to turn
-- optimization off, make sure debug symbols are output,