diff options
author | midipix <writeonce@midipix.org> | 2021-06-04 19:35:59 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-06-04 19:53:10 +0000 |
commit | e9d3bd29375eab2aaf275b1ef5d1a093c071b8f1 (patch) | |
tree | 07fe66549a3fe2d326450ded54b95d050d187bad | |
parent | fbaa203eae190c9310303eae84e864c14ee35e0c (diff) | |
download | ptycon-e9d3bd29375eab2aaf275b1ef5d1a093c071b8f1.tar.bz2 ptycon-e9d3bd29375eab2aaf275b1ef5d1a093c071b8f1.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 |