Skip to content

Commit

Permalink
dbg
Browse files Browse the repository at this point in the history
  • Loading branch information
dweindl committed May 16, 2024
1 parent 2be4b4c commit 688c0e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/sdist/amici/setup.template.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def get_extension() -> CMakeExtension:
debug_build = os.getenv("ENABLE_AMICI_DEBUGGING", "").lower() in [
"1",
"true",
]
] or os.getenv("ENABLE_GCOV_COVERAGE", "").lower() in ["1", "true"]

return CMakeExtension(
name="model_ext",
Expand Down
2 changes: 1 addition & 1 deletion python/sdist/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ def get_extensions():
debug_build = os.getenv("ENABLE_AMICI_DEBUGGING", "").lower() in [
"1",
"true",
]
] or os.getenv("ENABLE_GCOV_COVERAGE", "").lower() in ["1", "true"]
amici_ext = CMakeExtension(
name="amici",
install_prefix="amici",
Expand Down

0 comments on commit 688c0e4

Please sign in to comment.