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

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