Only enable LTO in specific builds
This commit is contained in:
parent
340e927ae3
commit
dc1cc5d044
4 changed files with 47 additions and 26 deletions
2
deps/Makefile
vendored
2
deps/Makefile
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue