1
0
Fork 0
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:
Connor Baker 2024-12-21 04:22:27 +00:00 committed by Connor Baker
parent deb3533eab
commit 359a0840e2
24 changed files with 15 additions and 48 deletions

View file

@ -4,8 +4,6 @@ project('nix-store-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',