Skip to content

Commit

Permalink
Fix .bazelrc for clang config
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudhan committed Aug 9, 2023
1 parent df28ac4 commit 6b54733
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/.bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ build --enable_cuda=True

# Use --config=clang to build with clang instead of gcc and nvcc.
build:clang --repo_env=CC=clang
build:clang --//cuda:compiler=clang
build:clang --@rules_cuda//cuda:compiler=clang

# https://github.com/bazel-contrib/rules_cuda/issues/1
build --ui_event_filters=-INFO
Expand Down

0 comments on commit 6b54733

Please sign in to comment.