summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-11-05 18:31:20 +0300
committerAndrei Karas <akaras@inbox.ru>2014-11-15 19:15:08 +0300
commitd8b0ae0c162f31f6e3b0d3e8bf7025ad16ee71a0 (patch)
tree44788c06d2af06036ed97108685a1c5958c53b89
parent81f0ef061937c3e9493bb17be6eabca0325c767a (diff)
downloadhercules-d8b0ae0c162f31f6e3b0d3e8bf7025ad16ee71a0.tar.gz
hercules-d8b0ae0c162f31f6e3b0d3e8bf7025ad16ee71a0.tar.bz2
hercules-d8b0ae0c162f31f6e3b0d3e8bf7025ad16ee71a0.tar.xz
hercules-d8b0ae0c162f31f6e3b0d3e8bf7025ad16ee71a0.zip
Add build script.
-rwxr-xr-xbuild.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/build.sh b/build.sh
new file mode 100755
index 000000000..05d584aef
--- /dev/null
+++ b/build.sh
@@ -0,0 +1,5 @@
+#!/bin/bash
+
+autoreconf
+./configure --enable-sanitize --disable-lto --enable-packetver=20150000 --enable-debug=gdb
+make -j3