diff options
Diffstat (limited to 'abuild.in')
-rwxr-xr-x | abuild.in | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1424,6 +1424,12 @@ if [ -n "$REPODEST" ]; then export REPODEST fi +# if we want build debug package +if [ -n "$DEBUG" ]; then + CFLAGS="$CFLAGS -g" + options="$options !strip" +fi + # If we are handling a sub package then reset subpackages and install if [ -n "$subpkgname" ]; then origsubpackages="$subpackages" |