aboutsummaryrefslogtreecommitdiff
path: root/editors/openoffice.org-1.1-devel/files/debugpatch-solenv+inc+unxfbsdi.mk
blob: 42dde356ebac98b5acfb8e20392967a01165e65b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- ../solenv/inc/unxfbsdi.mk.orig	Mon Jul 22 00:40:56 2002
+++ ../solenv/inc/unxfbsdi.mk	Mon Jul 22 00:42:02 2002
@@ -92,12 +92,12 @@
 CDEFS+= $(PTHREAD_CFLAGS) -D_REENTRANT
 
 # flags for C and C++ Compile
-CFLAGS+= -w -c $(INCLUDE)
+CFLAGS+= -g -ggdb -w -c $(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