1
0
Fork 0
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:
John Cortell 2010-04-05 17:38:41 +00:00
parent 85a2f2b28a
commit 4ec5b596be

View file

@ -1,6 +1,6 @@
src = $(wildcard *.cc *.c)
destDir = ../bin
GCCFLAGS = -g -pthread -m32
GCCFLAGS = -gdwarf-2 -pthread -m32
all:
@mkdir -p $(destDir)