From e6168b4ffec4b46b5eadca71bc769919bf1a5f86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Sun, 14 Jan 2018 10:07:19 +0100 Subject: [PATCH] Set the image size for debug releases to 900MB. --- build/jam/DefaultBuildProfiles | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build/jam/DefaultBuildProfiles b/build/jam/DefaultBuildProfiles index ffa74532c1..45510f9185 100644 --- a/build/jam/DefaultBuildProfiles +++ b/build/jam/DefaultBuildProfiles @@ -70,6 +70,9 @@ rule DefineDefaultBuildProfiles HAIKU_ROOT_USER_REAL_NAME ?= "Yourself" ; AddGroupToHaikuImage party : 101 : user sshd ; HAIKU_IMAGE_HOST_NAME ?= shredder ; + if $(DEBUG) != 0 { + HAIKU_IMAGE_SIZE ?= 900 ; + } HAIKU_IMAGE_SIZE ?= 800 ; AddHaikuImagePackages