aboutsummaryrefslogtreecommitdiffstats
path: root/test/Makefile.tests
diff options
context:
space:
mode:
Diffstat (limited to 'test/Makefile.tests')
-rw-r--r--test/Makefile.tests6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/Makefile.tests b/test/Makefile.tests
index fd88d8e..d24b787 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