summaryrefslogtreecommitdiff
path: root/O3-support.patch
diff options
context:
space:
mode:
Diffstat (limited to 'O3-support.patch')
-rw-r--r--O3-support.patch12
1 files changed, 4 insertions, 8 deletions
diff --git a/O3-support.patch b/O3-support.patch
index 2728810..bfdeec9 100644
--- a/O3-support.patch
+++ b/O3-support.patch
@@ -1,11 +1,7 @@
---- a/premake4.lua
-+++ b/premake4.lua
-@@ -88,7 +88,7 @@
- configuration "Release"
- defines { "NDEBUG=1" }
- flags { "Optimize", "NoFramePointer" }
+--- a/premake5.lua
++++ b/premake5.lua
+@@ -88,3 +88,3 @@
+ omitframepointer "On"
- buildoptions { "-O2" }
+ buildoptions { "-O3" }
targetdir "bin/Release"
-
-