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 88036da commit b39791bCopy full SHA for b39791b
bazel/BUILD.emqtt
@@ -1,8 +1,6 @@
1
load("@rules_erlang//:erlang_bytecode2.bzl", "erlang_bytecode", "erlc_opts")
2
load("@rules_erlang//:erlang_app.bzl", "erlang_app")
3
4
-# gazelle:erlang_erlc_opt -DBUILD_WITHOUT_QUIC
5
-
6
erlc_opts(
7
name = "erlc_opts",
8
values = select({
@@ -13,6 +11,7 @@ erlc_opts(
13
11
"+warn_shadow_vars",
14
12
"+warn_unused_import",
15
"+warn_unused_vars",
+ "-DBUILD_WITHOUT_QUIC", # keep
16
],
17
"//conditions:default": [
18
"+debug_info",
@@ -22,6 +21,7 @@ erlc_opts(
22
21
23
24
25
26
}),
27
visibility = [":__subpackages__"],
0 commit comments