mirror of
https://github.com/NixOS/nix
synced 2025-06-25 06:31:14 +02:00
{src/perl,build-utils-meson/diagnostics}: sort cflags
This makes them easier to copy between places.
This commit is contained in:
parent
6662c9012d
commit
6c38bc0952
2 changed files with 13 additions and 13 deletions
|
@ -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`.
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue