mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-12 17:32:19 +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
|
||||
|
||||
# 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…
x
Reference in New Issue
Block a user