summaryrefslogtreecommitdiff
path: root/build.sh
blob: 05d584aef9e75764b3f8afeb7ee587af63e052a0 (plain) (blame)
1
2
3
4
5
#!/bin/bash

autoreconf
./configure --enable-sanitize --disable-lto --enable-packetver=20150000 --enable-debug=gdb
make -j3