From 6e3c7896f87cb5dbb84e8a4962cb812dc76838c3 Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Mon, 6 Feb 2017 16:20:38 +0100 Subject: [PATCH] * HACKING: Typo. --- HACKING | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HACKING b/HACKING index 03c8e66ca..71ed05695 100644 --- a/HACKING +++ b/HACKING @@ -205,7 +205,7 @@ Link-time optimizations This is currently a bit tricky to setup, because the toolchain is not mature enough. However this is getting better and better. The Debian -packages we built nightly are mostly built with link-time optimization +packages we build nightly are mostly built with link-time optimization (the shared library uses link-time optimization, but the command-line binary are built without because of some bug with exception propagation).