summaryrefslogtreecommitdiff
path: root/O3-support.patch
blob: 2728810e00af868c1ee5b00f6b02ec719a657e93 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/premake4.lua
+++ b/premake4.lua
@@ -88,7 +88,7 @@
 configuration "Release"
 	defines { "NDEBUG=1" }
 	flags { "Optimize", "NoFramePointer" }
-	buildoptions { "-O2" }
+	buildoptions { "-O3" }
 	targetdir "bin/Release"