Add -fPIE flag to Makefile
authorLukas Jiriste <ljiriste@student.42prague.com>
Thu, 28 Nov 2024 10:03:09 +0000 (11:03 +0100)
committerLukas Jiriste <ljiriste@student.42prague.com>
Thu, 28 Nov 2024 10:03:09 +0000 (11:03 +0100)
commitb03a4e88f155262a935c26b2699272d05e2a0c86
tree17ff51d8d9ac98076cb0ddb1d8558cb004ceafd9
parentf18e3ca3e27e38d767722c370d0d5935a5651d16
Add -fPIE flag to Makefile

The -fPIE flag has something to do with position independent code. I
think I've encountered this problem before when using ft_printf, because
its ability to print pointer values (addresses).
Makefile