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:
parent
5282326985
commit
6c78c94a92
@ -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
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user