added devel bootstrap script

This commit is contained in:
Moises Silva 2010-10-05 13:29:02 -04:00
parent f6d4714b7f
commit ad714c5ada
1 changed files with 6 additions and 0 deletions

6
devel-bootstrap.sh Normal file
View File

@ -0,0 +1,6 @@
#!/bin/bash
export CFLAGS="-ggdb3 -O0"
export CXXFLAGS="-ggdb3 -O0"
./bootstrap.sh -j
./configure $@