-ENABLE_STATS also enables timing

llvm-svn: 5386
This commit is contained in:
Chris Lattner 2003-01-21 21:31:29 +00:00
parent 5d96597042
commit 3ec8db221f
1 changed files with 3 additions and 3 deletions

View File

@ -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