diff -up pingus-0.7.0/src/SConscript.cflags pingus-0.7.0/src/SConscript --- pingus-0.7.0/src/SConscript.cflags 2007-08-24 23:49:45.000000000 +0200 +++ pingus-0.7.0/src/SConscript 2007-08-29 21:31:19.000000000 +0200 @@ -21,7 +21,7 @@ import os env = Environment(# ENV = {'PKG_CONFIG_PATH' : os.getenv('PKG_CONFIG_PATH')}, - CCFLAGS = ['-O2', '-Wall', '-Werror', '-g'], + CCFLAGS = os.environ['CCFLAGS'], CPPDEFINES = ['ENABLE_BINRELOC'], CPPPATH = ['..', '.'])