Commit 763df0df authored by rusty1s's avatar rusty1s
Browse files

verbose

parent 96df2903
...@@ -21,7 +21,7 @@ def get_extensions(): ...@@ -21,7 +21,7 @@ def get_extensions():
Extension = CppExtension Extension = CppExtension
define_macros = [] define_macros = []
extra_compile_args = {'cxx': []} extra_compile_args = {'cxx': []}
extra_link_args = ['metis.lib'] extra_link_args = ['metis.lib', '/VERBOSE']
if WITH_CUDA: if WITH_CUDA:
Extension = CUDAExtension Extension = CUDAExtension
......
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