git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@4457 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
3b51dae2c9
commit
07190feda6
1 changed files with 1 additions and 1 deletions
|
@ -1124,7 +1124,7 @@ ifeq ($(FTE_TARGET),web)
|
|||
ASMJS_MEMORY?=536870912 #512mb (required for asm.js)
|
||||
# ASMJS_MEMORY?=268435456 #256mb (required for asm.js)
|
||||
WEB_MEMORY?=$(ASMJS_MEMORY)
|
||||
JSLIBS=--js-library web/ftejslib.js --js-library web/library_sdl.js -s DISABLE_GL_EMULATION=1
|
||||
JSLIBS=--js-library web/ftejslib.js -s DISABLE_GL_EMULATION=1
|
||||
EMCC_ARGS=$(JSLIBS) $(WEB_PREJS) --shell-file web/fteshell.html -s ERROR_ON_UNDEFINED_SYMBOLS=1
|
||||
RELEASE_CFLAGS=-DOMIT_QCC -DGL_STATIC -DFTE_TARGET_WEB
|
||||
DEBUG_CFLAGS=-g --jcache -DOMIT_QCC -DGL_STATIC -DFTE_TARGET_WEB
|
||||
|
|
Loading…
Reference in a new issue