diff options
author | midipix <writeonce@midipix.org> | 2021-06-04 19:35:59 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-06-04 19:53:13 +0000 |
commit | 174973d1b98044532bd5a40d1e57b1e6c15e7045 (patch) | |
tree | 7fa90bdf5343c6317aab038735b26f5e146591ad /configure | |
parent | 3c19afabc42e7adb3f80a423f1e12dd670e33c5f (diff) | |
download | sofort-174973d1b98044532bd5a40d1e57b1e6c15e7045.tar.bz2 sofort-174973d1b98044532bd5a40d1e57b1e6c15e7045.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 |