mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-23 17:05:26 +02:00
Specify dwarf2 debug info. Default for 3.x is STABS, and that is an inferior format. At a minimum, C++ exception catchpoints don't work, and there is a class that tests them.
This commit is contained in:
parent
85a2f2b28a
commit
4ec5b596be
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
src = $(wildcard *.cc *.c)
|
||||
destDir = ../bin
|
||||
GCCFLAGS = -g -pthread -m32
|
||||
GCCFLAGS = -gdwarf-2 -pthread -m32
|
||||
|
||||
all:
|
||||
@mkdir -p $(destDir)
|
||||
|
|
Loading…
Add table
Reference in a new issue