No more Clang bullshit
This commit is contained in:
parent
4810b37b29
commit
77509ceb56
1
Makefile
1
Makefile
@ -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
5
README
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user