bring back the deactivation of lto

This commit is contained in:
Sylvestre Ledru 2021-04-15 13:30:58 +02:00
parent e57e0ef8a1
commit fae4751a3b

3
debian/rules vendored
View File

@ -65,7 +65,8 @@ endif
# Ensure fixfilepath feature is disabled. The fixfilepath feature
# sets a -ffile-prefix-map flag, which is only supported in clang-10.
export DEB_BUILD_MAINT_OPTIONS=reproducible=-fixfilepath
# Disable also lto
export DEB_BUILD_MAINT_OPTIONS=reproducible=-fixfilepath optimize=-lto
# Cxx flags for building libcxx and libcxxabi
LIBCXXFLAGS := $(shell dpkg-buildflags --get CXXFLAGS) $(shell dpkg-buildflags --get CPPFLAGS)