summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-05-01 23:13:04 +0300
committerAndrei Karas <akaras@inbox.ru>2015-05-01 23:13:04 +0300
commit97b30eda6487c6a7fb7db61dc7af2b0ea006d71d (patch)
tree471fecfa181585750c78e43f975b03962bd8449f /build.sh
parentd66f863a4d2b31839b280af4146e9bad09835e23 (diff)
downloadevol-hercules-97b30eda6487c6a7fb7db61dc7af2b0ea006d71d.tar.gz
evol-hercules-97b30eda6487c6a7fb7db61dc7af2b0ea006d71d.tar.bz2
evol-hercules-97b30eda6487c6a7fb7db61dc7af2b0ea006d71d.tar.xz
evol-hercules-97b30eda6487c6a7fb7db61dc7af2b0ea006d71d.zip
Use extended sanity checks and gcc 5.
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/build.sh b/build.sh
index 29cc8b7..5cd0a2e 100755
--- a/build.sh
+++ b/build.sh
@@ -12,10 +12,12 @@ mkdir m4
autoreconf -i
cd build
if [[ "${CMD}" == "default" ]]; then
+ export CC=gcc-5
../configure --enable-sanitize
elif [[ "${CMD}" == "old" ]]; then
../configure
elif [[ "${CMD}" == "gprof" ]]; then
+ export CC=gcc-5
../configure --enable-gprof
fi
make -j3