do not include math modules in the default -O3 optimization set
authorRich Felker <dalias@aerifal.cx>
Thu, 25 Jul 2013 03:21:45 +0000 (23:21 -0400)
committerRich Felker <dalias@aerifal.cx>
Thu, 25 Jul 2013 03:21:45 +0000 (23:21 -0400)
commit43d2531316270633589c67cf0c4d6d01e520a397
treecd6bb6ea1cc151878d021ab59da1b349cce2ef9e
parenta926fe26c126a8c4a2a4211321459a68675d9dcd
do not include math modules in the default -O3 optimization set

it's not clear that -O3 helps them, and gcc seems to have floating
point optimization bugs that introduce additional failures when -O3 is
used on some of these files.
configure