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
|
@ -1187,8 +1187,8 @@ ifeq ($(HEADLESS),true)
|
|||
BASE_FLAGS += -DHEADLESS
|
||||
endif
|
||||
|
||||
ifneq (,$(findstring true,$(DEBUG)$(NOOPT)))
|
||||
BASE_FLAGS += -DCARDINAL_NOOPT
|
||||
ifneq (,$(findstring true,$(DEBUG)$(NOSIMD)))
|
||||
BASE_FLAGS += -DCARDINAL_NOSIMD
|
||||
endif
|
||||
|
||||
ifeq ($(BSD)$(WASM),true)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue