Bug: Windows release builds of Premake4 made with GCC crash on script syntax errors

This commit is contained in:
starkos 2009-01-13 19:33:21 +00:00
parent c1200dad3d
commit 9ebd499dd1
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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" }