Compare commits

...

1 Commits

Author SHA1 Message Date
Xiao Qi 24080969a6 Added flag to exclude from build in publish 2023-03-25 16:38:57 +08:00
1 changed files with 1 additions and 2 deletions

View File

@ -56,5 +56,4 @@ project "ModelCompiler"
defines{"_RELEASE"} defines{"_RELEASE"}
filter "configurations:Publish" filter "configurations:Publish"
optimize "On" flags {"ExcludeFromBuild"}
defines{"_RELEASE, _PUBLISH"}