summaryrefslogtreecommitdiff
path: root/O3-support.patch
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2019-04-30 14:04:50 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2019-04-30 14:04:50 -0700
commit9a19a3cc0c5e8b7343954008887f82358dca156f (patch)
tree29df6fa04e63e58f35cc876e6181fdbef1123368 /O3-support.patch
parentMaintainer logic (diff)
downloadtome4-9a19a3cc0c5e8b7343954008887f82358dca156f.tar.xz
Updated offline patch to newer version.
Renamed patches to better explain their purpose.
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"
+
+