More tweaks for future wasm
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
cb016113d6
commit
5465b44705
5 changed files with 35 additions and 20 deletions
5
deps/Makefile
vendored
5
deps/Makefile
vendored
|
@ -18,7 +18,12 @@ include ../dpf/Makefile.base.mk
|
|||
BASE_FLAGS += -DZSTDLIB_VISIBILITY=
|
||||
BASE_FLAGS += -I../include
|
||||
BASE_FLAGS += -I../include/neon-compat
|
||||
|
||||
ifeq ($(WASM),true)
|
||||
BASE_FLAGS += -msse -msse2 -msse3 -msimd128
|
||||
else
|
||||
BASE_FLAGS += -pthread
|
||||
endif
|
||||
|
||||
ifeq ($(WINDOWS),true)
|
||||
BASE_FLAGS += -D_USE_MATH_DEFINES
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue