mirror of
https://github.com/alterware/aw-installer.git
synced 2025-02-05 03:09:02 +00:00
build: fix typo in premake5.lua
This commit is contained in:
parent
334c43f670
commit
296b92d5fc
@ -95,13 +95,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 {}
|
||||
|
Loading…
x
Reference in New Issue
Block a user