diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-04-11 18:10:32 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-11 18:10:32 +0200 |
| commit | e35797acdf5370dd91a748e0608553edb326244d (patch) | |
| tree | a3e7bcea659736a5f34cdd2c364a1b1fddf50c35 /dev/boot/amd64-ci.make | |
| parent | c1d9fbd3925d6e10919a7793fc214c9f1a01b2ab (diff) | |
| parent | 11b10ecad70e6fbc921f470fe4648e8b7db8512b (diff) | |
Merge pull request #15 from amlel-el-mahrouss/dev
big commit, for pedantic CI.
Diffstat (limited to 'dev/boot/amd64-ci.make')
| -rw-r--r-- | dev/boot/amd64-ci.make | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/dev/boot/amd64-ci.make b/dev/boot/amd64-ci.make index 62ecb88c..ae451e26 100644 --- a/dev/boot/amd64-ci.make +++ b/dev/boot/amd64-ci.make @@ -44,9 +44,7 @@ ifneq ($(AHCI_SUPPORT), ) DISK_DRV = -D__AHCI__ endif -ifneq ($(DEBUG_SUPPORT), ) DEBUG_MACRO = -D__DEBUG__ -endif ifeq ($(shell uname), Darwin) EMU_FLAGS=-M q35 -smp 4 -m 8G \ @@ -68,7 +66,7 @@ REM_FLAG=-f FLAG_ASM=-f win64 FLAG_GNU=-fshort-wchar -Wall -Wpedantic -Wextra -Werror -D__EFI_x86_64__ -mno-red-zone -D__NEOSKRNL__ -D__BOOTZ__ \ - -DEFI_FUNCTION_WRAPPER -I./ -I../kernel $(DISK_DRV) -I../ -c -nostdlib -fno-rtti -fno-exceptions \ + -DEFI_FUNCTION_WRAPPER -I./ -I../kernel $(DEBUG_MACRO) $(DISK_DRV) -I../ -c -nostdlib -fno-rtti -fno-exceptions \ -std=c++20 -DBOOTZ_GPT_SUPPORT -DBOOTZ_EPM_SUPPORT -D__HAVE_NE_APIS__ -DZBA_USE_FB -D__NE_AMD64__ -D__NE__ -DNE_AUTO_FORMAT BOOTLOADER=bootz.efi |
