Skip to content

Commit

Permalink
Take out unknown options for windows gcc
Browse files Browse the repository at this point in the history
  • Loading branch information
schoikc committed Jul 29, 2020
1 parent 71ab703 commit 0c0844b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@ def run(self):
'qmcpy/discrete_distribution/qrng/korobov.c',
'qmcpy/discrete_distribution/qrng/MRG63k3a.c',
'qmcpy/discrete_distribution/qrng/sobol.c'],
extra_compile_args=['-fPIC', '-shared', '-lm'])],
extra_compile_args=['-shared']
)],
cmdclass={
'clean': CleanCommand,
'install': CustomInstall}
Expand Down

0 comments on commit 0c0844b

Please sign in to comment.