mirror of
https://github.com/NixOS/nix
synced 2025-06-25 06:31:14 +02:00
Apply suggestions from code review
Co-authored-by: Robert Hensing <roberth@users.noreply.github.com>
This commit is contained in:
parent
b0bc2a97bf
commit
e4056b9afd
7 changed files with 6 additions and 10 deletions
|
@ -9,8 +9,5 @@ add_project_arguments(
|
|||
# Enable assertions in libstdc++ by default. Harmless on libc++. Benchmarked
|
||||
# at ~1% overhead in `nix search`.
|
||||
#
|
||||
# FIXME: remove when we get meson 1.4.0 which will default this to on for us:
|
||||
# https://mesonbuild.com/Release-notes-for-1-4-0.html#ndebug-setting-now-controls-c-stdlib-assertions
|
||||
'-D_GLIBCXX_ASSERTIONS=1',
|
||||
language : 'cpp',
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue