diff --git a/premake5.lua b/premake5.lua index ce1b93f..725cc3e 100644 --- a/premake5.lua +++ b/premake5.lua @@ -70,7 +70,7 @@ workspace "open-iw5" filter "configurations:Release" optimize "Size" - buildoptions {"/Os"} + buildoptions {"/Os"} defines {"NDEBUG"} flags {"FatalCompileWarnings"} filter {}