From 9c793aa850e154518b8945f48ab279ac3038246d Mon Sep 17 00:00:00 2001 From: Loup Vaillant Date: Mon, 5 Jun 2017 23:04:40 +0200 Subject: [PATCH] reverted makefile to GCC --- makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/makefile b/makefile index 4eb1c23..4fe8973 100644 --- a/makefile +++ b/makefile @@ -1,5 +1,5 @@ -CC=clang -CFLAGS= -I src -O2 -Wall -Wextra -std=c11 -pedantic -g +CC=gcc +CFLAGS= -I src -O2 -Wall -Wextra -std=c11 -pedantic #-fno-stack-protector -- 2.47.3