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