summaryrefslogtreecommitdiff
path: root/O3-support.patch
diff options
context:
space:
mode:
Diffstat (limited to 'O3-support.patch')
-rw-r--r--O3-support.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/O3-support.patch b/O3-support.patch
new file mode 100644
index 0000000..2728810
--- /dev/null
+++ b/O3-support.patch
@@ -0,0 +1,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"
+
+