From bdf2e7fecaf43eecd5311da66be0167fb5849ecb Mon Sep 17 00:00:00 2001 From: neingeist Date: Fri, 14 Feb 2014 21:35:28 +0100 Subject: [PATCH] Compile using clang --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 9c32d0a..5d26541 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,5 @@ CFLAGS=-std=c99 -Wextra -pedantic -g -O2 +CC=clang CFLAGS=-std=c99 -Wextra -pedantic -g -O0