[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
1 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,8 @@ ifdef nodeid
|
|||
CFLAGS += -DNODEID=$(nodeid)
|
||||
endif
|
||||
|
||||
CFLAGS += -gstabs+
|
||||
|
||||
.SUFFIXES:
|
||||
|
||||
### Define the CPU directory
|
||||
|
|
Loading…
Add table
Reference in a new issue