htpp

htrdr-image post-processing
git clone git://git.meso-star.fr/htpp.git
Log | Files | Refs | README | LICENSE

commit 2f3c8c3a36052316b1aa0cbde68ee8877c52524a
parent 677802fd93b32a314cb4d96d32da8072e0071ec2
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Mon, 25 Sep 2023 11:42:20 +0200

Remove compiler flags -fPIC

It's best suited for shared libraries, not executables.

Diffstat:
Mconfig.mk | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/config.mk b/config.mk @@ -49,7 +49,6 @@ WFLAGS =\ CFLAGS_COMMON =\ -std=c89\ -pedantic\ - -fPIC\ -fvisibility=hidden\ -fstrict-aliasing\ $(WFLAGS)