Skip to content

Commit

Permalink
build: fix typo in premake5.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
diamante0018 committed Feb 19, 2024
1 parent 9ac42b0 commit d3b964c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions premake5.lua
Original file line number Diff line number Diff line change
Expand Up @@ -100,13 +100,13 @@ end

flags {"NoIncrementalLink", "NoMinimalRebuild", "MultiProcessorCompile", "No64BitChecks"}

filter "configurations:Release"
filter "configurations:release"
optimize "Size"
defines "NDEBUG"
flags "FatalCompileWarnings"
filter {}

filter "configurations:Debug"
filter "configurations:debug"
optimize "Debug"
defines {"DEBUG", "_DEBUG"}
filter {}
Expand Down

0 comments on commit d3b964c

Please sign in to comment.