mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-02 23:01:42 +00:00
AMIGAOS: Fix undefined references in FLAC
This commit is contained in:
parent
34083582c1
commit
f93c5a193a
2
configure
vendored
2
configure
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user