diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2019-09-27 12:20:54 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2019-09-27 12:20:54 -0700 |
commit | 7a408532446341b7e7c706b3396e511629a39839 (patch) | |
tree | 10dc4b02092a131d6476b06303111762690163ad /O3-support.patch | |
parent | Enabled O3 (diff) | |
download | cataclysm-dda-7a408532446341b7e7c706b3396e511629a39839.tar.xz |
Add desktop file for cataclysm-tiles
Replace -O3 patch with sed.
Diffstat (limited to 'O3-support.patch')
-rw-r--r-- | O3-support.patch | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/O3-support.patch b/O3-support.patch deleted file mode 100644 index ab802cf..0000000 --- a/O3-support.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- a/Makefile -+++ b/Makefile -@@ -255,7 +261,7 @@ - OPTLEVEL = -O0 - else - ifeq ($(shell $(CXX) -E -Os - < /dev/null > /dev/null 2>&1 && echo fos),fos) -- OPTLEVEL = -Os -+ OPTLEVEL = -O3 - else - OPTLEVEL = -O3 - endif -@@ -266,7 +272,7 @@ - ifeq ($(CXXMACHINE), x86_64-w64-mingw32.static) - OPTLEVEL = -O3 - else -- OPTLEVEL = -Os -+ OPTLEVEL = -O3 - endif - endif - ifdef LTO |