Skip to content

Commit f3e84f9

Browse files
committed
inline msvc
1 parent 9a89a78 commit f3e84f9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

setup.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@ def blosc_extension():
6161
elif os.name == 'nt':
6262
define_macros += [('__AVX2__', 1)]
6363

64+
if os.name == 'nt':
65+
extra_compile_args.append('-Dinline=__inline')
66+
6467
if have_cython:
6568
sources = ['zarr/blosc.pyx']
6669
else:

0 commit comments

Comments
 (0)