Add TRACING_ON setting for m5.prof.
--HG-- extra : convert_revision : ebda49bff30d76d3209acce55458d3f4e29594d3
This commit is contained in:
parent
07e525e8b7
commit
6bbb86dfa9
1 changed files with 1 additions and 0 deletions
|
@ -333,6 +333,7 @@ makeEnv('fast', '.fo', strip = True,
|
|||
# Profiled binary
|
||||
makeEnv('prof', '.po',
|
||||
CCFLAGS = Split('-O3 -g -pg'),
|
||||
CPPDEFINES = ['NDEBUG', 'TRACING_ON=0'],
|
||||
LINKFLAGS = '-pg')
|
||||
|
||||
Return('envList')
|
||||
|
|
Loading…
Reference in a new issue