From e78ae970ee0120488c71e6616d2665ea16029662 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Fri, 11 Apr 2025 18:01:48 +0200 Subject: add debug switch on CI. Signed-off-by: Amlal El Mahrouss --- dev/boot/amd64-ci.make | 2 -- dev/kernel/amd64-ci.make | 2 -- 2 files changed, 4 deletions(-) diff --git a/dev/boot/amd64-ci.make b/dev/boot/amd64-ci.make index 62ecb88c..42de6edf 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 \ diff --git a/dev/kernel/amd64-ci.make b/dev/kernel/amd64-ci.make index 4c76c0f3..9e881123 100644 --- a/dev/kernel/amd64-ci.make +++ b/dev/kernel/amd64-ci.make @@ -23,9 +23,7 @@ ifneq ($(AHCI_SUPPORT), ) DISK_DRV = -D__AHCI__ endif -ifneq ($(DEBUG_SUPPORT), ) DEBUG_MACRO = -D__DEBUG__ -endif COPY = cp -- cgit v1.2.3