diff options
author | horchi <vdr@jwendel.de> | 2017-12-21 18:02:38 +0100 |
---|---|---|
committer | horchi <vdr@jwendel.de> | 2017-12-21 18:02:38 +0100 |
commit | 6c5b1d1729ddec6b4815e5f4115544e0c9f47ac3 (patch) | |
tree | 07ee8c7dbfeb6b74519a7ae376885012fd9df99d /lib/Makefile | |
parent | fc626c15ac0e98aeec57f92c0b5aa6072a752e2f (diff) | |
download | vdr-plugin-epg2vdr-1.1.76.tar.gz vdr-plugin-epg2vdr-1.1.76.tar.bz2 |
2017-12-21 version 1.1.76 (horchi)\n - change: backward compatibility to vdr 2.2.0 - second try\n - change: g++ 7 porting\n\n1.1.76
Diffstat (limited to 'lib/Makefile')
-rw-r--r-- | lib/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/Makefile b/lib/Makefile index 5e4f4b3..07c3e36 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -53,10 +53,6 @@ ifdef SYSD_NOTIFY CFLAGS += $(shell pkg-config --cflags libsystemd-daemon) endif -ifdef DEBUG - CFLAGS += -ggdb -O0 -endif - CFLAGS += $(shell mysql_config --include) DEFINES += $(USES) @@ -88,7 +84,7 @@ cppchk: %.o: %.c @echo Compile "$(*F)" ... - $(doCompile) $(*F).c -o $@ + $(doCompile) -O3 $(INCLUDES) -o $@ $< #-------------------------------------------------------- # dependencies |