Compile with 'c++' instead of 'g++'

We're not relying on any g++-specific features.
This commit is contained in:
Andrew Ayer
2013-01-24 22:00:12 -08:00
parent b2164be760
commit 8b5c3d5c88

View File

@@ -1,4 +1,4 @@
CXX := g++
CXX := c++
CXXFLAGS := -Wall -pedantic -ansi -Wno-long-long -O2
LDFLAGS := -lcrypto