We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
arc lint --take BUCKFORMAT
1 parent 61a1eef commit df1ef27Copy full SHA for df1ef27
tools/rules/cu.bzl
@@ -3,7 +3,6 @@ load("@rules_cuda//cuda:defs.bzl", "cuda_library")
3
NVCC_COPTS = [
4
"--expt-relaxed-constexpr",
5
"--expt-extended-lambda",
6
-
7
"--compiler-options=-Werror=all",
8
# The following warnings come from -Wall. We downgrade them from
9
# error to warnings here.
@@ -14,7 +13,6 @@ NVCC_COPTS = [
14
13
"--compiler-options=-Wno-sign-compare",
15
# We intentionally use #pragma unroll, which is compiler specific.
16
"--compiler-options=-Wno-error=unknown-pragmas",
17
18
"--compiler-options=-Werror=extra",
19
# The following warnings come from -Wextra. We downgrade them from
20
0 commit comments