summaryrefslogtreecommitdiffhomepage
path: root/dev/kernel/amd64-desktop.make
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-09-28 15:01:25 +0200
committerGitHub <noreply@github.com>2025-09-28 15:01:25 +0200
commit10cba024ce2038e9e94f60729b6ad30055c12fc6 (patch)
treea7b706349a1fcefc2490acb624a023d010c03f7d /dev/kernel/amd64-desktop.make
parent78bd706f8703d0c5cce7c8a66e4668ed28532e07 (diff)
parent84a7325b22f1f90c0c719a2ec8ba131263e1208c (diff)
Merge pull request #67 from nekernel-org/ext2-dev
merge: `ext2-dev` into `dev`
Diffstat (limited to 'dev/kernel/amd64-desktop.make')
-rw-r--r--dev/kernel/amd64-desktop.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/kernel/amd64-desktop.make b/dev/kernel/amd64-desktop.make
index 36b0f18e..bfcca16b 100644
--- a/dev/kernel/amd64-desktop.make
+++ b/dev/kernel/amd64-desktop.make
@@ -5,7 +5,7 @@
CXX = x86_64-w64-mingw32-g++
LD = x86_64-w64-mingw32-ld
-CCFLAGS = -fshort-wchar -c -D__NE_AMD64__ -D__NE_VEPM__ -Wall -Wpedantic -Wextra -mno-red-zone -fno-rtti -fno-exceptions -std=c++20 -D__FSKIT_INCLUDES_HEFS__ -D__NE_SUPPORT_NX__ -O0 -I../vendor -D__NEOSKRNL__ -D__HAVE_NE_APIS__ -D__FREESTANDING__ -D__NE_VIRTUAL_MEMORY_SUPPORT__ -D__NE_AUTO_FORMAT__ -D__NE__ -I./ -I../ -I../boot
+CCFLAGS = -fshort-wchar -c -D__NE_AMD64__ -D__NE_VEPM__ -Wall -Wpedantic -Wextra -mno-red-zone -fno-rtti -fno-exceptions -std=c++20 -D__FSKIT_INCLUDES_HEFS__ -D__FSKIT_INCLUDES_EXT2__ -D__NE_SUPPORT_NX__ -O0 -I../vendor -D__NEOSKRNL__ -D__HAVE_NE_APIS__ -D__FREESTANDING__ -D__NE_VIRTUAL_MEMORY_SUPPORT__ -D__NE_AUTO_FORMAT__ -D__NE__ -I./ -I../ -I../boot
ASM = nasm