Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions deps/rabbit/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@

[Bb]in/
[Oo]bj/

src/rabbit_amqp_sql_lexer.erl
src/rabbit_amqp_sql_parser.erl
2 changes: 1 addition & 1 deletion deps/rabbit/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ RMQ_ERLC_OPTS += -DTRACE_SUPERVISOR2=true
endif

# https://www.erlang.org/doc/apps/parsetools/leex.html#file/2
export ERL_COMPILER_OPTIONS := deterministic
YRL_ERLC_OPTS ?= +deterministic

# --------------------------------------------------------------------
# Documentation.
Expand Down
Loading
Loading