Skip to content

Commit

Permalink
Disable debug mode in hash functions (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
d3m3vilurr authored Sep 5, 2024
1 parent e37de14 commit c8ab3c4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@
]
}]
],
'defines': [
'FARMHASH_DEBUG=0'
],
'xcode_settings': {
'CLANG_CXX_LIBRARY': 'libc++',
'GCC_ENABLE_CPP_EXCEPTIONS': 'YES',
Expand Down

0 comments on commit c8ab3c4

Please sign in to comment.