Skip to content

Commit

Permalink
Merge pull request #32 from cannam/main
Browse files Browse the repository at this point in the history
Be more robust to infinities
  • Loading branch information
yucongj authored Dec 21, 2023
2 parents 447aef1 + 2cf89ea commit d092bc2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -51,16 +51,13 @@ if get_option('buildtype').startswith('release')
]
if compiler == 'clang'
general_defines += [
'-ffast-math',
'-Wno-deprecated-copy', # Qt currently hits lots of these internally
]
elif compiler == 'gcc'
general_defines += [
'-ffast-math',
]
elif compiler == 'msvc'
general_defines += [
'-fp:fast',
'-wd4068', # unknown pragma (we have lots of pragma 'GCC')
'-wd4267', # conversion from size_t to smaller integral type
'-wd4996', # deprecated functions, including annoying warnings about POSIX
Expand Down
2 changes: 1 addition & 1 deletion repoint-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"pin": "7df85ecf98d9477c1ac5a36f51807062e00d8695"
},
"svcore": {
"pin": "719a0fbfc193a67c630ffd5ea3949faac079ade6"
"pin": "de7e095d81e72ee20a342094f399cb05d3728caf"
},
"svgui": {
"pin": "ef0e579917c0c9aed151df7cae3506130ea55a05"
Expand Down

0 comments on commit d092bc2

Please sign in to comment.