diff --git a/flake.nix b/flake.nix index 4d00ae10..a703b118 100644 --- a/flake.nix +++ b/flake.nix @@ -34,8 +34,6 @@ packages = with pkgs; [ clang-analyzer clang - valgrind.dev - valgrind gnumake generic_c.packages.${system}.default c_formatter_42.packages.${system}.default @@ -44,7 +42,6 @@ tokei coreutils ] ++ (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"; }; }