diff options
author | midipix <writeonce@midipix.org> | 2021-06-04 19:35:59 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-06-04 19:53:09 +0000 |
commit | f52f9972c8c23547ee5210383f88de93056c58b2 (patch) | |
tree | fb496500233bdb9c253a89d269f869ca90506de1 | |
parent | b62a6ff9a521cc94b7469027cbac8e2006f6dd3c (diff) | |
download | ntux-f52f9972c8c23547ee5210383f88de93056c58b2.tar.bz2 ntux-f52f9972c8c23547ee5210383f88de93056c58b2.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 |