wasm: Fix clamp mode
Clamp mode was being obliterated by not appending to EMCC_COMMON_LFLAGS This fixes crashes of integer overflow Change-Id: Icae757a7189de25db5ed41df6d41d86304c39830 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
This commit is contained in:
parent
c3bd5ffdc8
commit
73fada6d70
@ -25,7 +25,7 @@ EMTERP_FLAGS = \
|
||||
-s ASSERTIONS=1 \
|
||||
--profiling-funcs
|
||||
|
||||
EMCC_COMMON_LFLAGS = \
|
||||
EMCC_COMMON_LFLAGS += \
|
||||
-s WASM=1 \
|
||||
-s FULL_ES2=1 \
|
||||
-s USE_WEBGL2=1 \
|
||||
|
Loading…
Reference in New Issue
Block a user