Added flag to exclude from build in publish

This commit is contained in:
Xiao Qi 2023-03-25 16:38:57 +08:00
parent c4cea569e1
commit 24080969a6
1 changed files with 1 additions and 2 deletions

View File

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