blob: b9b93f4cca3f35768af1d8729b09937c385b493e [file] [log] [blame]
#!/bin/bash
#
# Configure librdkafka for development
set -e
./configure --clean
#export CFLAGS='-std=c99 -pedantic -Wshadow'
#export CXXFLAGS='-std=c++98 -pedantic'
FSAN="-fsanitize=address"
export CPPFLAGS="$CPPFLAGS $FSAN"
export LDFLAGS="$LDFLAGS $FSAN"
./configure --enable-devel --enable-werror
#--disable-optimization
# --enable-sharedptr-debug #--enable-refcnt-debug