Skip to content

Commit 1e8ebbb

Browse files
committed
Fix compiler flags for non-test compilation
1 parent ac54b7b commit 1e8ebbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rabbitmq.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ _LAGER_EXTRA_SINKS = [
2424
"rabbit_log_upgrade",
2525
]
2626

27-
RABBITMQ_ERLC_OPTS = DEFAULT_TEST_ERLC_OPTS + [
27+
RABBITMQ_ERLC_OPTS = DEFAULT_ERLC_OPTS + [
2828
"+{parse_transform,lager_transform}",
2929
"+{lager_extra_sinks,[" + ",".join(_LAGER_EXTRA_SINKS) + "]}",
3030
]

0 commit comments

Comments
 (0)