Skip to content

Commit

Permalink
remove finite-math-only flag
Browse files Browse the repository at this point in the history
  • Loading branch information
fxing-qnx committed Jan 21, 2025
1 parent 675da13 commit 5e49ca9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,12 @@ if cc.get_id() == 'msvc'
]
else
test_cflags = [
'-ffast-math',
'-fno-math-errno',
'-funsafe-math-optimizations',
# '-ffinite-math-only',
'-fno-rounding-math',
'-fno-signaling-nans',
'-fcx-limited-range',
'-fstrict-aliasing',
'-Wpointer-arith',
'-Wstrict-prototypes',
Expand Down

0 comments on commit 5e49ca9

Please sign in to comment.