mirror of
https://github.com/libretro/scummvm.git
synced 2024-11-27 03:10:37 +00:00
AMIGAOS: Add DEBUG_BUILD define to configure
This commit is contained in:
parent
b47610210b
commit
c8edaa945f
1
configure
vendored
1
configure
vendored
@ -2576,6 +2576,7 @@ case $_host_os in
|
||||
_optimization_level=-O0
|
||||
append_var CXXFLAGS "-fno-omit-frame-pointer"
|
||||
append_var CXXFLAGS "-fno-strict-aliasing"
|
||||
define_in_config_if_yes "$_debug_build" 'DEBUG_BUILD'
|
||||
fi
|
||||
# When building dynamic, add everything possible as plugin
|
||||
if test "$_dynamic_modules" = yes ; then
|
||||
|
Loading…
Reference in New Issue
Block a user