From e1e3d15a1b211fc60b83557a2ea54ea3741f3e80 Mon Sep 17 00:00:00 2001 From: Michal Kuratczyk Date: Fri, 19 May 2023 19:31:41 +0200 Subject: Remove deprecated --no_native option from dialyzer --- plugins/dialyzer.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/dialyzer.mk b/plugins/dialyzer.mk index 91b3861..bb4723a 100644 --- a/plugins/dialyzer.mk +++ b/plugins/dialyzer.mk @@ -69,6 +69,6 @@ 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/) -- cgit v1.2.3