Rename flag to NOSIMD=true, NOOPT already in use by DPF
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
2ad135551e
commit
108c462115
12 changed files with 20 additions and 19 deletions
8
deps/Makefile
vendored
8
deps/Makefile
vendored
|
@ -34,12 +34,12 @@ endif
|
|||
BASE_FLAGS += -I$(abspath ../include)
|
||||
BASE_FLAGS += -I$(abspath ../include/simd-compat)
|
||||
|
||||
ifeq ($(HAIKU)$(WASM),true)
|
||||
BASE_FLAGS += -I$(abspath ../include/linux-compat)
|
||||
ifneq (,$(findstring true,$(DEBUG)$(NOSIMD)))
|
||||
BASE_FLAGS += -DCARDINAL_NOSIMD
|
||||
endif
|
||||
|
||||
ifeq ($(MOD_BUILD)$(WITH_LTO),true)
|
||||
BASE_FLAGS += -ffat-lto-objects
|
||||
ifeq ($(HAIKU)$(WASM),true)
|
||||
BASE_FLAGS += -I$(abspath ../include/linux-compat)
|
||||
endif
|
||||
|
||||
ifneq ($(SYSDEPS),true)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue