Only enable LTO in specific builds

This commit is contained in:
falkTX 2022-08-02 17:04:43 +01:00
parent 340e927ae3
commit dc1cc5d044
4 changed files with 47 additions and 26 deletions

2
deps/Makefile vendored
View file

@ -174,7 +174,7 @@ DEP_MAKE += VERBOSE=1
ifeq ($(shell uname -s),Darwin)
ifeq ($(CIBUILD),true)
DEP_MAKE += SHA256SUM="shasum5.28 -a 256"
DEP_MAKE += SHA256SUM="shasum5.30 -a 256"
else
DEP_MAKE += SHA256SUM="shasum5.30 -a 256"
endif