From 8187eb4b15b3e1bd3e94d70dd00cc6fdf15f980e Mon Sep 17 00:00:00 2001 From: Maieul BOYER Date: Sun, 4 Aug 2024 14:24:13 +0000 Subject: [PATCH] flake.nix --- flake.nix | 3 --- 1 file changed, 3 deletions(-) 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"; }; }