From 36378fb35554914a50aa540ea595bbd8d7bff5de Mon Sep 17 00:00:00 2001 From: Augustin Cavalier Date: Wed, 26 Sep 2018 02:44:45 -0400 Subject: [PATCH] DefaultBuildProfiles: Make sure the final CD image is <= 694MB. --- build/jam/DefaultBuildProfiles | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/jam/DefaultBuildProfiles b/build/jam/DefaultBuildProfiles index 40d23cbd9a..1e3d895f84 100644 --- a/build/jam/DefaultBuildProfiles +++ b/build/jam/DefaultBuildProfiles @@ -76,7 +76,7 @@ rule DefineDefaultBuildProfiles if $(HAIKU_INCLUDE_SOURCES) = 1 { HAIKU_IMAGE_SIZE ?= 1100 ; } else { - HAIKU_IMAGE_SIZE ?= 700 ; + HAIKU_IMAGE_SIZE ?= 690 ; } AddHaikuImagePackages