(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