diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-05-02 20:05:58 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-05-02 20:05:58 +0300 |
commit | 780c832477373bb86dc86900d820b7625455929a (patch) | |
tree | 0a40c088a1fbfb339b50124870b5c333435e9eae /build.sh | |
parent | a0a3f089429d10105c0b29122adacd29674ffba4 (diff) | |
download | plugin-780c832477373bb86dc86900d820b7625455929a.tar.gz plugin-780c832477373bb86dc86900d820b7625455929a.tar.bz2 plugin-780c832477373bb86dc86900d820b7625455929a.tar.xz plugin-780c832477373bb86dc86900d820b7625455929a.zip |
Add support for building plugin with lto.
Use lto by default.
Diffstat (limited to 'build.sh')
-rwxr-xr-x | build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |