diff --git a/variables.mk b/variables.mk index 557ee54f..da41ebad 100644 --- a/variables.mk +++ b/variables.mk @@ -218,7 +218,7 @@ define run_scala_main cd $(base_dir) && $(SBT) ";project $(1); runMain $(2) $(3)" endef -FIRRTL_LOGLEVEL ?= debug +FIRRTL_LOGLEVEL ?= error ######################################################################################### # output directory for tests