From f233276220fe3ecf89b7d69d3f6e9d09f89ced3e Mon Sep 17 00:00:00 2001 From: Jochen Dolze Date: Mon, 12 Jul 2010 11:37:22 +0200 Subject: Added patch for BSD from nox --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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: -- cgit v1.2.3