summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Van Doorn <vandoorn.nick@gmail.com>2019-06-23 16:25:23 -0700
committerNick Van Doorn <vandoorn.nick@gmail.com>2019-06-23 16:25:23 -0700
commit1c04476d385f20c00f5be48ba497b4408bf09879 (patch)
treeb2bd0249e651f07f26f281ad3a8d0f8ad74abad6
parent453a0e8b121f88bdbbb2765806aab002e7e8c995 (diff)
Real gcc pls stand up
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index eee4db8..d29cdc6 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
# lift life
# http://www.cs.colby.edu/maxwell/courses/tutorials/maketutor/makefile.4
-CC=gcc
+CC=/usr/local/Cellar/gcc/9.1.0/bin/gcc-9
CFLAGS=-I. -I./segfault-suite -pthread -Wall
DEPS=segfault-suite/test-lib.h core.h database.h database.test.h
OBJ=segfault-suite/test-lib.o core.o database.o database.test.o