[MSP430] Add gstabs debug information (dwarf is broken)
Currently there is an linker error when compiling with debug information. This is only the case for dwarf (the default). Everything is fine with stabs, thus allowing to debug and use all the other nice tools like "objdump -S".
This commit is contained in:
parent
7c55290c32
commit
e9ac379730
|
@ -4,6 +4,8 @@ ifdef nodeid
|
|||
CFLAGS += -DNODEID=$(nodeid)
|
||||
endif
|
||||
|
||||
CFLAGS += -gstabs+
|
||||
|
||||
.SUFFIXES:
|
||||
|
||||
### Define the CPU directory
|
||||
|
|
Loading…
Reference in a new issue