summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
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 3c05c38..1affb18 100755
--- a/build.sh
+++ b/build.sh
@@ -13,7 +13,7 @@ autoreconf -i
cd build
if [[ "${CMD}" == "default" ]]; then
export CC=gcc
- ../configure --enable-sanitize
+ ../configure --enable-sanitize --enable-lto
elif [[ "${CMD}" == "old" ]]; then
../configure
elif [[ "${CMD}" == "gprof" ]]; then