mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-22 05:51:42 +00:00
-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:
parent
a407ba1062
commit
37e6f7095b
@ -15,10 +15,10 @@ endif
|
|||||||
|
|
||||||
include ${LEVEL}/Makefile.common
|
include ${LEVEL}/Makefile.common
|
||||||
|
|
||||||
# Specify ENABLE_STATS on the command line to enable -stats output from gccas
|
# Specify ENABLE_STATS on the command line to enable -stats and -time-passes
|
||||||
# and gccld.
|
# output from gccas and gccld.
|
||||||
ifdef ENABLE_STATS
|
ifdef ENABLE_STATS
|
||||||
STATS = -stats
|
STATS = -stats -time-passes
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user