No more Clang bullshit
This commit is contained in:
parent
4810b37b29
commit
77509ceb56
1
Makefile
1
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)
|
||||
|
|
5
README
5
README
|
@ -17,10 +17,7 @@ the maximum number of concurrent connections.
|
|||
|
||||
Building and Running
|
||||
--------------------
|
||||
Build dependencies: openssl, clang, pkg-config, GNU make, help2man, 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.
|
||||
Build dependencies: GCC/Clang, GNU make, help2man, pkg-config, openssl, Jansson
|
||||
|
||||
$ git clone https://github.com/pjanouch/ponymap.git
|
||||
$ git submodule init
|
||||
|
|
Loading…
Reference in New Issue