From e2672eeecd9ffa47cee0f8b90d92bf241bc27c26 Mon Sep 17 00:00:00 2001 From: Raphael Date: Thu, 11 Dec 2025 23:10:22 +0100 Subject: [PATCH] build: adding the no-pie flag for errno_location --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 633dd7c..de55f3d 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ # By: rparodi +#+ +:+ +#+ # # +#+#+#+#+#+ +#+ # # Created: 2023/11/12 11:05:05 by rparodi #+# #+# # -# Updated: 2025/12/09 12:00:39 by rparodi ### ########.fr # +# Updated: 2025/12/11 22:56:13 by rparodi ### ########.fr # # # # **************************************************************************** # @@ -27,7 +27,7 @@ RM = rm -rf CFLAGS = -Werror -Wextra -Wall TEST_FILE = test/main.c INC_DIR = includes -LDFLAGS = -L./build/ -lasm +LDFLAGS = -L./build/ -lasm -no-pie CPPFLAGS = $(addprefix -I, $(INC_DIR)) -MMD -MP # Objects