# This script is for building a custom version of V8
ARTIFACT_NAME='d8.tar.zst'
CONFIG='is_debug=false target_cpu="x64"' if [[ $# -eq 0 ]]; then echo"Using default configuration for v8 build."
CONFIG=$(echo $CONFIG | tr -d "'") else # First argument must be the artifact name
ARTIFACT_NAME="$1"
shift
# Use the rest of the arguments as the build config
CONFIG=$(echo $* | tr -d "'") fi
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung ist noch experimentell.