Skip to content

Commit

Permalink
Debug buildsystem generation
Browse files Browse the repository at this point in the history
  • Loading branch information
EZoni committed Nov 6, 2024
1 parent 03ec749 commit a95cabc
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,15 +151,8 @@ jobs:
# display disk space usage
df -h
# configure
export AMReX_CMAKE_FLAGS=(
"-DAMReX_ASSERTIONS=ON"
"-DAMReX_TESTING=ON"
)
export WARPX_TEST_FLAGS=(
"-DWarpX_TEST_CLEANUP=ON"
"-DWarpX_TEST_FPETRAP=ON"
"-DWarpX_TEST_DEBUG=ON"
)
export AMReX_CMAKE_FLAGS="-DAMReX_ASSERTIONS=ON -DAMReX_TESTING=ON"
export WARPX_TEST_FLAGS="-DWarpX_TEST_CLEANUP=ON -DWarpX_TEST_FPETRAP=ON -DWarpX_TEST_DEBUG=ON"
cmake -S . -B build \
${AMReX_CMAKE_FLAGS} \
${WARPX_CMAKE_FLAGS} \
Expand Down

0 comments on commit a95cabc

Please sign in to comment.