@@ -354,27 +354,21 @@ handle_custom_options()
354354 ($PRESET_ID ! = " gnu-release" ) &&
355355 ($PRESET_ID ! = " static" ) &&
356356 ($PRESET_ID ! = " shared" ) &&
357- ($PRESET_ID ! = " gnu-optimized-size" ) &&
358357 ($PRESET_ID ! = " nix-gnu-debug-static" ) &&
359358 ($PRESET_ID ! = " nix-gnu-debug-shared" ) &&
360359 ($PRESET_ID ! = " nix-gnu-release-static" ) &&
361- ($PRESET_ID ! = " nix-gnu-release-shared" ) &&
362- ($PRESET_ID ! = " nix-gnu-release-static-size" ) &&
363- ($PRESET_ID ! = " nix-gnu-release-shared-size" )]]; then
360+ ($PRESET_ID ! = " nix-gnu-release-shared" )]]; then
364361 display_error " Unsupported preset: $PRESET_ID "
365362 display_error " Supported values are:"
366363 display_error " nix-base"
367364 display_error " gnu-debug"
368365 display_error " gnu-release"
369366 display_error " static"
370367 display_error " shared"
371- display_error " gnu-optimized-size"
372368 display_error " nix-gnu-debug-static"
373369 display_error " nix-gnu-debug-shared"
374370 display_error " nix-gnu-release-static"
375371 display_error " nix-gnu-release-shared"
376- display_error " nix-gnu-release-static-size"
377- display_error " nix-gnu-release-shared-size"
378372 display_error " "
379373 display_help
380374 exit 1
@@ -387,11 +381,7 @@ handle_custom_options()
387381 display_message " REPO_PRESET[libbitcoin-database]=${REPO_PRESET[libbitcoin-database]} "
388382 REPO_PRESET[libbitcoin-network]=" $BASE_PRESET_ID "
389383 display_message " REPO_PRESET[libbitcoin-network]=${REPO_PRESET[libbitcoin-network]} "
390- if [[ $WITH_ICU ]]; then
391- REPO_PRESET[libbitcoin-system]=" $BASE_PRESET_ID -with_icu"
392- else
393- REPO_PRESET[libbitcoin-system]=" $BASE_PRESET_ID -without_icu"
394- fi
384+ REPO_PRESET[libbitcoin-system]=" $BASE_PRESET_ID "
395385 display_message " REPO_PRESET[libbitcoin-system]=${REPO_PRESET[libbitcoin-system]} "
396386
397387 CUMULATIVE_FILTERED_ARGS=" "
0 commit comments