diff options
Diffstat (limited to 'qconf')
-rwxr-xr-x | qconf | 12 |
1 files changed, 0 insertions, 12 deletions
@@ -1,12 +0,0 @@ -#!/bin/sh -topdir="${0%/*}" -if [ "$topdir" = "$0" ]; then - topdir=. -fi -abstopdir=$(readlink -f "$topdir") -if [ ! -e "${topdir}/configure" ]; then - cd "$topdir" - autoreconf -fi - cd - -fi -exec "$topdir/configure" CFLAGS="-O0 -ggdb3" CXXFLAGS="-O0 -ggdb3" "$@" |