We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eff031f commit 0ad20aeCopy full SHA for 0ad20ae
Makefile
@@ -8,7 +8,7 @@ docs:
8
make -C docs html
9
10
install:
11
- pip install . --global-option build_ext --global-option -j6
+ pip install . -C--global-option=build_ext -C--global-option=-j6
12
13
uninstall:
14
pip uninstall quantlib
0 commit comments