diff options
Diffstat (limited to 'test/Makefile.tests')
-rw-r--r-- | test/Makefile.tests | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/Makefile.tests b/test/Makefile.tests index fd88d8eabe..d24b7870b2 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 |