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 236882c commit c9e016dCopy full SHA for c9e016d
deps/rabbit_common/BUILD.bazel
@@ -143,7 +143,7 @@ erlc(
143
srcs = glob(FIRST_SRCS),
144
hdrs = HDRS,
145
dest = "src",
146
- erlc_opts = RABBITMQ_ERLC_OPTS + RABBITMQ_TEST_ERLC_OPTS,
+ erlc_opts = RABBITMQ_TEST_ERLC_OPTS,
147
deps = DEPS,
148
)
149
@@ -160,7 +160,7 @@ erlc(
160
161
beam = [":first_test_beam_files"],
162
163
164
165
166
0 commit comments