Skip to content

Commit

Permalink
Limit parallelism.
Browse files Browse the repository at this point in the history
  • Loading branch information
bluescarni committed Oct 13, 2024
1 parent 5c7a069 commit 313b271
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/conda_asan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ cmake ../ -G Ninja \
-DOBAKE_WITH_LIBBACKTRACE=YES \
-DCMAKE_CXX_FLAGS_DEBUG="-g -Og"

ninja -v
ninja -v -j4

ctest -VV -j4

Expand Down

0 comments on commit 313b271

Please sign in to comment.