6816ecb3ea
builds with no messages at all (and no performance impact) by using the -DFG_NDEBUG flag.
12 lines
184 B
Makefile
12 lines
184 B
Makefile
EXTRA_DIST = logtest.cxx
|
|
|
|
noinst_LIBRARIES = libDebug.a
|
|
|
|
libDebug_a_SOURCES = \
|
|
debug_types.h \
|
|
logstream.cxx logstream.hxx
|
|
|
|
# fg_debug.c fg_debug.h \
|
|
|
|
INCLUDES += -I$(top_builddir)
|