Browse Source

Remove deprecated --no_native option from dialyzer

Michal Kuratczyk 2 years ago
parent
commit
e1e3d15a1b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      plugins/dialyzer.mk

+ 1 - 1
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/)