diff options
author | midipix <writeonce@midipix.org> | 2021-06-04 19:35:59 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-06-04 19:53:06 +0000 |
commit | ffa58b641f9e2faadb4d470506258fd866b225dc (patch) | |
tree | 1eb6d3c80d3aad2d03fee5407b1a331ca6583c8a /configure | |
parent | efea2bdd955e0c53ee6b549bb9cddd3ada2a0ab2 (diff) | |
download | bfirm-ffa58b641f9e2faadb4d470506258fd866b225dc.tar.bz2 bfirm-ffa58b641f9e2faadb4d470506258fd866b225dc.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 |