AMIGAOS: Fix undefined references in FLAC

This commit is contained in:
Hubert Maier 2022-12-30 11:57:12 +01:00 committed by Eugene Sandulenko
parent 34083582c1
commit f93c5a193a

2
configure vendored
View File

@ -2616,6 +2616,8 @@ case $_host_os in
_port_mk="backends/platform/sdl/amigaos/amigaos.mk"
add_line_to_config_mk 'AMIGAOS = 1'
append_var CXXFLAGS "-mlongcall"
# Dependencies might also be compiled with stack protection
append_var LDFLAGS "-fstack-protector"
# Enable full optimizations for non-debug builds
if test "$_debug_build" = no; then
_optimization_level=-O3