Skip to content

Commit abe306e

Browse files
Merge pull request #13899 from lukebakken/lukebakken/optional-deterministic-build
Allow non-deterministic builds
2 parents a0c6a0b + eae657f commit abe306e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/rabbit_common/mk/rabbitmq-build.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ifneq ($(filter rabbitmq_cli,$(BUILD_DEPS) $(DEPS)),)
1515
RMQ_ERLC_OPTS += -pa $(DEPS_DIR)/rabbitmq_cli/ebin
1616
endif
1717

18-
RMQ_ERLC_OPTS += +deterministic
18+
RMQ_ERLC_OPTS ?= +deterministic
1919

2020
# Push our compilation options to both the normal and test ERLC_OPTS.
2121
ERLC_OPTS += $(RMQ_ERLC_OPTS)

0 commit comments

Comments
 (0)