From 8961e2d562cdcd5ed0bfbc3d6e4addf6e8bff5fa Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Tue, 22 Apr 2014 01:21:07 +0200 Subject: m + accept incoming connections MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index eafecdb..196258c 100644 --- a/Makefile +++ b/Makefile @@ -56,7 +56,7 @@ STD = gnu99 C_FLAGS = $(OPTIMISE) $(WARN) -std=$(STD) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) \ -ftree-vrp -fstrict-aliasing -fipa-pure-const -fstack-usage \ -fstrict-overflow -funsafe-loop-optimizations -fno-builtin \ - -D_GNU_SOURCE + -D_GNU_SOURCE -pthread # Build rules. -- cgit v1.2.3-70-g09d2