Skip to content

Commit

Permalink
Build with ‘-fno-math-errno’.
Browse files Browse the repository at this point in the history
Allows compiler to inline some functions like sqrtf().
  • Loading branch information
skullernet committed Oct 23, 2023
1 parent 7a4f14a commit 76633a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ if cc.get_argument_syntax() == 'gcc'
test_args = [
'-fsigned-char',
'-fms-extensions',
'-fno-math-errno',
'-Wno-microsoft-anon-tag',
'-Wno-tautological-constant-out-of-range-compare',
'-Wpointer-arith',
Expand Down

0 comments on commit 76633a6

Please sign in to comment.