Merge branch 'lto' into 'master'
build: enable link-time optimization See merge request postmarketOS/buffybox!55
This commit is contained in:
commit
7e481313a0
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
project('buffybox', 'c',
|
||||
version: '3.3.0',
|
||||
default_options: ['warning_level=3', 'b_ndebug=if-release'],
|
||||
default_options: ['warning_level=3', 'b_ndebug=if-release', 'b_lto=true'],
|
||||
meson_version: '>= 0.60.0'
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue