From 77509ceb56d430d949a89f2fc25aaded414193a8 Mon Sep 17 00:00:00 2001 From: Přemysl Janouch Date: Fri, 26 Sep 2014 21:27:12 +0200 Subject: No more Clang bullshit --- Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7290dd0..7fce5e2 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,4 @@ SHELL = /bin/sh -CC = clang # -Wunused-function is pretty annoying here, as everything is static CFLAGS = -std=c99 -Wall -Wextra -Wpedantic -Wno-unused-function -ggdb # -lpthread is only there for debugging (gdb & errno) -- cgit v1.2.3-54-g00ecf