From e39df8a97c6b89fa3bcd7b4f1de5949d8566c0d9 Mon Sep 17 00:00:00 2001 From: Augustin Cavalier Date: Wed, 17 Oct 2018 17:54:57 -0400 Subject: [PATCH] bios_ia32: Remove some extra debug info. --- src/system/boot/platform/bios_ia32/Jamfile | 1 - 1 file changed, 1 deletion(-) diff --git a/src/system/boot/platform/bios_ia32/Jamfile b/src/system/boot/platform/bios_ia32/Jamfile index afb2a4febf..872ced4d4a 100644 --- a/src/system/boot/platform/bios_ia32/Jamfile +++ b/src/system/boot/platform/bios_ia32/Jamfile @@ -58,6 +58,5 @@ for platform in [ MultiBootSubDirSetup bios_ia32 ] { local flags = -f bin -O5 -dKERNEL_PLATFORM=$(HAIKU_KERNEL_PLATFORM) ; NASMFLAGS on stage1.bin = $(flags) ; -Echo "NASMFLAGS = $(flags)" ; Object stage1.bin : stage1.nasm ;