Commit 442e8d9c authored by rusty1s's avatar rusty1s
Browse files

remove flag

parent 61ef00a6
......@@ -51,8 +51,6 @@ def get_extensions():
nvcc_flags = os.getenv('NVCC_FLAGS', '')
nvcc_flags = [] if nvcc_flags == '' else nvcc_flags.split(' ')
nvcc_flags += ['--expt-relaxed-constexpr', '-O2']
if not os.name == 'nt': # Not on Windows:
nvcc_flags += ['-Wno-sign-compare']
extra_compile_args['nvcc'] = nvcc_flags
name = main.split(os.sep)[-1][:-4]
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment