@@ -362,27 +362,21 @@ handle_custom_options()
362362 ($PRESET_ID ! = " gnu-release" ) &&
363363 ($PRESET_ID ! = " static" ) &&
364364 ($PRESET_ID ! = " shared" ) &&
365- ($PRESET_ID ! = " gnu-optimized-size" ) &&
366365 ($PRESET_ID ! = " nix-gnu-debug-static" ) &&
367366 ($PRESET_ID ! = " nix-gnu-debug-shared" ) &&
368367 ($PRESET_ID ! = " nix-gnu-release-static" ) &&
369- ($PRESET_ID ! = " nix-gnu-release-shared" ) &&
370- ($PRESET_ID ! = " nix-gnu-release-static-size" ) &&
371- ($PRESET_ID ! = " nix-gnu-release-shared-size" )]]; then
368+ ($PRESET_ID ! = " nix-gnu-release-shared" )]]; then
372369 display_error " Unsupported preset: $PRESET_ID "
373370 display_error " Supported values are:"
374371 display_error " nix-base"
375372 display_error " gnu-debug"
376373 display_error " gnu-release"
377374 display_error " static"
378375 display_error " shared"
379- display_error " gnu-optimized-size"
380376 display_error " nix-gnu-debug-static"
381377 display_error " nix-gnu-debug-shared"
382378 display_error " nix-gnu-release-static"
383379 display_error " nix-gnu-release-shared"
384- display_error " nix-gnu-release-static-size"
385- display_error " nix-gnu-release-shared-size"
386380 display_error " "
387381 display_help
388382 exit 1
@@ -391,11 +385,7 @@ handle_custom_options()
391385 BASE_PRESET_ID=" $PRESET_ID "
392386 REPO_PRESET[libbitcoin-protocol]=" $PRESET_ID "
393387 display_message " REPO_PRESET[libbitcoin-protocol]=${REPO_PRESET[libbitcoin-protocol]} "
394- if [[ $WITH_ICU ]]; then
395- REPO_PRESET[libbitcoin-system]=" $BASE_PRESET_ID -with_icu"
396- else
397- REPO_PRESET[libbitcoin-system]=" $BASE_PRESET_ID -without_icu"
398- fi
388+ REPO_PRESET[libbitcoin-system]=" $BASE_PRESET_ID "
399389 display_message " REPO_PRESET[libbitcoin-system]=${REPO_PRESET[libbitcoin-system]} "
400390
401391 CUMULATIVE_FILTERED_ARGS=" "
0 commit comments