ci: disable use-thin-lto on Mac only (#33115)
* build: remove use_thin_lto = false * ci: enabling if things get really bad (all darwin) * build: lol don't enable that * build: add patch to disable thin lto for mac
This commit is contained in:
parent
c040305db4
commit
f71a6db3ff
3 changed files with 23 additions and 3 deletions
|
@ -35,9 +35,6 @@ enable_pseudolocales = false
|
|||
|
||||
is_cfi = false
|
||||
|
||||
# This consumes a bit too much disk space on macOS
|
||||
use_thin_lto = false
|
||||
|
||||
# Make application name configurable at runtime for cookie crypto
|
||||
allow_runtime_configurable_key_storage = true
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue