boost can compile with lto

This commit is contained in:
Patrick Rasmussen 2014-09-13 11:27:02 +02:00
parent ebd58821c1
commit 169769c62b

View File

@ -45,9 +45,6 @@ makeinstall_host() {
}
pre_configure_target() {
# boost fails building with LTO support
strip_lto
export CFLAGS="$CFLAGS -fPIC"
export CXXFLAGS="$CXXFLAGS -fPIC"
export LDFLAGS="$LDFLAGS -fPIC"