From: Loup Vaillant Date: Mon, 5 Jun 2017 21:04:40 +0000 (+0200) Subject: reverted makefile to GCC X-Git-Url: https://git.codecow.com/?a=commitdiff_plain;h=9c793aa850e154518b8945f48ab279ac3038246d;p=Monocypher.git reverted makefile to GCC --- 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