Files
flenser/rebuild

8 lines
132 B
Bash
Executable File

#!/usr/bin/env bash
make distclean
pushd ..
./autogen.sh
popd
../configure --prefix=/usr --enable-ipv6 CXXFLAGS="-O0 -g"
make -kj11