Skip to content

Commit

Permalink
Remove --no_native from dialyzer options
Browse files Browse the repository at this point in the history
It's been removed in OTP26
  • Loading branch information
mkuratczyk committed May 22, 2023
1 parent 325e80b commit 3eb1f61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion erlang.mk
Original file line number Diff line number Diff line change
Expand Up @@ -6104,7 +6104,7 @@ dialyze: $(if $(filter --src,$(DIALYZER_DIRS)),,deps app)
else
dialyze: $(DIALYZER_PLT)
endif
$(verbose) dialyzer --no_native `$(ERL) \
$(verbose) dialyzer `$(ERL) \
-eval "$(subst $(newline),,$(call escape_dquotes,$(call filter_opts.erl)))" \
-extra $(ERLC_OPTS)` $(DIALYZER_DIRS) $(DIALYZER_OPTS) $(if $(wildcard ebin/),-pa ebin/)

Expand Down

0 comments on commit 3eb1f61

Please sign in to comment.