CVSROOT: /cvs Module name: xenocara Changes by: [email protected] 2020/12/15 13:35:30
Modified files:
lib/pixman : configure configure.ac
Log message:
Add -ftrapping-math to default cflags
This makes all tests pass with clang. -ftrapping-math is the default
in gcc but not in clang. pixman-combine-float.c relies on the
-ftrapping-math behaviour.
ok kettenis@
