From 77509ceb56d430d949a89f2fc25aaded414193a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Janouch?= Date: Fri, 26 Sep 2014 21:27:12 +0200 Subject: [PATCH] No more Clang bullshit --- Makefile | 1 - README | 5 +---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 7290dd0..7fce5e2 100644 --- a/Makefile +++ b/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) diff --git a/README b/README index 52b6950..08d7df2 100644 --- a/README +++ b/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