i18n: Don't compile with -ffast-math
authorFelipe Sateler <fsateler@debian.org>
Wed, 16 Jan 2019 00:52:31 +0000 (21:52 -0300)
committerTanu Kaskinen <tanuk@iki.fi>
Tue, 28 May 2019 16:16:49 +0000 (19:16 +0300)
commitfd9e3452e2e2eb298a5d2f58809febf2bf44453b
treec0f499cdc47134cf83a31421390c3f1e87f0994a
parent1434b51d8b8ca7c9b41911572b4a23c7f83da51a
i18n: Don't compile with -ffast-math

This flag results in calls to (at least) isfinite() and isnan() becoming
skipped, and a constant false returned. This caused volume-test to fail
on Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=916504

Since PulseAudio deals with negative infinities with volume dB values,
this is not a problem only in volume-test. We shouldn't use -ffast-math
at all.
configure.ac