diff options
author | midipix <writeonce@midipix.org> | 2021-06-04 19:35:59 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-06-04 19:53:14 +0000 |
commit | b2fc5f97c28ec97abb2a7e75ccbd3fa1ef80c398 (patch) | |
tree | ada87c28fc0d21c3ef1a4e3f3902d0c50f454a83 /configure | |
parent | 2b8960fa2e5d5e6e4095641879620e4f96b34dac (diff) | |
download | u16ports-b2fc5f97c28ec97abb2a7e75ccbd3fa1ef80c398.tar.bz2 u16ports-b2fc5f97c28ec97abb2a7e75ccbd3fa1ef80c398.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 |