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
|
@ -748,6 +748,9 @@ endif
|
|||
|
||||
ifeq ($(HEADLESS),true)
|
||||
BASE_FLAGS += -DHEADLESS
|
||||
ifeq ($(WITH_LTO),true)
|
||||
BASE_FLAGS += -ffat-lto-objects
|
||||
endif
|
||||
endif
|
||||
|
||||
ifeq ($(WASM),true)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue