No more Clang bullshit

This commit is contained in:
2014-09-26 21:27:12 +02:00
parent 4810b37b29
commit 77509ceb56
2 changed files with 1 additions and 5 deletions

View File

@@ -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)