summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-11-05 18:31:20 +0300
committerAndrei Karas <akaras@inbox.ru>2015-08-05 17:46:57 +0300
commit6e798d4995a98a4782b3252cf7063ce0766c02e8 (patch)
tree6ced6332d5d9fbf7e95042b1b991735f476959b4
parentbf5281753fa83f690273c4ab2312977cc4a624f0 (diff)
downloadhercules-6e798d4995a98a4782b3252cf7063ce0766c02e8.tar.gz
hercules-6e798d4995a98a4782b3252cf7063ce0766c02e8.tar.bz2
hercules-6e798d4995a98a4782b3252cf7063ce0766c02e8.tar.xz
hercules-6e798d4995a98a4782b3252cf7063ce0766c02e8.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