From e2b8dc50f54ce91a6c5c26a4b5c798fd94b488e3 Mon Sep 17 00:00:00 2001 From: Jochen Dolze Date: Fri, 12 Nov 2010 17:22:13 +0100 Subject: Dropped XLFont option, code cleanup --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d3492a7..c2f30dd 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ VERSION = $(shell grep 'static const char \*VERSION *=' $PLUGIN.cpp | awk '{ pri ### The C++ compiler and options: CXX ?= g++ -CXXFLAGS ?= -fPIC -g -O2 -Wall -Wextra -Woverloaded-virtual -Wno-parentheses +CXXFLAGS ?= -fPIC -g -O2 -Wall -pedantic -Wextra -Woverloaded-virtual -Wno-parentheses ### The directory environment: -- cgit v1.2.3