mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-23 07:59:42 +00:00
(Emscripten) Makefile.emscripten: Allow linker 'TOTAL_MEMORY' value to be set via command line
This commit is contained in:
parent
0e6660a60b
commit
ddef98fe11
@ -53,7 +53,7 @@ ifeq ($(LIBRETRO), tyrquake)
|
||||
LTO = 0
|
||||
endif
|
||||
|
||||
MEMORY = 134217728
|
||||
MEMORY ?= 134217728
|
||||
|
||||
PRECISE_F32 = 1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user