Files
guru/dev-cpp/dtl/files/dtl-1.19_p20210531-do-not-append-O2.patch
Alessandro Barbieri ee0817a5da dev-cpp/dtl: initial import
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
2021-06-19 02:26:35 +02:00

12 lines
320 B
Diff

--- 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'])