summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJochen Dolze <vdr@dolze.de>2010-07-12 11:37:22 +0200
committerJochen Dolze <vdr@dolze.de>2010-07-12 11:37:22 +0200
commitf233276220fe3ecf89b7d69d3f6e9d09f89ced3e (patch)
tree2a1aa227cb6d71028b76123e9a69f1cc6366adfb /Makefile
parent54043194a2afb962f34fd47ed304e2fe634b61b3 (diff)
downloadvdr-plugin-infosatepg-f233276220fe3ecf89b7d69d3f6e9d09f89ced3e.tar.gz
vdr-plugin-infosatepg-f233276220fe3ecf89b7d69d3f6e9d09f89ced3e.tar.bz2
Added patch for BSD from nox
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 61ffe8c..2ce3c50 100644
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,7 @@ VERSION = $(shell grep 'static const char \*VERSION *=' $(PLUGIN).h | awk '{ pri
### The C++ compiler and options:
CXX ?= g++
-CXXFLAGS ?= -fPIC -g0 -O2 -Wall -Wextra -Woverloaded-virtual -Wno-parentheses
+CXXFLAGS ?= -fPIC -g -O2 -Wall -Wextra -Woverloaded-virtual -Wno-parentheses
### The directory environment: