Skip to content

Commit 4a1c3e8

Browse files
committed
[core] remove old tcmalloc code
1 parent 06f0db9 commit 4a1c3e8

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

setup.py

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,9 @@
1212
import numpy as np
1313

1414
extra_compile_args = ["-O2", "-std=c++11", "-Wno-deprecated-declarations",
15-
"-DNO_CHECK_NAN", '-fopenmp',
16-
# tcmalloc
17-
'-fno-builtin-malloc', '-fno-builtin-calloc',
18-
'-fno-builtin-realloc', '-fno-builtin-free']
15+
"-DNO_CHECK_NAN", '-fopenmp']
1916

20-
# extra_compile_args = ["-O0", "-g", "-std=c++11", "-Wno-deprecated-declarations", '-fopenmp',
17+
# extra_compile_args = ["-O0", "-g", "-std=c++11", "-Wno-deprecated-declarations",
2118
# "-D_GLIBCXX_DEBUG"]
2219

2320
extra_link_args=['-fopenmp']

0 commit comments

Comments
 (0)