Bug: Windows release builds of Premake4 made with GCC crash on script syntax errors
This commit is contained in:
parent
c1200dad3d
commit
9ebd499dd1
@ -13,6 +13,7 @@ This version is a complete rewrite of Premake.
|
|||||||
|
|
||||||
RC2 -> RC3
|
RC2 -> RC3
|
||||||
|
|
||||||
|
- Bug: GCC Windows release builds of Premake4 crash on script errors
|
||||||
- Patched Lua to load precompiled bytecodes on PPC architectures.
|
- Patched Lua to load precompiled bytecodes on PPC architectures.
|
||||||
- Display paths of generated files
|
- Display paths of generated files
|
||||||
|
|
||||||
|
@ -66,7 +66,7 @@ end
|
|||||||
configuration "Release"
|
configuration "Release"
|
||||||
targetdir "bin/release"
|
targetdir "bin/release"
|
||||||
defines "NDEBUG"
|
defines "NDEBUG"
|
||||||
flags { "OptimizeSize", "NoFramePointer" }
|
flags { "OptimizeSize" }
|
||||||
|
|
||||||
configuration "vs*"
|
configuration "vs*"
|
||||||
defines { "_CRT_SECURE_NO_WARNINGS" }
|
defines { "_CRT_SECURE_NO_WARNINGS" }
|
||||||
|
Reference in New Issue
Block a user