projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7bab47a
)
Use dwarf-2 debugging symbols (they work much better).
author
Kevin Lim
<ktlim@umich.edu>
Mon, 24 Apr 2006 20:55:31 +0000
(16:55 -0400)
committer
Kevin Lim
<ktlim@umich.edu>
Mon, 24 Apr 2006 20:55:31 +0000
(16:55 -0400)
--HG--
extra : convert_revision :
669e4c32f2bc2c035a4199d6152a638b75a25148
SConscript
patch
|
blob
|
history
diff --git
a/SConscript
b/SConscript
index 062661557a3662c9a117602c70d79261a58a7128..5546e6f719f4cb2b9156937171eaae75f6376cc5 100644
(file)
--- a/
SConscript
+++ b/
SConscript
@@
-381,7
+381,7
@@
env.Append(CPPPATH='./libelf')
# Debug binary
debugEnv = env.Copy(OBJSUFFIX='.do')
debugEnv.Label = 'debug'
-debugEnv.Append(CCFLAGS=Split('-g -g
stabs+
-O0'))
+debugEnv.Append(CCFLAGS=Split('-g -g
dwarf-2
-O0'))
debugEnv.Append(CPPDEFINES='DEBUG')
tlist = debugEnv.Program(target = 'm5.debug',
source = make_objs(sources, debugEnv))