]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit
configure: don't enable LTO by default
authorTheodore Ts'o <tytso@mit.edu>
Sat, 18 Aug 2018 02:26:24 +0000 (22:26 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 18 Aug 2018 02:26:24 +0000 (22:26 -0400)
commit139a30928a23f8bbc7148197bbe98ed0e0565cf1
tree3402cf9786f84f9cd4bea6987b5eff9836dc8e89
parentf7260c1974850c66bfac76a54553b1537a142727
configure: don't enable LTO by default

Not all compilers (or versions of compilers) use the same LTO options
or behave the same way with LTO.  In particular, using clang and the
current LTO options cause the build to fail.  We should probably fix
up the configure script to handle Clang and LTO, but for now, we won't
enable LTO unless the user explicitly passes --enable-lto to the
configure script.

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
configure
configure.ac