summaryrefslogtreecommitdiff
path: root/muggle-plugin/Makefile
diff options
context:
space:
mode:
authorwr61 <wr61@e10066b5-e1e2-0310-b819-94efdf66514b>2005-01-08 12:31:55 +0000
committerwr61 <wr61@e10066b5-e1e2-0310-b819-94efdf66514b>2005-01-08 12:31:55 +0000
commitb5cb538693178a43aa76f4304572939579d1f70b (patch)
tree5897a39595fce1f738571821e48eb83d94f6638d /muggle-plugin/Makefile
parentd399be2e8f18dd341eb42031827d4888169a929e (diff)
downloadvdr-plugin-muggle-b5cb538693178a43aa76f4304572939579d1f70b.tar.gz
vdr-plugin-muggle-b5cb538693178a43aa76f4304572939579d1f70b.tar.bz2
also compile mugglei, and optimize
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk@330 e10066b5-e1e2-0310-b819-94efdf66514b
Diffstat (limited to 'muggle-plugin/Makefile')
-rw-r--r--muggle-plugin/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/muggle-plugin/Makefile b/muggle-plugin/Makefile
index c5c8187..931c6ef 100644
--- a/muggle-plugin/Makefile
+++ b/muggle-plugin/Makefile
@@ -16,7 +16,7 @@ VERSION = $(shell grep 'static const char \*VERSION *=' $(PLUGIN).c | awk '{ pri
### The C++ compiler and options:
CXX ?= g++-3.3
-CXXFLAGS ?= -fPIC -O0 -Wall -Woverloaded-virtual -Wno-deprecated -g
+CXXFLAGS ?= -fPIC -O2 -Wall -Woverloaded-virtual -Wno-deprecated -g
### The directory environment:
@@ -60,7 +60,7 @@ MILIBS = -lmysqlclient -ltag
### Targets:
-all: libvdr-$(PLUGIN).so
+all: libvdr-$(PLUGIN).so mugglei
# Dependencies: