build: adding the no-pie flag for errno_location
This commit is contained in:
parent
9641024e7e
commit
e2672eeecd
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
|
@ -6,7 +6,7 @@
|
|||
# By: rparodi <marvin@42.fr> +#+ +:+ +#+ #
|
||||
# +#+#+#+#+#+ +#+ #
|
||||
# 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue