Enable all the builds again

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2022-01-14 10:52:44 +00:00
parent 3c3628029b
commit a8009a172d
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0
6 changed files with 62 additions and 37 deletions

6
deps/Makefile vendored
View file

@ -18,6 +18,12 @@ BASE_FLAGS += -DZSTDLIB_VISIBILITY=
BASE_FLAGS += -I../include
BASE_FLAGS += -I../include/neon-compat
ifeq ($(HEADLESS),true)
ifeq ($(WITH_LTO),true)
BASE_FLAGS += -ffat-lto-objects
endif
endif
ifeq ($(WASM),true)
BASE_FLAGS += -msse -msse2 -msse3 -msimd128
else