ATARI: Use dlmalloc for final release

This commit is contained in:
Miro Kropacek 2023-03-25 17:02:55 +01:00
parent a98ce2c211
commit 0e2cb19de7

4
configure vendored
View File

@ -3673,7 +3673,9 @@ if test -n "$_host"; then
# auto -> no
if test "$_release_build" = "yes"; then
# --enable-release
append_var DEFINES "-DNDEBUG"
append_var DEFINES "-DNDEBUG"
append_var CXXFLAGS "-I$HOME/gnu-tools/m68000/m68k-atari-mint/sys-root/opt/mintlib-dlmalloc/include"
append_var LDFLAGS "-L$HOME/gnu-tools/m68000/m68k-atari-mint/sys-root/opt/mintlib-dlmalloc/lib/m68020-60"
fi
_seq_midi=no