mirror of
https://github.com/radareorg/radare2.git
synced 2025-01-20 20:55:32 +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
|