From 9b80d1767ad5a03e28677437ebfdf4d187c112c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Mon, 11 Sep 2017 18:11:49 +0200 Subject: [PATCH] Set the image size for the debug minimum profile to 450MB. --- build/jam/DefaultBuildProfiles | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build/jam/DefaultBuildProfiles b/build/jam/DefaultBuildProfiles index 9594451187..c2723e8480 100644 --- a/build/jam/DefaultBuildProfiles +++ b/build/jam/DefaultBuildProfiles @@ -217,6 +217,9 @@ rule DefineDefaultBuildProfiles case "minimum-*" : { Echo Building Haiku Minimum Target ; HAIKU_IMAGE_HOST_NAME ?= shredder ; + if $(DEBUG) != 0 { + HAIKU_IMAGE_SIZE ?= 450 ; + } AddHaikuImagePackages ;