From 76ce9db90a74e8c44774ff106a6760aa347a8ad2 Mon Sep 17 00:00:00 2001 From: Ettl Martin Date: Thu, 16 Sep 2010 21:41:49 +0200 Subject: [PATCH] reverted makefile changes back from clang++ to g++ --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cc05bc05f..f85046cad 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ CXXFLAGS=-Wall -Wextra -Wshadow -pedantic -Wno-long-long -Wfloat-equal -Wcast-qual -Wsign-conversion -g -CXX=clang++ +CXX=g++ BIN=${DESTDIR}/usr/bin # For 'make man': sudo apt-get install xsltproc docbook-xsl docbook-xml