Skip to content

Commit 542e3c8

Browse files
committed
Actually remove argument in setup.py for speedups
1 parent 568352e commit 542e3c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
except ValueError:
4747
pass
4848
else:
49-
sys.argv[speedups_pos] = ''
49+
del sys.argv[speedups_pos]
5050
sys.stderr.write('*' * 74 + '\n')
5151
sys.stderr.write('WARNING:\n')
5252
sys.stderr.write(' the --with-speedups flag is deprecated\n')

0 commit comments

Comments
 (0)