Skip to content

Commit 77f6ba5

Browse files
committed
[ci skip]
1 parent 03e02e6 commit 77f6ba5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

setup.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,6 @@ def get_extensions():
5353
nvcc_flags = [] if nvcc_flags == '' else nvcc_flags.split(' ')
5454
nvcc_flags += ['--expt-relaxed-constexpr', '-O2']
5555
extra_compile_args['nvcc'] = nvcc_flags
56-
if sys.platform == 'win32':
57-
extra_compile_args['nvcc'].append('/Zm500')
5856

5957
name = main.split(os.sep)[-1][:-4]
6058
sources = [main]

0 commit comments

Comments
 (0)