bios_ia32: Remove some extra debug info.

This commit is contained in:
Augustin Cavalier 2018-10-17 17:54:57 -04:00
parent 0490778ed1
commit e39df8a97c
1 changed files with 0 additions and 1 deletions

View File

@ -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 ;