mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-14 17:43:11 -04:00
12 lines
320 B
Diff
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'])
|