Skip to content

Commit

Permalink
enable some safe optimizations
Browse files Browse the repository at this point in the history
  • Loading branch information
Akaricchi committed Jul 22, 2019
1 parent 9c7813f commit 0b08607
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,12 @@ taisei_c_args = [
'-Wunneeded-internal-declaration',
'-Wunreachable-code',
'-Wunreachable-code-loop-increment',

'-fexcess-precision=standard',
'-fmerge-all-constants',
'-fno-math-errno',
'-fno-signaling-nans',
'-fno-trapping-math',
]

if get_option('b_pch') and meson.version().version_compare('<0.50.0')
Expand Down

0 comments on commit 0b08607

Please sign in to comment.