From 5f6aa6ced837a41aeebc541ebb96a50f74580811 Mon Sep 17 00:00:00 2001 From: Petr Baudis Date: Mon, 24 Nov 2003 16:28:47 +0000 Subject: [PATCH] Added -fno-builtin-log to the default CFLAGS. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 955492e..f4c112f 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ CC = cc # The passed compilation flags -CFLAGS = -O2 -I/usr/include/ncurses -g -Wall +CFLAGS = -O2 -I/usr/include/ncurses -g -Wall -fno-builtin-log # Whether to enable IPv6 support IPV6 = 1 -- 2.11.4.GIT