From 445c73e2ddd5d174263a0de28b9e567378fbfc61 Mon Sep 17 00:00:00 2001 From: mbr Date: Sun, 21 Jul 2002 22:48:50 +0000 Subject: Make WITH_DEBUG tunable. WITH_DEBUG=1 just adds debugs symbols. WITH_DEBUG=2 turns on internal OO.org debug support. Unfortunatly it is broken at the moment. --- .../files/debugpatch-solenv+inc+unxfbsdi.mk | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 editors/openoffice-3/files/debugpatch-solenv+inc+unxfbsdi.mk (limited to 'editors/openoffice-3') diff --git a/editors/openoffice-3/files/debugpatch-solenv+inc+unxfbsdi.mk b/editors/openoffice-3/files/debugpatch-solenv+inc+unxfbsdi.mk new file mode 100644 index 0000000..52bd2b3 --- /dev/null +++ b/editors/openoffice-3/files/debugpatch-solenv+inc+unxfbsdi.mk @@ -0,0 +1,18 @@ +--- ../solenv/inc/unxfbsdi.mk.orig Mon Jul 22 00:40:56 2002 ++++ ../solenv/inc/unxfbsdi.mk Mon Jul 22 00:42:02 2002 +@@ -25,12 +25,12 @@ + .ENDIF + + # flags for C and C++ Compiler +-CFLAGS+=-w -c $(INCLUDE) -I$(SOLARENV)/unxfbsdi/usr/include ++CFLAGS+=-g -ggdb -w -c $(INCLUDE) -I$(SOLARENV)/unxfbsdi/usr/include + CFLAGS+=-I/usr/X11R6/include + + # flags for the C++ Compiler +-CFLAGSCC=-pipe +-CFLAGSCXX=-pipe -fno-for-scope -fpermissive ++CFLAGSCC=-g -ggdb -pipe ++CFLAGSCXX=-g -ggdb -pipe -fno-for-scope -fpermissive + + # Flags for enabling exception handling + CFLAGSEXCEPTIONS=-fexceptions -- cgit v1.1