radare2/sys/asan.sh

5 lines
91 B
Bash
Executable File

#!/bin/sh
export CFLAGS="-fsanitize=address -lasan"
export LDFLAGS="-lasan"
sys/install.sh