commit d1f632e10ae8a90e10ece2724000684f395cee81 parent f54aee4710b5ec2d87588a6336fb7187c3ce4afd Author: Friedel Schön <[email protected]> Date: Mon, 8 May 2023 00:49:31 +0200 add -fpie to Make Diffstat:
M | Makefile | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Makefile b/Makefile @@ -10,8 +10,8 @@ ROFF_DIR := usr/share/man # Compiler Options CC := gcc -CCFLAGS := -I$(INCLUDE_DIR) -Wall -Wextra -g -LFLAGS := +CCFLAGS := -I$(INCLUDE_DIR) -Wall -Wextra -g +LFLAGS := -fPIE # Executable-specific flags finit_FLAGS := -static