Skip to content

Commit c8ba8ae

Browse files
committed
profiling
1 parent 6980e11 commit c8ba8ae

File tree

3 files changed

+1405
-98
lines changed

3 files changed

+1405
-98
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ def blosc_extension():
4545
include_dirs += [os.path.join('c-blosc', 'blosc')]
4646
include_dirs += glob('c-blosc/internal-complibs/*')
4747
define_macros += [('HAVE_LZ4', 1), ('HAVE_SNAPPY', 1), ('HAVE_ZLIB', 1)]
48+
define_macros += [('CYTHON_TRACE', '1')]
4849
include_dirs.append(np.get_include())
4950

5051
# determine CPU support for SSE2 and AVX2

0 commit comments

Comments
 (0)