diff --git a/devel-bootstrap.sh b/devel-bootstrap.sh new file mode 100644 index 0000000000..a8c4f7d734 --- /dev/null +++ b/devel-bootstrap.sh @@ -0,0 +1,6 @@ +#!/bin/bash +export CFLAGS="-ggdb3 -O0" +export CXXFLAGS="-ggdb3 -O0" +./bootstrap.sh -j +./configure $@ +