Commit b9ebdab1 authored by dscho's avatar dscho

debug flags

parent cc250a1e
CFLAGS=-g
SUBDIRS=. examples contrib vncterm classes
DIST_SUBDIRS=examples contrib vncterm classes
......
......@@ -77,6 +77,8 @@ install_sh = @install_sh@
includedir = $(prefix)/include/rfb
CFLAGS = -g
SUBDIRS = . examples contrib vncterm classes
DIST_SUBDIRS = examples contrib vncterm classes
......@@ -171,7 +173,6 @@ depcomp = $(SHELL) $(top_srcdir)/depcomp
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
CFLAGS = @CFLAGS@
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
CXXLD = $(CXX)
......
CFLAGS=-I..
CFLAGS=-I.. -g -Wall
if HAVE_LIBPTHREAD
BACKGROUND_TEST=blooptest
......
......@@ -76,7 +76,7 @@ am__include = @am__include@
am__quote = @am__quote@
install_sh = @install_sh@
CFLAGS = -I..
CFLAGS = -I.. -g -Wall
@HAVE_LIBPTHREAD_TRUE@BACKGROUND_TEST = blooptest
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment