diff options
| author | Amlal <amlalelmahrouss@icloud.com> | 2024-04-23 08:04:24 +0000 |
|---|---|---|
| committer | Amlal <amlalelmahrouss@icloud.com> | 2024-04-23 08:04:24 +0000 |
| commit | 4d425a7b0740a1b22f6126461736f35b8df0ca98 (patch) | |
| tree | 03b546e996c56c1fa0a8dea6da0f74aaff503070 /Private/makefile | |
| parent | 3cd65eae51017c242dfdce26693395b016d7856f (diff) | |
| parent | 55cea3704776e727b0f38a4f5480c8cdd1834861 (diff) | |
Merged in MHR-11 (pull request #3)
MHR-11: Dont restrict compiler to general registers.
Diffstat (limited to 'Private/makefile')
| -rw-r--r-- | Private/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Private/makefile b/Private/makefile index 128ccc55..37960c43 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__ -mgeneral-regs-only -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 -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), ) |
