From 015dc1a2b16d64e0e31d4eb9b02028a055fa7334 Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Tue, 28 Dec 2021 00:31:34 +0300 Subject: Travis CI: Test clang-12 with -flto (with shared libraries only) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0abb12dd..b6659199 100644 --- a/.travis.yml +++ b/.travis.yml @@ -221,7 +221,7 @@ jobs: env: - CC=clang-12 - CXX=clang++-12 - - CFLAGS_EXTRA="-O3 -D _FORTIFY_SOURCE=2 -D NO_RETRY_SIGNALS" + - CFLAGS_EXTRA="-O3 -flto -D _FORTIFY_SOURCE=2 -D NO_RETRY_SIGNALS" - CONF_OPTIONS="--enable-gc-assertions --enable-cplusplus" - addons: apt: -- cgit v1.2.1