abuild: fix CXXFLAGS for debug

This commit is contained in:
Natanael Copa 2015-01-28 13:09:24 +00:00
parent a6150cc7e0
commit 756a9e0c04

View File

@ -1995,6 +1995,7 @@ fi
# if we want build debug package
if [ -n "$DEBUG" ] || subpackage_types_has "dbg"; then
CFLAGS="$CFLAGS -g"
CXXFLAGS="$CXXFLAGS -g"
options="$options !strip"
fi