build: enable link-time optimization
This commit is contained in:
parent
ba3f08698e
commit
0fca677861
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
project('buffybox', 'c',
|
project('buffybox', 'c',
|
||||||
version: '3.3.0',
|
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'
|
meson_version: '>= 0.60.0'
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue