Skip to content

Commit c8ab3c4

Browse files
authored
Disable debug mode in hash functions (#52)
1 parent e37de14 commit c8ab3c4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

binding.gyp

+3
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@
2525
]
2626
}]
2727
],
28+
'defines': [
29+
'FARMHASH_DEBUG=0'
30+
],
2831
'xcode_settings': {
2932
'CLANG_CXX_LIBRARY': 'libc++',
3033
'GCC_ENABLE_CPP_EXCEPTIONS': 'YES',

0 commit comments

Comments
 (0)