]> Chaos Git - corbenik/bdfe.git/commitdiff
g++ -> gcc master
authorJon Feldman <chaos.kagami@gmail.com>
Sun, 26 Mar 2017 14:25:08 +0000 (10:25 -0400)
committerJon Feldman <chaos.kagami@gmail.com>
Sun, 26 Mar 2017 14:25:08 +0000 (10:25 -0400)
I'm not sure why it was like this in the first place, but it seems to cause modern versions of clang aliased as gcc to puke (read: OSX / XCode)

Makefile

index 89a6729af95c12d2d52dee79348d4a77e43f5f83..816b7969c39b469865a31add530581d4ae8c0fb1 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-CXX = g++
+CXX = gcc
 CFLAGS = -Wall -Werror
 CFLAGS += -g
 #CFLAGS += -O3