i'm going to commit hate against malloc implementation :D
This commit is contained in:
parent
3937b70957
commit
a149e9a860
6 changed files with 13 additions and 8 deletions
|
|
@ -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";
|
||||
};
|
||||
}
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue