CONFIGURE: add REDUCE_MEMORY_USAGE to N64 and Dingux ports
svn-id: r53050
This commit is contained in:
parent
8fcd25bcce
commit
9ec1985a09
1 changed files with 2 additions and 1 deletions
3
configure
vendored
3
configure
vendored
|
@ -1513,6 +1513,7 @@ case $_host_os in
|
|||
DEFINES="$DEFINES -D__N64__ -DLIMIT_FPS -DNONSTANDARD_PORT"
|
||||
DEFINES="$DEFINES -DDISABLE_DEFAULT_SAVEFILEMANAGER -DDISABLE_COMMAND_LINE"
|
||||
DEFINES="$DEFINES -DDISABLE_FANCY_THEMES -DDISABLE_DOSBOX_OPL -DDISABLE_SID -DDISABLE_NES_APU"
|
||||
DEFINES="$DEFINES -DREDUCE_MEMORY_USAGE"
|
||||
;;
|
||||
os2-emx*)
|
||||
_unix=yes # FIXME??? Why??
|
||||
|
@ -1615,7 +1616,7 @@ if test -n "$_host"; then
|
|||
_strip=$_host-strip
|
||||
;;
|
||||
dingux)
|
||||
DEFINES="$DEFINES -DUNIX -DDINGUX -DDISABLE_DOSBOX_OPL"
|
||||
DEFINES="$DEFINES -DUNIX -DDINGUX -DDISABLE_DOSBOX_OPL -DREDUCE_MEMORY_USAGE"
|
||||
ASFLAGS="$ASFLAGS"
|
||||
CXXFLAGS="$CXXFLAGS -msoft-float -mips32"
|
||||
_need_memalign=yes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue