eitd/Makefile.am: testing sectionsd without boost, use -fno-rtti -fno-exceptions

This commit is contained in:
[CST] Focus
2012-02-24 19:03:35 +04:00
parent fb25c32f72
commit 33d031522c

View File

@@ -14,7 +14,8 @@ if BOXTYPE_TRIPLE
INCLUDES += -I$(top_srcdir)/lib/libtriple
endif
AM_CPPFLAGS =
#AM_CPPFLAGS =
AM_CPPFLAGS = -fno-rtti -fno-exceptions
noinst_LIBRARIES = libsectionsd.a
libsectionsd_a_SOURCES = sectionsd.cpp dmxapi.cpp debug.cpp dmx.cpp xmlutil.cpp \