From 71cbd12ede838f8193ea5d13e3692cc57c0cf942 Mon Sep 17 00:00:00 2001 From: sin Date: Sat, 21 Dec 2013 12:07:16 +0000 Subject: [PATCH] Revert "Fix relocation error on OpenBSD (amd64) when compiling with pcc" This reverts commit 06d43e48328ce7e6e0eae70293f4e3a4fef417d5. Let's stick to the most basic and common options for the default case. --- config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.mk b/config.mk index 6441d6b..a3ffc4d 100644 --- a/config.mk +++ b/config.mk @@ -9,7 +9,7 @@ MANPREFIX = $(PREFIX)/share/man #CC = musl-gcc LD = $(CC) CPPFLAGS = -D_BSD_SOURCE -D_GNU_SOURCE -CFLAGS = -g -ansi -Wall -Wno-long-long -pedantic -fPIC $(CPPFLAGS) +CFLAGS = -g -ansi -Wall -Wno-long-long -pedantic $(CPPFLAGS) LDFLAGS = -g #CC = tcc