Revert "Fix relocation error on OpenBSD (amd64) when compiling with pcc"

This reverts commit 06d43e4832.

Let's stick to the most basic and common options for the default
case.
This commit is contained in:
sin 2013-12-21 12:07:16 +00:00
parent 1851c02a95
commit 71cbd12ede
1 changed files with 1 additions and 1 deletions

View File

@ -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