diff options
author | midipix <writeonce@midipix.org> | 2021-06-04 19:35:59 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-06-04 19:53:08 +0000 |
commit | 4a15655fb1e24c3c0b11fce4c1e1b3f9b7c3b1fe (patch) | |
tree | 7764087af413dc8c3eea2a8084c35c121e8d8dfa | |
parent | 37f5c2895d9854928c30195640b6dab9b1f71a2a (diff) | |
download | ntcon-4a15655fb1e24c3c0b11fce4c1e1b3f9b7c3b1fe.tar.bz2 ntcon-4a15655fb1e24c3c0b11fce4c1e1b3f9b7c3b1fe.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 |