No more Clang bullshit

This commit is contained in:
Přemysl Eric Janouch 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 SHELL = /bin/sh
CC = clang
# -Wunused-function is pretty annoying here, as everything is static # -Wunused-function is pretty annoying here, as everything is static
CFLAGS = -std=c99 -Wall -Wextra -Wpedantic -Wno-unused-function -ggdb CFLAGS = -std=c99 -Wall -Wextra -Wpedantic -Wno-unused-function -ggdb
# -lpthread is only there for debugging (gdb & errno) # -lpthread is only there for debugging (gdb & errno)

5
README
View File

@ -17,10 +17,7 @@ the maximum number of concurrent connections.
Building and Running Building and Running
-------------------- --------------------
Build dependencies: openssl, clang, pkg-config, GNU make, help2man, Jansson Build dependencies: GCC/Clang, GNU make, help2man, pkg-config, openssl, Jansson
If you don't have Clang, you can edit the Makefile to use GCC or TCC, they work
just as good. But there's no CMake support yet, so I force it in the Makefile.
$ git clone https://github.com/pjanouch/ponymap.git $ git clone https://github.com/pjanouch/ponymap.git
$ git submodule init $ git submodule init