diff --git a/premake5.lua b/premake5.lua index b6b258b..6863e74 100644 --- a/premake5.lua +++ b/premake5.lua @@ -56,5 +56,4 @@ project "ModelCompiler" defines{"_RELEASE"} filter "configurations:Publish" - optimize "On" - defines{"_RELEASE, _PUBLISH"} \ No newline at end of file + flags {"ExcludeFromBuild"} \ No newline at end of file