mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-05 23:35:48 +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)
|
src = $(wildcard *.cc *.c)
|
||||||
destDir = ../bin
|
destDir = ../bin
|
||||||
GCCFLAGS = -g -pthread -m32
|
GCCFLAGS = -gdwarf-2 -pthread -m32
|
||||||
|
|
||||||
all:
|
all:
|
||||||
@mkdir -p $(destDir)
|
@mkdir -p $(destDir)
|
||||||
|
|
Loading…
Add table
Reference in a new issue