Skip to content

Commit

Permalink
fix: include debug info on failures (#946)
Browse files Browse the repository at this point in the history
Adding debug info on failures.

---------

Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
2 people authored and HDembinski committed Dec 7, 2023
1 parent ae31190 commit 5fe8739
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -92,5 +92,6 @@ else()
endif()
target_include_directories(_core PRIVATE extern/root/math/minuit2/inc)
set_target_properties(_core PROPERTIES VISIBILITY_INLINES_HIDDEN ON)
target_compile_definitions(_core PUBLIC PYBIND11_DETAILED_ERROR_MESSAGES=1)

install(TARGETS _core DESTINATION iminuit)

0 comments on commit 5fe8739

Please sign in to comment.