From 7fe1953d5bb204ec97e8f5032b0f7ec5d0e1cbda Mon Sep 17 00:00:00 2001 From: thlo Date: Sun, 21 Apr 2013 16:20:52 +0200 Subject: Plugin code refactoring. --- Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3798c6c..f957795 100644 --- a/Makefile +++ b/Makefile @@ -16,12 +16,12 @@ VERSION = $(shell grep 'static const char \*VERSION *=' $(PLUGIN).c | awk '{ pri CXX ?= g++ -ifdef DEBUG +#ifdef DEBUG CXXFLAGS ?= -g -O0 -fPIC -Wall -Woverloaded-virtual #-Werror -else -CXXFLAGS ?= -fPIC -Wall -Woverloaded-virtual #-Werror +#else +#CXXFLAGS ?= -fPIC -Wall -Woverloaded-virtual #-Werror #CXXFLAGS ?= -O2 -fPIC -Wall -Woverloaded-virtual #-Werror -endif +#endif ### The directory environment: @@ -55,7 +55,7 @@ DEFINES += -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE ### The object files (add further files here): -OBJS = $(PLUGIN).o smarttvfactory.o httpresource.o httpclient.o mngurls.o log.o url.o stvw_cfg.o +OBJS = $(PLUGIN).o smarttvfactory.o httpresource.o httpclient.o mngurls.o log.o url.o stvw_cfg.o responsebase.o responsefile.o responsevdrdir.o responsememblk.o OBJS2 = -- cgit v1.2.3