Skip to content

Instantly share code, notes, and snippets.

@alexdowad
Created March 25, 2023 08:00
Show Gist options
  • Save alexdowad/27b13fce5a3d55e5f9bc5a054424e514 to your computer and use it in GitHub Desktop.
Save alexdowad/27b13fce5a3d55e5f9bc5a054424e514 to your computer and use it in GitHub Desktop.
#!/bin/sh
CFLAGS='-g' LDFLAGS='-v' CC=clang CXX=clang++ \
./configure \
--disable-all \
--enable-fuzzer \
--with-pic \
--enable-debug-assertions \
--enable-undefined-sanitizer \
--enable-address-sanitizer \
--enable-mbstring \
--enable-tokenizer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment