diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-01-28 13:09:24 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-01-28 13:09:24 +0000 |
commit | 756a9e0c0466e79d914e563068ed345f47a8092f (patch) | |
tree | 12ff5b978563d89a91011a9d2d9f78db6b4eeb1f /abuild.in | |
parent | a6150cc7e064f009537e4a3a444a9eb83c667113 (diff) | |
download | abuild-756a9e0c0466e79d914e563068ed345f47a8092f.tar.gz abuild-756a9e0c0466e79d914e563068ed345f47a8092f.tar.bz2 abuild-756a9e0c0466e79d914e563068ed345f47a8092f.tar.xz abuild-756a9e0c0466e79d914e563068ed345f47a8092f.zip |
abuild: fix CXXFLAGS for debug
Diffstat (limited to 'abuild.in')
-rw-r--r-- | abuild.in | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |