blob: 94ef76e68854afce4e7c9f8ef9cb41e17774278d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- mixxx-9999/build/depends.py 2010-12-22 11:13:22.000000000 -0800
+++ mixxx-9999/build/depends.py 2010-12-22 11:14:02.000000000 -0800
@@ -587,10 +587,8 @@
if build.toolchain_is_gnu:
# Default GNU Options
# TODO(XXX) always generate debugging info?
- build.env.Append(CCFLAGS = '-pipe')
build.env.Append(CCFLAGS = '-Wall')
build.env.Append(CCFLAGS = '-Wextra')
- build.env.Append(CCFLAGS = '-g')
# Check that g++ is present (yeah, SCONS is a bit dumb here)
if os.system("which g++ > /dev/null"): #Checks for non-zero return code
|