-ENABLE_STATS also enables timing

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5386 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2003-01-21 21:31:29 +00:00
parent a407ba1062
commit 37e6f7095b

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