commit 2ff90f2344d1ade020fbaef85e412680623e4999
parent b857c0c7066cedfb65052939c52772d7ed517c22
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Tue, 16 Sep 2025 21:56:11 +0200
Remove LDFLAGS
The flags used failed on some compilers.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
@@ -22,7 +22,7 @@ APPPREFIX = $(PREFIX)/share
# Compilation/Linker flags used to compile build system tools
CFLAGS=-std=c99 -Wall -Wextra -Os
-LDFLAGS=-Wl,-z,relro,-z,now -pie
+LDFLAGS=
default: sty-genhead