turn debugging on

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@940 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Linas Vepstas 1998-08-07 06:16:36 +00:00
parent b935443c81
commit 36987199d7
4 changed files with 5 additions and 5 deletions

View File

@ -28,7 +28,7 @@ srcdir = .
CC = gcc
INCLPATH = -I.. -I./engine -I./register -I./../include -I/usr/local/include
CFLAGS = -O2 -Wall -I/usr/X11R6/include ${INCLPATH}
CFLAGS = -O2 -Wall -g -Wall -I/usr/X11R6/include ${INCLPATH}
######################################################################

View File

@ -30,7 +30,7 @@ srcdir = .
CC = gcc
RANLIB = ranlib
INCLPATH = -I./../../include -I./../..
CFLAGS = -O2 -Wall ${INCLPATH}
CFLAGS = -O2 -Wall -g -Wall ${INCLPATH}
######################################################################
# See Makefile.common for information about these variables.

View File

@ -35,8 +35,8 @@ INCLPATH = -I.. -I../.. -I../engine -I../register -I./../../include \
-I$(includedir) -I$(prefix)/lib/gnome-libs/include
CFLAGS = -O2 -Wall -I/usr/X11R6/include ${INCLPATH}
LDFLAGS =
CFLAGS = -O2 -Wall -g -Wall -I/usr/X11R6/include ${INCLPATH}
LDFLAGS = -g -Wall
LIBS = -L$(prefix)/lib -lpng -ljpeg -lz -lm -lSM -lICE -lXpm -L/usr/X11R6/lib \
$(shell gtk-config --libs) -lgnomeui -lgnome \
-lgnomesupport -lintl -lgdk_imlib -ltiff

View File

@ -33,7 +33,7 @@ INCLPATH = -I./../.. \
-I/usr/local/include
CFLAGS := -O2 -Wall -I/usr/X11R6/include -DCELL_WIDGETS=1 ${INCLPATH}
CFLAGS := -O2 -Wall -g -Wall -I/usr/X11R6/include -DCELL_WIDGETS=1 ${INCLPATH}
######################################################################
# See Makefile.common for information about these variables.