diff options
author | Přemysl Janouch <p.janouch@gmail.com> | 2014-09-26 21:27:12 +0200 |
---|---|---|
committer | Přemysl Janouch <p.janouch@gmail.com> | 2014-09-26 21:32:16 +0200 |
commit | 77509ceb56d430d949a89f2fc25aaded414193a8 (patch) | |
tree | baf498bebc5f981963903249030440121032f864 /Makefile | |
parent | 4810b37b2976580ae9f1f84d41986531ba2315da (diff) | |
download | ponymap-77509ceb56d430d949a89f2fc25aaded414193a8.tar.gz ponymap-77509ceb56d430d949a89f2fc25aaded414193a8.tar.xz ponymap-77509ceb56d430d949a89f2fc25aaded414193a8.zip |
No more Clang bullshit
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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) |