mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-27 02:00:41 +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
|
LTO = 0
|
||||||
endif
|
endif
|
||||||
|
|
||||||
MEMORY = 134217728
|
MEMORY ?= 134217728
|
||||||
|
|
||||||
PRECISE_F32 = 1
|
PRECISE_F32 = 1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user