From 68fc8c22d30b658162fffbc07aaa3d9706b3d982 Mon Sep 17 00:00:00 2001 From: etobi Date: Wed, 4 Apr 2012 22:20:59 +0200 Subject: Allow to override the CXXFLAGS --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 976a082..d0d831d 100644 --- a/Makefile +++ b/Makefile @@ -15,8 +15,8 @@ VERSION = $(shell grep 'static const char \*VERSION *=' $(PLUGIN).c | awk '{ pri ### The C++ compiler and options: -OPTLEVEL ?= 2 -CXXFLAGS = -O$(OPTLEVEL) -g -Wall -Werror -Woverloaded-virtual -fPIC -DPIC +CXX ?= g++ +CXXFLAGS ?= -fPIC -g -O3 -Wall -Woverloaded-virtual -Wno-parentheses ### The directory environment: -- cgit v1.2.3