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 | 57acf38f8f2f27ca9245d2808ed12147afd4864c (patch) | |
tree | 8b0b52d1eccf4c4b0699d5eac659bde121f9e120 | |
parent | 4cce40fe0078c87ceb76ea3d753ff82a62db93f3 (diff) | |
download | tpax-57acf38f8f2f27ca9245d2808ed12147afd4864c.tar.bz2 tpax-57acf38f8f2f27ca9245d2808ed12147afd4864c.tar.xz |
build system: configure: common_defaults(): abstract the --debug cflags.
-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 |