flake.nix
This commit is contained in:
parent
544711e05c
commit
8187eb4b15
1 changed files with 0 additions and 3 deletions
|
|
@ -34,8 +34,6 @@
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
clang-analyzer
|
clang-analyzer
|
||||||
clang
|
clang
|
||||||
valgrind.dev
|
|
||||||
valgrind
|
|
||||||
gnumake
|
gnumake
|
||||||
generic_c.packages.${system}.default
|
generic_c.packages.${system}.default
|
||||||
c_formatter_42.packages.${system}.default
|
c_formatter_42.packages.${system}.default
|
||||||
|
|
@ -44,7 +42,6 @@
|
||||||
tokei
|
tokei
|
||||||
coreutils
|
coreutils
|
||||||
] ++ (if system == "x86_64-linux" then [valgrind valgrind.dev] else []);
|
] ++ (if system == "x86_64-linux" then [valgrind valgrind.dev] else []);
|
||||||
|
|
||||||
ASAN_OPTIONS = "strict_string_checks=1:detect_stack_use_after_return=1:check_initialization_order=1:strict_init_order=1";
|
ASAN_OPTIONS = "strict_string_checks=1:detect_stack_use_after_return=1:check_initialization_order=1:strict_init_order=1";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue