Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/bin/bash
- ARGS=""
- SANITIZER=address
- export CFLAGS="-fsanitize=$SANITIZER"
- export LDFLAGS="-fsanitize=$SANITIZER"
- ./configure $ARGS --disable-pie --enable-ccdebug cc=clang ld=clang nowerror
Add Comment
Please, Sign In to add comment