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

View file

@ -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)