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.
1 parent 304b1d8 commit 530cba9Copy full SHA for 530cba9
pybind11-BUILD.bazel
@@ -18,12 +18,7 @@ cc_library(
18
),
19
copts = select({
20
":msvc_compiler": [],
21
- "//conditions:default": [
22
- "-fexceptions",
23
- # Useless warnings
24
- "-Xclang-only=-Wno-pragma-once-outside-header",
25
- "-Xgcc-only=-Wno-error", # no way to just disable the pragma-once warning in gcc
26
- ],
+ "//conditions:default": ["-fexceptions"],
27
}),
28
includes = ["include"],
29
visibility = ["//visibility:public"],
0 commit comments