Skip to content

Commit

Permalink
Enabled LTO in CI builds
Browse files Browse the repository at this point in the history
  • Loading branch information
dimkr committed Sep 12, 2018
1 parent aa96595 commit af636a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ CFLAGS="-fsanitize=address -fno-omit-frame-pointer -g" LDFLAGS=-fsanitize=addres
for i in build-gcc build-clang build-no-threads
do
ninja -C $i
meson configure -Dbuildtype=release $i
meson configure -Dbuildtype=release -Db_lto=true $i
DESTDIR=dest ninja -C $i install
done

Expand Down

0 comments on commit af636a4

Please sign in to comment.