Skip to content

Commit

Permalink
[Debug] Set -DPYBIND11_DETAILED_ERROR_MESSAGES=1
Browse files Browse the repository at this point in the history
  • Loading branch information
ax3l committed Nov 7, 2023
1 parent cfa59ac commit dd859f8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ jobs:
name: Build openPMD-api
command: |
eval $(spack env activate --sh .github/ci/spack-envs/gcc_py_ompi_h5_ad2_arm64/)
export CXXFLAGS="-DPYBIND11_DETAILED_ERROR_MESSAGES=1"
cmake -S . -B build \
-DopenPMD_USE_PYTHON=ON \
-DopenPMD_USE_MPI=ON \
Expand Down

0 comments on commit dd859f8

Please sign in to comment.