We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96df290 commit 763df0dCopy full SHA for 763df0d
setup.py
@@ -21,7 +21,7 @@ def get_extensions():
21
Extension = CppExtension
22
define_macros = []
23
extra_compile_args = {'cxx': []}
24
- extra_link_args = ['metis.lib']
+ extra_link_args = ['metis.lib', '/VERBOSE']
25
26
if WITH_CUDA:
27
Extension = CUDAExtension
0 commit comments