mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-14 00:38:55 +00:00
5 lines
91 B
Bash
Executable File
5 lines
91 B
Bash
Executable File
#!/bin/sh
|
|
export CFLAGS="-fsanitize=address -lasan"
|
|
export LDFLAGS="-lasan"
|
|
sys/install.sh
|