We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a3aa838 + 3c8c56f commit 0cb27feCopy full SHA for 0cb27fe
deps/rabbit_common/mk/rabbitmq-build.mk
@@ -15,7 +15,7 @@ ifneq ($(filter rabbitmq_cli,$(BUILD_DEPS) $(DEPS)),)
15
RMQ_ERLC_OPTS += -pa $(DEPS_DIR)/rabbitmq_cli/ebin
16
endif
17
18
-RMQ_ERLC_OPTS += +deterministic
+RMQ_ERLC_OPTS ?= +deterministic
19
20
# Push our compilation options to both the normal and test ERLC_OPTS.
21
ERLC_OPTS += $(RMQ_ERLC_OPTS)
0 commit comments