Commit d6b8feed authored by rusty1s's avatar rusty1s
Browse files

remove flag

parent c67b9f13
......@@ -29,6 +29,8 @@ def get_extensions():
for main, suffix in product(main_files, suffices):
define_macros = []
extra_compile_args = {'cxx': ['-O2']}
if not os.name == 'nt': # Not on Windows:
extra_compile_args['cxx'] += ['-Wno-sign-compare']
extra_link_args = ['-s']
if suffix == 'cuda':
......
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