dev-cpp/dtl: initial import

Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2021-06-19 02:26:08 +02:00
parent 70301f81c0
commit ee0817a5da
4 changed files with 77 additions and 0 deletions

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