Skip to content
Snippets Groups Projects
Commit 063a5aa6 authored by Andre Maroneze's avatar Andre Maroneze
Browse files

[analysis-scripts] restore garbled mix warning to feedback for analysis logs

parent 9158390d
No related branches found
No related tags found
No related merge requests found
......@@ -122,7 +122,7 @@ EVAFLAGS ?= \
-eva-no-print -eva-no-show-progress -eva-msg-key=-initial-state \
-eva-print-callstacks -eva-warn-key alarm=inactive \
-no-deps-print -no-calldeps-print \
-eva-warn-key garbled-mix \
-eva-warn-key garbled-mix=active,garbled-mix:write=feedback \
-calldeps -from-verbose 0 \
$(if $(EVABUILTINS), -eva-builtin=$(call fc_list,$(EVABUILTINS)),) \
$(if $(EVAUSESPECS), -eva-use-spec $(call fc_list,$(EVAUSESPECS)),)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment