From: Steve Brokenshire Date: Thu, 1 Feb 2018 22:58:41 +0000 (+0000) Subject: Makefile.in: CalendarDataStorage library now uses @DBGOUT@ settings if needed X-Git-Tag: release-0.06~7 X-Git-Url: http://Server1/repobrowser/?p=xestiacalendar%2F.git;a=commitdiff_plain;h=49cd1caba10366538e7f87181d2ff90b5c715693;hp=373ead69e449039795b5026c4012d7e903ba4835 Makefile.in: CalendarDataStorage library now uses @DBGOUT@ settings if needed --- diff --git a/source/Makefile.in b/source/Makefile.in index 9b22cf2..80785a0 100644 --- a/source/Makefile.in +++ b/source/Makefile.in @@ -110,7 +110,7 @@ calendarobjs: $(CALENDAROBJS) calendareventobjs: $(CALENDAREVENTOBJS) calendardatastorage: - g++ -c -ggdb --std=c++11 libraries/CalendarDataStorage/CalendarDataStorage.cpp -o libraries/CalendarDataStorage/CalendarDataStorage.o -lsqlite3 + g++ -c @DBGOUT@ --std=c++11 libraries/CalendarDataStorage/CalendarDataStorage.cpp -o libraries/CalendarDataStorage/CalendarDataStorage.o -lsqlite3 ar rcs libraries/libCalendarDataStorage.a libraries/CalendarDataStorage/CalendarDataStorage.o test: