reverted makefile changes back from clang++ to g++

This commit is contained in:
Ettl Martin 2010-09-16 21:41:49 +02:00
parent f6e75b5542
commit 76ce9db90a
1 changed files with 1 additions and 1 deletions

View File

@ -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