commit 71cbd12ede838f8193ea5d13e3692cc57c0cf942 Author: sin <s...@2f30.org> Date: Sat Dec 21 12:07:16 2013 +0000
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. 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