mirror of
https://github.com/NixOS/nix
synced 2025-06-25 10:41:16 +02:00
packaging: use optimization level 3 and LTO by default
This commit is contained in:
parent
deb3533eab
commit
359a0840e2
24 changed files with 15 additions and 48 deletions
|
@ -4,8 +4,6 @@ project('nix-util-tests', 'cpp',
|
|||
'cpp_std=c++2a',
|
||||
# TODO(Qyriad): increase the warning level
|
||||
'warning_level=1',
|
||||
'debug=true',
|
||||
'optimization=2',
|
||||
'errorlogs=true', # Please print logs for tests that fail
|
||||
],
|
||||
meson_version : '>= 1.1',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue