Skip to content

Commit 1d7eab0

Browse files
authored
meson: drop -ffast-math from gcc options (#136)
We don't do much floating point processing, and given that #133 has shown that the inaccuracies introduced by -ffast-math have an effect on us, let's sidestep the whole issue and turn off the whole thing for us. After all reproducibility is supposed to be a big thing in casync, hence we should really come to the same results on all archs, and all compilers and all versions thereof. See: #133
1 parent 8595b4d commit 1d7eab0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

meson.build

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ c_args = '''
4747
-Werror=sign-compare
4848
-Wdate-time
4949
-Wnested-externs
50-
-ffast-math
5150
-fno-common
5251
-fdiagnostics-show-option
5352
-fno-strict-aliasing

0 commit comments

Comments
 (0)