aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-cpp/dtl/files/dtl-1.19_p20210531-do-not-append-O2.patch')
-rw-r--r--dev-cpp/dtl/files/dtl-1.19_p20210531-do-not-append-O2.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/dev-cpp/dtl/files/dtl-1.19_p20210531-do-not-append-O2.patch b/dev-cpp/dtl/files/dtl-1.19_p20210531-do-not-append-O2.patch
deleted file mode 100644
index 4b6f99943..000000000
--- a/dev-cpp/dtl/files/dtl-1.19_p20210531-do-not-append-O2.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/examples/SConstruct
-+++ b/examples/SConstruct
-@@ -7,7 +7,7 @@
- if debug == 'y' or debug == 'yes':
- env.Append(CPPFLAGS = ['-Wall', '-g'])
- else:
-- env.Append(CPPFLAGS = ['-Wall', '-O2'])
-+ env.Append(CPPFLAGS = ['-Wall'])
-
- if os.sys.platform != "win32":
- env.Append(CPPDEFINES = ['HAVE_UNISTD_H'])