mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-16 18:43:18 -04:00
dev-cpp/dtl: initial import
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
11
dev-cpp/dtl/files/dtl-1.19_p20210531-do-not-append-O2.patch
Normal file
11
dev-cpp/dtl/files/dtl-1.19_p20210531-do-not-append-O2.patch
Normal file
@@ -0,0 +1,11 @@
|
||||
--- 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'])
|
||||
Reference in New Issue
Block a user