From b8fb66fe7f224892070debe4597b53c9beca6eb9 Mon Sep 17 00:00:00 2001 From: Jochen Dolze Date: Sat, 10 Apr 2010 15:33:59 +0200 Subject: Added more setup options, added MARK svdrp command --- plugin/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugin/Makefile') diff --git a/plugin/Makefile b/plugin/Makefile index 82cf02c..9a2ffde 100644 --- a/plugin/Makefile +++ b/plugin/Makefile @@ -17,7 +17,7 @@ VERSION = $(shell grep 'static const char \*VERSION *=' ../version.h | awk '{ pr ### The C++ compiler and options: CXX ?= g++ -CXXFLAGS ?= -fPIC -g -O2 -pedantic -Wall -Wextra -Woverloaded-virtual -Wno-parentheses +CXXFLAGS ?= -fPIC -g -O2 -Wall -Wextra -Woverloaded-virtual -Wno-parentheses ### The directory environment: -- cgit v1.2.3