Update Makefile
This commit is contained in:
parent
f27eba6850
commit
a055ff4f3d
@ -29,7 +29,7 @@ ifdef EMSCRIPTEN
|
||||
#check if not using emscripten-upstream branch
|
||||
ifeq (,$(findstring upstream/bin, $(EMMAKEN_COMPILER)))
|
||||
JSFLAGS += -s "BINARYEN_TRAP_MODE='clamp'"
|
||||
LDFLAGS = -m32 -Wl,-Map=$@.map,--cref -Wl,--gc-sections
|
||||
LDFLAGS += -Wl,-Map=$@.map,--cref -Wl,--gc-sections
|
||||
endif
|
||||
|
||||
CC = emcc
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user