Enable all the builds again
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
3c3628029b
commit
a8009a172d
6 changed files with 62 additions and 37 deletions
6
deps/Makefile
vendored
6
deps/Makefile
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue