Set the image size for the debug minimum profile to 450MB.

This commit is contained in:
Jérôme Duval 2017-09-11 18:11:49 +02:00
parent 1bb2e6239d
commit 9b80d1767a

View File

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