summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-1.0/files/debugpatch-solenv+inc+unxfbsdi.mk
blob: 52bd2b3d58d647ba240b3b00286bb28236874e10 (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
@@ -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