aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorGertjan van den Burg <gertjanvandenburg@gmail.com>2019-12-04 12:31:19 +0000
committerGertjan van den Burg <gertjanvandenburg@gmail.com>2019-12-04 12:31:19 +0000
commitfc6a87130b560bcd45f90d9f80a560b4c2579926 (patch)
tree83c4a7ea8d9e75e96e681e7aa19e75e3030d09e5 /setup.py
parentNo need to copy, we own the memory (diff)
downloadpygensvm-fc6a87130b560bcd45f90d9f80a560b4c2579926.tar.gz
pygensvm-fc6a87130b560bcd45f90d9f80a560b4c2579926.zip
Add debug flags for now
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index e625eef..2eddcfd 100644
--- a/setup.py
+++ b/setup.py
@@ -190,7 +190,7 @@ def configuration():
get_include(),
blas_info.pop("include_dirs", []),
],
- extra_compile_args=blas_info.pop("extra_compile_args", []),
+ extra_compile_args=blas_info.pop("extra_compile_args", ['-g']),
depends=gensvm_depends,
**blas_info
)