1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-25 02:21:16 +02:00

{src/perl,build-utils-meson/diagnostics}: sort cflags

This makes them easier to copy between places.
This commit is contained in:
Jörg Thalheim 2024-07-25 07:34:08 +02:00
parent 6662c9012d
commit 6c38bc0952
2 changed files with 13 additions and 13 deletions

View file

@ -1,11 +1,11 @@
add_project_arguments(
'-Wno-deprecated-declarations',
'-Wimplicit-fallthrough',
'-Wdeprecated-copy',
'-Werror=switch',
'-Werror=switch-enum',
'-Werror=unused-result',
'-Wdeprecated-copy',
'-Wignored-qualifiers',
'-Wimplicit-fallthrough',
'-Wno-deprecated-declarations',
# Enable assertions in libstdc++ by default. Harmless on libc++. Benchmarked
# at ~1% overhead in `nix search`.
#