From d6a1675c009887a0ad303b8b8b0f675eb99a1005 Mon Sep 17 00:00:00 2001 From: Augustin Cavalier Date: Tue, 25 Sep 2018 23:05:23 -0400 Subject: [PATCH] DefaultBuildProfiles: Without sources, release images fit in 700MB. We don't want to ship these images as the ones for main distribution, but at least we can make them available as downloads for those who do want to use CDs. --- build/jam/DefaultBuildProfiles | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/build/jam/DefaultBuildProfiles b/build/jam/DefaultBuildProfiles index ebb68938b4..40d23cbd9a 100644 --- a/build/jam/DefaultBuildProfiles +++ b/build/jam/DefaultBuildProfiles @@ -73,14 +73,17 @@ rule DefineDefaultBuildProfiles if $(DEBUG) != 0 { HAIKU_IMAGE_SIZE ?= 1300 ; } - HAIKU_IMAGE_SIZE ?= 1100 ; + if $(HAIKU_INCLUDE_SOURCES) = 1 { + HAIKU_IMAGE_SIZE ?= 1100 ; + } else { + HAIKU_IMAGE_SIZE ?= 700 ; + } AddHaikuImagePackages bepdf keymapswitcher llvm man - mercurial nano noto noto_sans_cjk_jp