From 8b5c3d5c88a876b5971138eaed5a272a90ec2135 Mon Sep 17 00:00:00 2001 From: Andrew Ayer Date: Thu, 24 Jan 2013 22:00:12 -0800 Subject: [PATCH] Compile with 'c++' instead of 'g++' We're not relying on any g++-specific features. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0664387..14942fa 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -CXX := g++ +CXX := c++ CXXFLAGS := -Wall -pedantic -ansi -Wno-long-long -O2 LDFLAGS := -lcrypto