diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2019-04-30 14:04:50 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2019-04-30 14:04:50 -0700 |
commit | 9a19a3cc0c5e8b7343954008887f82358dca156f (patch) | |
tree | 29df6fa04e63e58f35cc876e6181fdbef1123368 /O3.patch | |
parent | Maintainer logic (diff) | |
download | tome4-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.patch | 11 |
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" - - |