summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-11-13 17:36:57 +0300
committerAndrei Karas <akaras@inbox.ru>2014-11-13 17:36:57 +0300
commitc55ed43cd52dcd32fe1c3cd5a9d41f856dd4fe51 (patch)
tree81481e7e4871d65ce22d1945efe22386689e6423 /build.sh
parent0e184a35c76ac02d58467da556e665cd45083557 (diff)
downloadevol-hercules-c55ed43cd52dcd32fe1c3cd5a9d41f856dd4fe51.tar.gz
evol-hercules-c55ed43cd52dcd32fe1c3cd5a9d41f856dd4fe51.tar.bz2
evol-hercules-c55ed43cd52dcd32fe1c3cd5a9d41f856dd4fe51.tar.xz
evol-hercules-c55ed43cd52dcd32fe1c3cd5a9d41f856dd4fe51.zip
Add configure option --enable-sanitize.
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index e927c39..e5f99f7 100755
--- a/build.sh
+++ b/build.sh
@@ -3,7 +3,7 @@
mkdir build
autoreconf -i
cd build
-../configure
+../configure --enable-sanitize
make -j3
cd -
exit $?