# FIXME: Workaround test program build failure.
#
# "[113/113] Linking target src/iptux/libiptux_test"
# There are many errors similar to the following
# "/usr/bin/ld: src/iptux/libiptux.a.p/AboutDialog.cpp.o: plugin needed to handle lto object"
# "/usr/bin/ld: src/iptux/libiptux.a.p/Application.cpp.o: plugin needed to handle lto object"
export CXXFLAGS="${CXXFLAGS} -ffat-lto-objects"
