added devel bootstrap script
This commit is contained in:
parent
f6d4714b7f
commit
ad714c5ada
|
@ -0,0 +1,6 @@
|
|||
#!/bin/bash
|
||||
export CFLAGS="-ggdb3 -O0"
|
||||
export CXXFLAGS="-ggdb3 -O0"
|
||||
./bootstrap.sh -j
|
||||
./configure $@
|
||||
|
Loading…
Reference in New Issue