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 | 99b05b4918a5c3b9f225171a8a2e437ba299014d (patch) | |
tree | 6701f1a7f215d9dab8e5e0c1168a61da95725726 /configure | |
parent | 280cab1225374018394b9176920185003a45121c (diff) | |
download | pemagine-99b05b4918a5c3b9f225171a8a2e437ba299014d.tar.bz2 pemagine-99b05b4918a5c3b9f225171a8a2e437ba299014d.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 |