diff options
author | midipix <writeonce@midipix.org> | 2021-06-04 19:35:59 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-06-04 19:53:11 +0000 |
commit | d6dc932ff56e0bece75505e3f406fe5963aec540 (patch) | |
tree | f6c19c695b305691e545710ff252b7b9b60e3258 /configure | |
parent | d91fd73386768e282a4c3f141ee52e4b3f7135d5 (diff) | |
download | sbmake-d6dc932ff56e0bece75505e3f406fe5963aec540.tar.bz2 sbmake-d6dc932ff56e0bece75505e3f406fe5963aec540.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 |