Author :
matthieu
Date :
2020-12-15 20:35:29
Hash :6b555e93 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@