1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-26 04:32:44 +01:00

-ENABLE_STATS also enables timing

llvm-svn: 5386
This commit is contained in:
Chris Lattner 2003-01-21 21:31:29 +00:00
parent 5282326985
commit 6c78c94a92

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