projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
07e525e
)
Add TRACING_ON setting for m5.prof.
author
Steve Reinhardt
<stever@eecs.umich.edu>
Mon, 27 Nov 2006 07:16:24 +0000
(
02:16
-0500)
committer
Steve Reinhardt
<stever@eecs.umich.edu>
Mon, 27 Nov 2006 07:16:24 +0000
(
02:16
-0500)
--HG--
extra : convert_revision :
ebda49bff30d76d3209acce55458d3f4e29594d3
src/SConscript
patch
|
blob
|
history
diff --git
a/src/SConscript
b/src/SConscript
index 9d54174ab9a1024a13aedcd821e766bac2c647fa..429e1bee1ca95b7acf85cb33ed05df24982f7a06 100644
(file)
--- a/
src/SConscript
+++ b/
src/SConscript
@@
-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')