i'm going to commit hate against malloc implementation :D

This commit is contained in:
Maix0 2024-05-09 22:00:34 +02:00
parent 3937b70957
commit a149e9a860
6 changed files with 13 additions and 8 deletions

View file

@ -16,6 +16,7 @@
in {
devShell = pkgs.mkShell {
packages = with pkgs; [clang valgrind gnumake readline.out readline.dev generic_c.packages.${system}.default llvmPackages.bintools];
ASAN_OPTIONS="strict_string_checks=1:detect_stack_use_after_return=1:check_initialization_order=1:strict_init_order=1";
};
}
);