Parses configuration option to the desired BuildArch.
static BuildArch fromOption(String? option) { return option == 'x64' ? x64 : x64Compatible; }