diff options
| author | Amlal El Mahrouss <amlalelmahrouss@icloud.com> | 2024-03-05 17:11:44 +0000 |
|---|---|---|
| committer | Amlal El Mahrouss <amlalelmahrouss@icloud.com> | 2024-03-05 17:11:44 +0000 |
| commit | ce2b172601f3dbefdc52420d04aad0d0940a5b58 (patch) | |
| tree | a35be7c7629a1bd2f9235116b5814eee90636c66 /Private/makefile | |
| parent | e430bfff418489e34b37653b85ce358e0df7fd51 (diff) | |
Update toolchain to better work on windows.
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 8c721dc3..e9c116ae 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 -mgeneral-regs-only -mno-red-zone -fno-rtti -fno-exceptions -std=c++20 -D__FSKIT_NEWFS__ -D__HAVE_HCORE_APIS__ -D__HCORE__ -I../ -I./ -I$(HOME)/ +CCFLAGS = -c -ffreestanding -mgeneral-regs-only -mno-red-zone -fno-rtti -fno-exceptions -std=c++20 -D__FSKIT_NEWFS__ -D__HAVE_HCORE_APIS__ -D__HCORE__ -I../ -I./ ASM = nasm ASMFLAGS = -f win64 LDFLAGS = -e Main --subsystem=17 |
