build: disable reduced exports by default
commit3ee028f131db0ea78bfde0961a3fca7b9e95b193
authorCory Fields <cory-nospam-@coryfields.com>
Mon, 23 Feb 2015 22:48:57 +0000 (23 17:48 -0500)
committerCory Fields <cory-nospam-@coryfields.com>
Mon, 23 Feb 2015 22:48:57 +0000 (23 17:48 -0500)
treef4f7828672be0e9daa5337a14d51bd61d400b697
parent8b298ca7d7540acc19d1df79a5c2af7b5aca8cbe
build: disable reduced exports by default

This is really a packager's option. While it's helpful to encourage devs to
test this option for daily builds, it's not reliable in several real-world
use-cases. Some older libstdc++ runtimes (freebsd 9, debian wheezy, for
example) fail to properly catch exceptions due to mismatched type_info.

See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=19664 for more info.
configure.ac