Skip to content

./configure output readability #595

@mscdex

Description

@mscdex

Since 1b1cd1c the ./configure output has gotten worse (I actually didn't mind the behavior before that commit). IMHO it's a step backwards.

This is what I see now:

{'variables': {'node_shared_http_parser': 'false',
'want_separate_host_toolset': 0, 'icu_small': 'false', 'node_use_mdb':
'false', 'target_arch': 'ia32', 'host_arch': 'ia32', 'v8_optimized_debug': 0,
'node_install_npm': 'true', 'openssl_no_asm': 0, 'uv_parent_path':
'/deps/uv/', 'v8_no_strict_aliasing': 1, 'node_shared_zlib': 'false',
'node_use_dtrace': 'false', 'python': '/usr/bin/python', 'v8_enable_gdbjit':
0, 'node_use_etw': 'false', 'v8_enable_i18n_support': 0, 'node_use_perfctr':
'false', 'v8_random_seed': 0, 'node_prefix': '', 'node_shared_openssl':
'false', 'uv_use_dtrace': 'false', 'node_shared_v8': 'false',
'node_use_openssl': 'true', 'uv_library': 'static_library', 'v8_use_snapshot':
'true', 'node_shared_libuv': 'false', 'node_tag': ''}, 'target_defaults':
{'libraries': [], 'default_configuration': 'Release', 'cflags': [],
'include_dirs': [], 'defines': []}}

Surely there is a better way? The keys aren't even in alphabetical order.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions