diff --git a/test/Makefile.tests b/test/Makefile.tests index fd88d8eabec..d24b7870b28 100644 --- a/test/Makefile.tests +++ b/test/Makefile.tests @@ -15,10 +15,10 @@ endif include ${LEVEL}/Makefile.common -# Specify ENABLE_STATS on the command line to enable -stats output from gccas -# and gccld. +# Specify ENABLE_STATS on the command line to enable -stats and -time-passes +# output from gccas and gccld. ifdef ENABLE_STATS -STATS = -stats +STATS = -stats -time-passes endif