--- create.make.orig 2008-10-05 19:17:04.000000000 +0200 +++ create.make 2008-10-05 19:17:49.000000000 +0200 @@ -237,14 +237,9 @@ if [ -n "$CFLAGS" ] then - if [ -z "`echo $CFLAGS | grep '[-]g'`" ] - then - other_cflags="${CFLAGS} -s" - else - other_cflags="${CFLAGS}" - fi + other_cflags="${CFLAGS}" else - other_cflags="-s" + other_cflags="" fi fi