Skip to content

Commit

Permalink
Add --compile-lib. Without this flag, both the shared and static libr…
Browse files Browse the repository at this point in the history
…aries are enabled.
  • Loading branch information
bdice committed Mar 6, 2024
1 parent cff0977 commit 49474da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conda/recipes/libraft/build_libraft_tests.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Copyright (c) 2022-2023, NVIDIA CORPORATION.

./build.sh tests bench-prims --allgpuarch --no-nvtx --build-metrics=tests_bench_prims --incl-cache-stats
./build.sh tests bench-prims --allgpuarch --compile-lib --no-nvtx --build-metrics=tests_bench_prims --incl-cache-stats
cmake --install cpp/build --component testing

0 comments on commit 49474da

Please sign in to comment.