diff options
author | midipix <writeonce@midipix.org> | 2021-06-04 19:35:59 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-06-04 19:53:10 +0000 |
commit | f5a07677663e397527feea9cbf30775854d34281 (patch) | |
tree | 3bcbe16867f06c79ecb2a50439f74572ef9a9fc4 /configure | |
parent | 1af58a8a2406a2d2d66c33a08b1d76aba30c7e51 (diff) | |
download | perk-f5a07677663e397527feea9cbf30775854d34281.tar.bz2 perk-f5a07677663e397527feea9cbf30775854d34281.tar.xz |
build system: configure: common_defaults(): abstract the --debug cflags.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -634,7 +634,7 @@ common_defaults() # debug if [ _$mb_debug = _yes ]; then if [ -z "$mb_cflags_debug" ]; then - mb_cflags_debug='-g3 -O0' + mb_cflags_debug='$(_CFLAGS_g3) $(_CFLAGS_O0)' fi fi |