Skip to content

Commit 1f0a1e6

Browse files
committed
Use RMQ_ERLC_OPTS for ERL_COMPILER_OPTIONS
1 parent 4c76d6d commit 1f0a1e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/rabbit/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ RMQ_ERLC_OPTS += -DTRACE_SUPERVISOR2=true
363363
endif
364364

365365
# https://www.erlang.org/doc/apps/parsetools/leex.html#file/2
366-
export ERL_COMPILER_OPTIONS := deterministic
366+
export ERL_COMPILER_OPTIONS := $(RMQ_ERLC_OPTS)
367367

368368
# --------------------------------------------------------------------
369369
# Documentation.

0 commit comments

Comments
 (0)