Skip to content

Commit b6dcca0

Browse files
authored
Merge pull request #14326 from lukebakken/lukebakken/make-deterministic-optional-again
Use `YRL_ERLC_OPTS` instead of `ERL_COMPILER_OPTIONS`
2 parents 0c35f0f + a87445c commit b6dcca0

File tree

4 files changed

+4
-3523
lines changed

4 files changed

+4
-3523
lines changed

deps/rabbit/.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,6 @@
44

55
[Bb]in/
66
[Oo]bj/
7+
8+
src/rabbit_amqp_sql_lexer.erl
9+
src/rabbit_amqp_sql_parser.erl

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+
YRL_ERLC_OPTS ?= +deterministic
367367

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

0 commit comments

Comments
 (0)