summaryrefslogtreecommitdiffhomepage
path: root/Private/makefile
diff options
context:
space:
mode:
authorAmlal <amlalelmahrouss@icloud.com>2024-04-24 02:51:24 +0000
committerAmlal <amlalelmahrouss@icloud.com>2024-04-24 02:51:24 +0000
commit4dc991502f98e5bed727f873515c1d274bfd8b4a (patch)
tree5f0d26ae0407bea6bdfd93eb74d7da2eda7e7ad7 /Private/makefile
parent4d425a7b0740a1b22f6126461736f35b8df0ca98 (diff)
parentf6a523f6a66f1aa731ecadf1cf7c174fe81729b8 (diff)
Merged in MHR-16 (pull request #4)
MHR-16
Diffstat (limited to 'Private/makefile')
-rw-r--r--Private/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Private/makefile b/Private/makefile
index 37960c43..41f70c81 100644
--- a/Private/makefile
+++ b/Private/makefile
@@ -5,7 +5,7 @@
CC = x86_64-w64-mingw32-gcc
LD = x86_64-w64-mingw32-ld
-CCFLAGS = -c -ffreestanding -D__NEWOS_AMD64__ -mno-red-zone -fno-rtti -fno-exceptions -std=c++20 -D__FSKIT_NEWFS__ -D__KERNEL__ -D__HAVE_MAHROUSS_APIS__ -D__MAHROUSS__ -I../ -I./
+CCFLAGS = -c -ffreestanding -fPIE -fPIC -D__NEWOS_AMD64__ -mno-red-zone -fno-rtti -fno-exceptions -std=c++20 -D__FSKIT_NEWFS__ -D__KERNEL__ -D__HAVE_MAHROUSS_APIS__ -D__MAHROUSS__ -I../ -I./
ASM = nasm
ifneq ($(ATA_PIO_SUPPORT), )