Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/premake-4.x.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstarkos <unknown>2009-01-13 22:33:21 +0300
committerstarkos <unknown>2009-01-13 22:33:21 +0300
commit9ebd499dd1ce0aaac2166c95027ca5420fcd2a41 (patch)
tree788cc8490e7158f98d8ecde36e57e90622e10ee0 /premake4.lua
parentc1200dad3def1008c3449a75f653a1b48cb8e38d (diff)
Bug: Windows release builds of Premake4 made with GCC crash on script syntax errors
Diffstat (limited to 'premake4.lua')
-rw-r--r--premake4.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/premake4.lua b/premake4.lua
index 1fb3f40..ea69ef4 100644
--- a/premake4.lua
+++ b/premake4.lua
@@ -66,7 +66,7 @@ end
configuration "Release"
targetdir "bin/release"
defines "NDEBUG"
- flags { "OptimizeSize", "NoFramePointer" }
+ flags { "OptimizeSize" }
configuration "vs*"
defines { "_CRT_SECURE_NO_WARNINGS" }