mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
parent
b935443c81
commit
36987199d7
@ -28,7 +28,7 @@ srcdir = .
|
|||||||
|
|
||||||
CC = gcc
|
CC = gcc
|
||||||
INCLPATH = -I.. -I./engine -I./register -I./../include -I/usr/local/include
|
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}
|
||||||
|
|
||||||
|
|
||||||
######################################################################
|
######################################################################
|
||||||
|
@ -30,7 +30,7 @@ srcdir = .
|
|||||||
CC = gcc
|
CC = gcc
|
||||||
RANLIB = ranlib
|
RANLIB = ranlib
|
||||||
INCLPATH = -I./../../include -I./../..
|
INCLPATH = -I./../../include -I./../..
|
||||||
CFLAGS = -O2 -Wall ${INCLPATH}
|
CFLAGS = -O2 -Wall -g -Wall ${INCLPATH}
|
||||||
|
|
||||||
######################################################################
|
######################################################################
|
||||||
# See Makefile.common for information about these variables.
|
# See Makefile.common for information about these variables.
|
||||||
|
@ -35,8 +35,8 @@ INCLPATH = -I.. -I../.. -I../engine -I../register -I./../../include \
|
|||||||
-I$(includedir) -I$(prefix)/lib/gnome-libs/include
|
-I$(includedir) -I$(prefix)/lib/gnome-libs/include
|
||||||
|
|
||||||
|
|
||||||
CFLAGS = -O2 -Wall -I/usr/X11R6/include ${INCLPATH}
|
CFLAGS = -O2 -Wall -g -Wall -I/usr/X11R6/include ${INCLPATH}
|
||||||
LDFLAGS =
|
LDFLAGS = -g -Wall
|
||||||
LIBS = -L$(prefix)/lib -lpng -ljpeg -lz -lm -lSM -lICE -lXpm -L/usr/X11R6/lib \
|
LIBS = -L$(prefix)/lib -lpng -ljpeg -lz -lm -lSM -lICE -lXpm -L/usr/X11R6/lib \
|
||||||
$(shell gtk-config --libs) -lgnomeui -lgnome \
|
$(shell gtk-config --libs) -lgnomeui -lgnome \
|
||||||
-lgnomesupport -lintl -lgdk_imlib -ltiff
|
-lgnomesupport -lintl -lgdk_imlib -ltiff
|
||||||
|
@ -33,7 +33,7 @@ INCLPATH = -I./../.. \
|
|||||||
-I/usr/local/include
|
-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.
|
# See Makefile.common for information about these variables.
|
||||||
|
Loading…
Reference in New Issue
Block a user