From 8b5c2af7ca6705c9371769ca2ebc152f016e1e32 Mon Sep 17 00:00:00 2001 From: Steve Brokenshire Date: Sun, 2 Jul 2017 18:30:25 +0100 Subject: [PATCH] Makefile.in: Removed -ggdb as switch is controlled by @DBGOUT@ --- source/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/Makefile.in b/source/Makefile.in index a326eeb..a154fc6 100644 --- a/source/Makefile.in +++ b/source/Makefile.in @@ -1,7 +1,7 @@ CPP=g++ STRIP=strip -BMCO_CPPFLAGS=`xml2-config --cflags` `wx-config --cxxflags` -std=c++11 @DBGOUT@ -I./common -ggdb -CPPFLAGS=`xml2-config --cflags` `wx-config --cxxflags` -std=c++11 @DBGOUT@ -I./common -ggdb +BMCO_CPPFLAGS=`xml2-config --cflags` `wx-config --cxxflags` -std=c++11 @DBGOUT@ -I./common +CPPFLAGS=`xml2-config --cflags` `wx-config --cxxflags` -std=c++11 @DBGOUT@ -I./common BMCO_CPPLIBS=`wx-config --libs` `curl-config --libs` -lxml2 CPPLIBS=`wx-config --libs` `curl-config --libs` -lxml2 -Llibraries -lCalendarDataStorage -lsqlite3 CDSLIBS=-lsqlite3 -- 2.39.2