Skip to content

Instantly share code, notes, and snippets.

@jcppkkk
Created April 17, 2018 08:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jcppkkk/a9fb933cd47f017bd5d6ceca452b763a to your computer and use it in GitHub Desktop.
Save jcppkkk/a9fb933cd47f017bd5d6ceca452b763a to your computer and use it in GitHub Desktop.
node on macOS 10.12.6 - Homebrew build logs
Homebrew build logs for node on macOS 10.12.6
Build date: 2018-04-17 15:53:52
HOMEBREW_VERSION: 1.6.1
ORIGIN: https://github.com/Homebrew/brew.git
HEAD: 5a2817cb023ca5e929fe030d423002992bdabf1b
Last commit: 21 hours ago
Core tap ORIGIN: https://github.com/Homebrew/homebrew-core
Core tap HEAD: 463586d8630e49db97f5a2e9dce85a08eade7c60
Core tap last commit: 22 minutes ago
HOMEBREW_PREFIX: /usr/local
CPU: quad-core 64-bit haswell
Homebrew Ruby: 2.3.3 => /usr/local/Homebrew/Library/Homebrew/vendor/portable-ruby/2.3.3/bin/ruby
Clang: 9.0 build 900
Git: 2.6.2 => /usr/local/bin/git
Curl: 7.54.0 => /usr/bin/curl
Java: 1.7.0_79
macOS: 10.12.6-x86_64
CLT: 9.2.0.0.1.1510905681
Xcode: 9.2
XQuartz: N/A
Please note that these warnings are just used to help the Homebrew maintainers
with debugging if you file an issue. If everything you use Homebrew for is
working fine: please don't worry or file an issue; just ignore this. Thanks!
Warning: Unbrewed header files were found in /usr/local/include.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae, and may need to be deleted.
Unexpected header files:
/usr/local/include/node/node_internals.h
/usr/local/include/node/pthread-fixes.h
Warning: You have unlinked kegs in your Cellar
Leaving kegs unlinked can lead to build-trouble and cause brews that depend on
those kegs to fail to run properly once built. Run `brew link` on these:
git
python@2
Warning: Some installed formulae are missing dependencies.
You should `brew install` the missing dependencies:
brew install gettext libidn2 libunistring xz
Run `brew missing` for more details.
node --without-icu4c
2018-04-17 15:53:38 +0800
./configure
--prefix=/usr/local/Cellar/node/9.11.1
--without-npm
creating icu_config.gypi
* Using ICU in deps/icu-small
creating icu_config.gypi
{ 'target_defaults': { 'cflags': [],
'default_configuration': 'Release',
'defines': [],
'include_dirs': [],
'libraries': []},
'variables': { 'asan': 0,
'coverage': 'false',
'debug_http2': 'false',
'debug_nghttp2': 'false',
'force_dynamic_crt': 0,
'host_arch': 'x64',
'icu_data_in': '../../deps/icu-small/source/data/in/icudt61l.dat',
'icu_endianness': 'l',
'icu_gyp_path': 'tools/icu/icu-generic.gyp',
'icu_locales': 'en,root',
'icu_path': 'deps/icu-small',
'icu_small': 'true',
'icu_ver_major': '61',
'llvm_version': 0,
'node_byteorder': 'little',
'node_debug_lib': 'false',
'node_enable_d8': 'false',
'node_enable_v8_vtunejit': 'false',
'node_install_npm': 'false',
'node_module_version': 59,
'node_no_browser_globals': 'false',
'node_prefix': '/usr/local/Cellar/node/9.11.1',
'node_release_urlbase': '',
'node_shared': 'false',
'node_shared_cares': 'false',
'node_shared_http_parser': 'false',
'node_shared_libuv': 'false',
'node_shared_nghttp2': 'false',
'node_shared_openssl': 'false',
'node_shared_zlib': 'false',
'node_tag': '',
'node_target_type': 'executable',
'node_use_bundled_v8': 'true',
'node_use_dtrace': 'true',
'node_use_etw': 'false',
'node_use_lttng': 'false',
'node_use_openssl': 'true',
'node_use_perfctr': 'false',
'node_use_v8_platform': 'true',
'node_without_node_options': 'false',
'openssl_fips': '',
'openssl_no_asm': 0,
'shlib_suffix': '59.dylib',
'target_arch': 'x64',
'v8_enable_gdbjit': 0,
'v8_enable_i18n_support': 1,
'v8_enable_inspector': 1,
'v8_no_strict_aliasing': 1,
'v8_optimized_debug': 0,
'v8_promise_internal_field_count': 1,
'v8_random_seed': 0,
'v8_trace_maps': 0,
'v8_use_snapshot': 'true',
'want_separate_host_toolset': 0,
'xcode_version': '9.0'}}
creating config.gypi
creating config.mk
clang++ called with: -E -P -x c++ -
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -E -P -x c++ - -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -E -P -x c -
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -E -P -x c - -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -v
superenv executed: clang -v
clang called with: -v
superenv executed: clang -v
clang called with: -dM -E -
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -dM -E - -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
2018-04-17 15:53:50 +0800
make
install
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C out BUILDTYPE=Release V=1
LD_LIBRARY_PATH=/private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/lib.host:/private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/lib.target:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; cd ../.; mkdir -p /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj/gen; python tools/js2c.py "/private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj/gen/node_javascript.cc" lib/internal/bootstrap/loaders.js lib/internal/bootstrap/node.js lib/async_hooks.js lib/assert.js lib/buffer.js lib/child_process.js lib/console.js lib/constants.js lib/crypto.js lib/cluster.js lib/dgram.js lib/dns.js lib/domain.js lib/events.js lib/fs.js lib/http.js lib/http2.js lib/_http_agent.js lib/_http_client.js lib/_http_common.js lib/_http_incoming.js lib/_http_outgoing.js lib/_http_server.js lib/https.js lib/inspector.js lib/module.js lib/net.js lib/os.js lib/path.js lib/perf_hooks.js lib/process.js lib/punycode.js lib/querystring.js lib/readline.js lib/repl.js lib/stream.js lib/_stream_readable.js lib/_stream_writable.js lib/_stream_duplex.js lib/_stream_transform.js lib/_stream_passthrough.js lib/_stream_wrap.js lib/string_decoder.js lib/sys.js lib/timers.js lib/tls.js lib/_tls_common.js lib/_tls_legacy.js lib/_tls_wrap.js lib/tty.js lib/url.js lib/util.js lib/v8.js lib/vm.js lib/zlib.js lib/internal/async_hooks.js lib/internal/buffer.js lib/internal/child_process.js lib/internal/cluster/child.js lib/internal/cluster/master.js lib/internal/cluster/round_robin_handle.js lib/internal/cluster/shared_handle.js lib/internal/cluster/utils.js lib/internal/cluster/worker.js lib/internal/crypto/certificate.js lib/internal/crypto/cipher.js lib/internal/crypto/diffiehellman.js lib/internal/crypto/hash.js lib/internal/crypto/pbkdf2.js lib/internal/crypto/random.js lib/internal/crypto/sig.js lib/internal/crypto/util.js lib/internal/constants.js lib/internal/encoding.js lib/internal/errors.js lib/internal/freelist.js lib/internal/fs.js lib/internal/http.js lib/internal/inspector_async_hook.js lib/internal/linkedlist.js lib/internal/modules/cjs/helpers.js lib/internal/modules/cjs/loader.js lib/internal/modules/esm/Loader.js lib/internal/modules/esm/CreateDynamicModule.js lib/internal/modules/esm/DefaultResolve.js lib/internal/modules/esm/ModuleJob.js lib/internal/modules/esm/ModuleMap.js lib/internal/modules/esm/ModuleWrap.js lib/internal/modules/esm/Translators.js lib/internal/safe_globals.js lib/internal/net.js lib/internal/os.js lib/internal/process/esm_loader.js lib/internal/process/next_tick.js lib/internal/process/promises.js lib/internal/process/stdio.js lib/internal/process/warning.js lib/internal/process.js lib/internal/querystring.js lib/internal/process/write-coverage.js lib/internal/readline.js lib/internal/repl.js lib/internal/socket_list.js lib/internal/test/unicode.js lib/internal/tls.js lib/internal/trace_events_async_hooks.js lib/internal/url.js lib/internal/util.js lib/internal/util/comparisons.js lib/internal/util/inspector.js lib/internal/util/types.js lib/internal/http2/core.js lib/internal/http2/compat.js lib/internal/http2/util.js lib/internal/v8_prof_polyfill.js lib/internal/v8_prof_processor.js lib/internal/vm/Module.js lib/internal/streams/lazy_transform.js lib/internal/streams/BufferList.js lib/internal/streams/duplex_base.js lib/internal/streams/legacy.js lib/internal/streams/destroy.js lib/internal/wrap_js_stream.js deps/v8/tools/splaytree.js deps/v8/tools/codemap.js deps/v8/tools/consarray.js deps/v8/tools/csvparser.js deps/v8/tools/profile.js deps/v8/tools/profile_view.js deps/v8/tools/logreader.js deps/v8/tools/tickprocessor.js deps/v8/tools/SourceMap.js deps/v8/tools/tickprocessor-driver.js deps/node-inspect/lib/_inspect.js deps/node-inspect/lib/internal/inspect_client.js deps/node-inspect/lib/internal/inspect_repl.js ./config.gypi tools/check_macros.py src/nolttng_macros.py src/noperfctr_macros.py tools/nodcheck_macros.py
LD_LIBRARY_PATH=/private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/lib.host:/private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/lib.target:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; cd ../.; mkdir -p /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj/gen; python tools/compress_json.py deps/v8/src/inspector/js_protocol.json "/private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj/gen/v8_inspector_protocol_json.h"
LD_LIBRARY_PATH=/private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/lib.host:/private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/lib.target:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; cd ../.; mkdir -p /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj/gen; dtrace -h -xnolibs -s src/node_provider.d -o "/private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj/gen/node_provider.h"
LD_LIBRARY_PATH=/private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/lib.host:/private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/lib.target:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; cd ../.; mkdir -p /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release; tools/specialize_node_d.py "/private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/node.d" src/node.d mac x64
LD_LIBRARY_PATH=/private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/lib.host:/private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/lib.target:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; cd ../deps/v8/src/inspector; mkdir -p /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj/gen/src; python ../../third_party/inspector_protocol/CheckProtocolCompatibility.py --stamp "/private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj/gen/src/js_protocol.stamp" js_protocol.json
touch 89f89f42b868464b23724e32c4065276473ce0dd.intermediate
LD_LIBRARY_PATH=/private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/lib.host:/private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/lib.target:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; cd ../deps/v8/src/inspector; mkdir -p /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj/gen/src/inspector/protocol /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj/gen/include/inspector; python ../../third_party/inspector_protocol/CodeGenerator.py --jinja_dir ../../third_party --output_base "/private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj/gen/src/inspector" --config inspector_protocol_config.json
LD_LIBRARY_PATH=/private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/lib.host:/private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/lib.target:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; cd ../deps/v8/src/inspector; mkdir -p /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj/gen/src/inspector; python build/xxd.py InjectedScriptSource_js injected-script-source.js "/private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj/gen/src/inspector/injected-script-source.h"
touch /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/tools/icu/icu_implementation.stamp
touch /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/tools/icu/icu_uconfig.stamp
touch /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/tools/icu/icu_uconfig_target.stamp
touch /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.host/tools/icu/icu_implementation.stamp
touch /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.host/tools/icu/icu_uconfig.stamp
LD_LIBRARY_PATH=/private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/lib.host:/private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/lib.target:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; cd ../deps/v8/src; mkdir -p /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj/gen; python ../tools/gen-postmortem-metadata.py "/private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj/gen/debug-support.cc" objects.h objects-inl.h objects/map.h objects/map-inl.h objects/script.h objects/script-inl.h objects/shared-function-info.h objects/shared-function-info-inl.h objects/string.h objects/string-inl.h
LD_LIBRARY_PATH=/private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/lib.host:/private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/lib.target:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; cd ../deps/v8/src; mkdir -p /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj/gen; python ../tools/js2c.py "/private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj/gen/libraries.cc" CORE js/macros.py messages.h js/prologue.js js/max-min.js js/v8natives.js js/array.js js/string.js js/typedarray.js js/weak-collection.js js/messages.js js/templates.js js/spread.js js/proxy.js debug/mirrors.js debug/debug.js debug/liveedit.js js/intl.js
clang++ '-DV8_GYP_BUILD' '-D_DARWIN_USE_64_BIT_INODE=1' '-DV8_TARGET_ARCH_X64' '-DV8_EMBEDDER_STRING="-node.23"' '-DENABLE_DISASSEMBLER' '-DV8_PROMISE_INTERNAL_FIELD_COUNT' '-Dv8_promise_internal_field_count' '-DV8_INTL_SUPPORT' -I../deps/v8 -I../deps/v8/include -O3 -gdwarf-2 -fstrict-aliasing -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-rtti -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_builtins_setup/deps/v8/src/setup-isolate-full.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_builtins_setup/deps/v8/src/setup-isolate-full.o ../deps/v8/src/setup-isolate-full.cc
clang++ '-DV8_GYP_BUILD' '-D_DARWIN_USE_64_BIT_INODE=1' '-DV8_TARGET_ARCH_X64' '-DV8_EMBEDDER_STRING="-node.23"' '-DENABLE_DISASSEMBLER' '-DV8_PROMISE_INTERNAL_FIELD_COUNT' '-Dv8_promise_internal_field_count' '-DV8_INTL_SUPPORT' -I../deps/v8 -O3 -gdwarf-2 -fstrict-aliasing -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-rtti -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libbase/deps/v8/src/base/bits.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libbase/deps/v8/src/base/bits.o ../deps/v8/src/base/bits.cc
clang++ '-DV8_GYP_BUILD' '-D_DARWIN_USE_64_BIT_INODE=1' '-DV8_TARGET_ARCH_X64' '-DV8_EMBEDDER_STRING="-node.23"' '-DENABLE_DISASSEMBLER' '-DV8_PROMISE_INTERNAL_FIELD_COUNT' '-Dv8_promise_internal_field_count' '-DV8_INTL_SUPPORT' -I../deps/v8 -O3 -gdwarf-2 -fstrict-aliasing -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-rtti -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libbase/deps/v8/src/base/cpu.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libbase/deps/v8/src/base/cpu.o ../deps/v8/src/base/cpu.cc
clang++ '-DV8_GYP_BUILD' '-D_DARWIN_USE_64_BIT_INODE=1' '-DV8_TARGET_ARCH_X64' '-DV8_EMBEDDER_STRING="-node.23"' '-DENABLE_DISASSEMBLER' '-DV8_PROMISE_INTERNAL_FIELD_COUNT' '-Dv8_promise_internal_field_count' '-DV8_INTL_SUPPORT' -I../deps/v8 -O3 -gdwarf-2 -fstrict-aliasing -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-rtti -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libbase/deps/v8/src/base/division-by-constant.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libbase/deps/v8/src/base/division-by-constant.o ../deps/v8/src/base/division-by-constant.cc
clang++ '-DV8_GYP_BUILD' '-D_DARWIN_USE_64_BIT_INODE=1' '-DV8_TARGET_ARCH_X64' '-DV8_EMBEDDER_STRING="-node.23"' '-DENABLE_DISASSEMBLER' '-DV8_PROMISE_INTERNAL_FIELD_COUNT' '-Dv8_promise_internal_field_count' '-DV8_INTL_SUPPORT' -I../deps/v8 -O3 -gdwarf-2 -fstrict-aliasing -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-rtti -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libbase/deps/v8/src/base/debug/stack_trace.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libbase/deps/v8/src/base/debug/stack_trace.o ../deps/v8/src/base/debug/stack_trace.cc
clang++ '-DV8_GYP_BUILD' '-D_DARWIN_USE_64_BIT_INODE=1' '-DV8_TARGET_ARCH_X64' '-DV8_EMBEDDER_STRING="-node.23"' '-DENABLE_DISASSEMBLER' '-DV8_PROMISE_INTERNAL_FIELD_COUNT' '-Dv8_promise_internal_field_count' '-DV8_INTL_SUPPORT' -I../deps/v8 -O3 -gdwarf-2 -fstrict-aliasing -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-rtti -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libbase/deps/v8/src/base/file-utils.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libbase/deps/v8/src/base/file-utils.o ../deps/v8/src/base/file-utils.cc
clang++ '-DV8_GYP_BUILD' '-D_DARWIN_USE_64_BIT_INODE=1' '-DV8_TARGET_ARCH_X64' '-DV8_EMBEDDER_STRING="-node.23"' '-DENABLE_DISASSEMBLER' '-DV8_PROMISE_INTERNAL_FIELD_COUNT' '-Dv8_promise_internal_field_count' '-DV8_INTL_SUPPORT' -I../deps/v8 -O3 -gdwarf-2 -fstrict-aliasing -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-rtti -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libbase/deps/v8/src/base/functional.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libbase/deps/v8/src/base/functional.o ../deps/v8/src/base/functional.cc
clang++ '-DV8_GYP_BUILD' '-D_DARWIN_USE_64_BIT_INODE=1' '-DV8_TARGET_ARCH_X64' '-DV8_EMBEDDER_STRING="-node.23"' '-DENABLE_DISASSEMBLER' '-DV8_PROMISE_INTERNAL_FIELD_COUNT' '-Dv8_promise_internal_field_count' '-DV8_INTL_SUPPORT' -I../deps/v8 -O3 -gdwarf-2 -fstrict-aliasing -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-rtti -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libbase/deps/v8/src/base/ieee754.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libbase/deps/v8/src/base/ieee754.o ../deps/v8/src/base/ieee754.cc
clang++ '-DV8_GYP_BUILD' '-D_DARWIN_USE_64_BIT_INODE=1' '-DV8_TARGET_ARCH_X64' '-DV8_EMBEDDER_STRING="-node.23"' '-DENABLE_DISASSEMBLER' '-DV8_PROMISE_INTERNAL_FIELD_COUNT' '-Dv8_promise_internal_field_count' '-DV8_INTL_SUPPORT' -I../deps/v8 -O3 -gdwarf-2 -fstrict-aliasing -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-rtti -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libbase/deps/v8/src/base/logging.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libbase/deps/v8/src/base/logging.o ../deps/v8/src/base/logging.cc
clang++ '-DV8_GYP_BUILD' '-D_DARWIN_USE_64_BIT_INODE=1' '-DV8_TARGET_ARCH_X64' '-DV8_EMBEDDER_STRING="-node.23"' '-DENABLE_DISASSEMBLER' '-DV8_PROMISE_INTERNAL_FIELD_COUNT' '-Dv8_promise_internal_field_count' '-DV8_INTL_SUPPORT' -I../deps/v8 -O3 -gdwarf-2 -fstrict-aliasing -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-rtti -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libbase/deps/v8/src/base/once.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libbase/deps/v8/src/base/once.o ../deps/v8/src/base/once.cc
clang++ '-DV8_GYP_BUILD' '-D_DARWIN_USE_64_BIT_INODE=1' '-DV8_TARGET_ARCH_X64' '-DV8_EMBEDDER_STRING="-node.23"' '-DENABLE_DISASSEMBLER' '-DV8_PROMISE_INTERNAL_FIELD_COUNT' '-Dv8_promise_internal_field_count' '-DV8_INTL_SUPPORT' -I../deps/v8 -O3 -gdwarf-2 -fstrict-aliasing -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-rtti -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libbase/deps/v8/src/base/platform/time.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libbase/deps/v8/src/base/platform/time.o ../deps/v8/src/base/platform/time.cc
clang++ '-DV8_GYP_BUILD' '-D_DARWIN_USE_64_BIT_INODE=1' '-DV8_TARGET_ARCH_X64' '-DV8_EMBEDDER_STRING="-node.23"' '-DENABLE_DISASSEMBLER' '-DV8_PROMISE_INTERNAL_FIELD_COUNT' '-Dv8_promise_internal_field_count' '-DV8_INTL_SUPPORT' -I../deps/v8 -O3 -gdwarf-2 -fstrict-aliasing -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-rtti -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libbase/deps/v8/src/base/platform/condition-variable.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libbase/deps/v8/src/base/platform/condition-variable.o ../deps/v8/src/base/platform/condition-variable.cc
clang++ '-DV8_GYP_BUILD' '-D_DARWIN_USE_64_BIT_INODE=1' '-DV8_TARGET_ARCH_X64' '-DV8_EMBEDDER_STRING="-node.23"' '-DENABLE_DISASSEMBLER' '-DV8_PROMISE_INTERNAL_FIELD_COUNT' '-Dv8_promise_internal_field_count' '-DV8_INTL_SUPPORT' -I../deps/v8 -O3 -gdwarf-2 -fstrict-aliasing -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-rtti -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libbase/deps/v8/src/base/platform/mutex.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libbase/deps/v8/src/base/platform/mutex.o ../deps/v8/src/base/platform/mutex.cc
clang++ '-DV8_GYP_BUILD' '-D_DARWIN_USE_64_BIT_INODE=1' '-DV8_TARGET_ARCH_X64' '-DV8_EMBEDDER_STRING="-node.23"' '-DENABLE_DISASSEMBLER' '-DV8_PROMISE_INTERNAL_FIELD_COUNT' '-Dv8_promise_internal_field_count' '-DV8_INTL_SUPPORT' -I../deps/v8 -O3 -gdwarf-2 -fstrict-aliasing -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-rtti -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libbase/deps/v8/src/base/platform/semaphore.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libbase/deps/v8/src/base/platform/semaphore.o ../deps/v8/src/base/platform/semaphore.cc
clang++ '-DV8_GYP_BUILD' '-D_DARWIN_USE_64_BIT_INODE=1' '-DV8_TARGET_ARCH_X64' '-DV8_EMBEDDER_STRING="-node.23"' '-DENABLE_DISASSEMBLER' '-DV8_PROMISE_INTERNAL_FIELD_COUNT' '-Dv8_promise_internal_field_count' '-DV8_INTL_SUPPORT' -I../deps/v8 -O3 -gdwarf-2 -fstrict-aliasing -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-rtti -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libbase/deps/v8/src/base/sys-info.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libbase/deps/v8/src/base/sys-info.o ../deps/v8/src/base/sys-info.cc
clang++ '-DV8_GYP_BUILD' '-D_DARWIN_USE_64_BIT_INODE=1' '-DV8_TARGET_ARCH_X64' '-DV8_EMBEDDER_STRING="-node.23"' '-DENABLE_DISASSEMBLER' '-DV8_PROMISE_INTERNAL_FIELD_COUNT' '-Dv8_promise_internal_field_count' '-DV8_INTL_SUPPORT' -I../deps/v8 -O3 -gdwarf-2 -fstrict-aliasing -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-rtti -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libbase/deps/v8/src/base/utils/random-number-generator.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libbase/deps/v8/src/base/utils/random-number-generator.o ../deps/v8/src/base/utils/random-number-generator.cc
clang++ '-DV8_GYP_BUILD' '-D_DARWIN_USE_64_BIT_INODE=1' '-DV8_TARGET_ARCH_X64' '-DV8_EMBEDDER_STRING="-node.23"' '-DENABLE_DISASSEMBLER' '-DV8_PROMISE_INTERNAL_FIELD_COUNT' '-Dv8_promise_internal_field_count' '-DV8_INTL_SUPPORT' -I../deps/v8 -O3 -gdwarf-2 -fstrict-aliasing -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-rtti -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libbase/deps/v8/src/base/debug/stack_trace_posix.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libbase/deps/v8/src/base/debug/stack_trace_posix.o ../deps/v8/src/base/debug/stack_trace_posix.cc
clang++ '-DV8_GYP_BUILD' '-D_DARWIN_USE_64_BIT_INODE=1' '-DV8_TARGET_ARCH_X64' '-DV8_EMBEDDER_STRING="-node.23"' '-DENABLE_DISASSEMBLER' '-DV8_PROMISE_INTERNAL_FIELD_COUNT' '-Dv8_promise_internal_field_count' '-DV8_INTL_SUPPORT' -I../deps/v8 -O3 -gdwarf-2 -fstrict-aliasing -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-rtti -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libbase/deps/v8/src/base/platform/platform-macos.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libbase/deps/v8/src/base/platform/platform-macos.o ../deps/v8/src/base/platform/platform-macos.cc
clang++ '-DV8_GYP_BUILD' '-D_DARWIN_USE_64_BIT_INODE=1' '-DV8_TARGET_ARCH_X64' '-DV8_EMBEDDER_STRING="-node.23"' '-DENABLE_DISASSEMBLER' '-DV8_PROMISE_INTERNAL_FIELD_COUNT' '-Dv8_promise_internal_field_count' '-DV8_INTL_SUPPORT' -I../deps/v8 -O3 -gdwarf-2 -fstrict-aliasing -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-rtti -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libbase/deps/v8/src/base/platform/platform-posix.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libbase/deps/v8/src/base/platform/platform-posix.o ../deps/v8/src/base/platform/platform-posix.cc
clang++ '-DV8_GYP_BUILD' '-D_DARWIN_USE_64_BIT_INODE=1' '-DV8_TARGET_ARCH_X64' '-DV8_EMBEDDER_STRING="-node.23"' '-DENABLE_DISASSEMBLER' '-DV8_PROMISE_INTERNAL_FIELD_COUNT' '-Dv8_promise_internal_field_count' '-DV8_INTL_SUPPORT' -I../deps/v8 -O3 -gdwarf-2 -fstrict-aliasing -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-rtti -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libbase/deps/v8/src/base/platform/platform-posix-time.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libbase/deps/v8/src/base/platform/platform-posix-time.o ../deps/v8/src/base/platform/platform-posix-time.cc
clang++ '-DV8_GYP_BUILD' '-D_DARWIN_USE_64_BIT_INODE=1' '-DV8_TARGET_ARCH_X64' '-DV8_EMBEDDER_STRING="-node.23"' '-DENABLE_DISASSEMBLER' '-DV8_PROMISE_INTERNAL_FIELD_COUNT' '-Dv8_promise_internal_field_count' '-DV8_INTL_SUPPORT' -I../deps/v8 -I../. -I../deps/v8/include -O3 -gdwarf-2 -fstrict-aliasing -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-rtti -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libplatform/deps/v8/src/libplatform/default-platform.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libplatform/deps/v8/src/libplatform/default-platform.o ../deps/v8/src/libplatform/default-platform.cc
clang++ '-DV8_GYP_BUILD' '-D_DARWIN_USE_64_BIT_INODE=1' '-DV8_TARGET_ARCH_X64' '-DV8_EMBEDDER_STRING="-node.23"' '-DENABLE_DISASSEMBLER' '-DV8_PROMISE_INTERNAL_FIELD_COUNT' '-Dv8_promise_internal_field_count' '-DV8_INTL_SUPPORT' -I../deps/v8 -I../. -I../deps/v8/include -O3 -gdwarf-2 -fstrict-aliasing -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-rtti -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libplatform/deps/v8/src/libplatform/task-queue.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libplatform/deps/v8/src/libplatform/task-queue.o ../deps/v8/src/libplatform/task-queue.cc
clang++ '-DV8_GYP_BUILD' '-D_DARWIN_USE_64_BIT_INODE=1' '-DV8_TARGET_ARCH_X64' '-DV8_EMBEDDER_STRING="-node.23"' '-DENABLE_DISASSEMBLER' '-DV8_PROMISE_INTERNAL_FIELD_COUNT' '-Dv8_promise_internal_field_count' '-DV8_INTL_SUPPORT' -I../deps/v8 -I../. -I../deps/v8/include -O3 -gdwarf-2 -fstrict-aliasing -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-rtti -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libplatform/deps/v8/src/libplatform/tracing/trace-buffer.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libplatform/deps/v8/src/libplatform/tracing/trace-buffer.o ../deps/v8/src/libplatform/tracing/trace-buffer.cc
clang++ '-DV8_GYP_BUILD' '-D_DARWIN_USE_64_BIT_INODE=1' '-DV8_TARGET_ARCH_X64' '-DV8_EMBEDDER_STRING="-node.23"' '-DENABLE_DISASSEMBLER' '-DV8_PROMISE_INTERNAL_FIELD_COUNT' '-Dv8_promise_internal_field_count' '-DV8_INTL_SUPPORT' -I../deps/v8 -I../. -I../deps/v8/include -O3 -gdwarf-2 -fstrict-aliasing -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-rtti -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libplatform/deps/v8/src/libplatform/tracing/trace-config.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libplatform/deps/v8/src/libplatform/tracing/trace-config.o ../deps/v8/src/libplatform/tracing/trace-config.cc
clang++ '-DV8_GYP_BUILD' '-D_DARWIN_USE_64_BIT_INODE=1' '-DV8_TARGET_ARCH_X64' '-DV8_EMBEDDER_STRING="-node.23"' '-DENABLE_DISASSEMBLER' '-DV8_PROMISE_INTERNAL_FIELD_COUNT' '-Dv8_promise_internal_field_count' '-DV8_INTL_SUPPORT' -I../deps/v8 -I../. -I../deps/v8/include -O3 -gdwarf-2 -fstrict-aliasing -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-rtti -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libplatform/deps/v8/src/libplatform/tracing/trace-object.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libplatform/deps/v8/src/libplatform/tracing/trace-object.o ../deps/v8/src/libplatform/tracing/trace-object.cc
clang++ '-DV8_GYP_BUILD' '-D_DARWIN_USE_64_BIT_INODE=1' '-DV8_TARGET_ARCH_X64' '-DV8_EMBEDDER_STRING="-node.23"' '-DENABLE_DISASSEMBLER' '-DV8_PROMISE_INTERNAL_FIELD_COUNT' '-Dv8_promise_internal_field_count' '-DV8_INTL_SUPPORT' -I../deps/v8 -I../. -I../deps/v8/include -O3 -gdwarf-2 -fstrict-aliasing -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-rtti -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libplatform/deps/v8/src/libplatform/tracing/trace-writer.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libplatform/deps/v8/src/libplatform/tracing/trace-writer.o ../deps/v8/src/libplatform/tracing/trace-writer.cc
clang++ '-DV8_GYP_BUILD' '-D_DARWIN_USE_64_BIT_INODE=1' '-DV8_TARGET_ARCH_X64' '-DV8_EMBEDDER_STRING="-node.23"' '-DENABLE_DISASSEMBLER' '-DV8_PROMISE_INTERNAL_FIELD_COUNT' '-Dv8_promise_internal_field_count' '-DV8_INTL_SUPPORT' -I../deps/v8 -I../. -I../deps/v8/include -O3 -gdwarf-2 -fstrict-aliasing -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-rtti -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libplatform/deps/v8/src/libplatform/tracing/tracing-controller.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libplatform/deps/v8/src/libplatform/tracing/tracing-controller.o ../deps/v8/src/libplatform/tracing/tracing-controller.cc
clang++ '-DV8_GYP_BUILD' '-D_DARWIN_USE_64_BIT_INODE=1' '-DV8_TARGET_ARCH_X64' '-DV8_EMBEDDER_STRING="-node.23"' '-DENABLE_DISASSEMBLER' '-DV8_PROMISE_INTERNAL_FIELD_COUNT' '-Dv8_promise_internal_field_count' '-DV8_INTL_SUPPORT' -I../deps/v8 -I../. -I../deps/v8/include -O3 -gdwarf-2 -fstrict-aliasing -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-rtti -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libplatform/deps/v8/src/libplatform/worker-thread.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libplatform/deps/v8/src/libplatform/worker-thread.o ../deps/v8/src/libplatform/worker-thread.cc
LD_LIBRARY_PATH=/private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/lib.host:/private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/lib.target:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; cd ../deps/v8/src; mkdir -p /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj/gen; python ../tools/js2c.py "/private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj/gen/libraries.cc" CORE js/macros.py messages.h js/prologue.js js/max-min.js js/v8natives.js js/array.js js/string.js js/typedarray.js js/weak-collection.js js/messages.js js/templates.js js/spread.js js/proxy.js debug/mirrors.js debug/debug.js debug/liveedit.js js/intl.js --startup_blob "/private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj/gen/libraries.bin" --nojs
LD_LIBRARY_PATH=/private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/lib.host:/private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/lib.target:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; cd ../deps/v8/src; mkdir -p /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj/gen; python ../tools/js2c.py "/private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj/gen/extras-libraries.cc" EXTRAS
LD_LIBRARY_PATH=/private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/lib.host:/private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/lib.target:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; cd ../deps/v8/src; mkdir -p /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj/gen; python ../tools/js2c.py "/private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj/gen/extras-libraries.cc" EXTRAS --startup_blob "/private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj/gen/libraries-extras.bin" --nojs
LD_LIBRARY_PATH=/private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/lib.host:/private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/lib.target:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; cd ../deps/v8/src; mkdir -p /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj/gen; python ../tools/js2c.py "/private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj/gen/experimental-extras-libraries.cc" EXPERIMENTAL_EXTRAS
LD_LIBRARY_PATH=/private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/lib.host:/private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/lib.target:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; cd ../deps/v8/src; mkdir -p /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj/gen; python ../tools/js2c.py "/private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj/gen/experimental-extras-libraries.cc" EXPERIMENTAL_EXTRAS --startup_blob "/private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj/gen/libraries-experimental-extras.bin" --nojs
clang++ '-D_DARWIN_USE_64_BIT_INODE=1' '-DU_I18N_IMPLEMENTATION=1' '-DU_ATTRIBUTE_DEPRECATED=' '-D_CRT_SECURE_NO_DEPRECATE=' '-DU_STATIC_IMPLEMENTATION=1' '-DUCONFIG_NO_SERVICE=1' '-DUCONFIG_NO_REGULAR_EXPRESSIONS=1' '-DU_ENABLE_DYLOAD=0' '-DU_HAVE_STD_STRING=1' '-DUCONFIG_NO_BREAK_ITERATION=0' -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/affixpatternparser.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/affixpatternparser.o ../deps/icu-small/source/i18n/affixpatternparser.cpp
clang++ '-D_DARWIN_USE_64_BIT_INODE=1' '-DU_I18N_IMPLEMENTATION=1' '-DU_ATTRIBUTE_DEPRECATED=' '-D_CRT_SECURE_NO_DEPRECATE=' '-DU_STATIC_IMPLEMENTATION=1' '-DUCONFIG_NO_SERVICE=1' '-DUCONFIG_NO_REGULAR_EXPRESSIONS=1' '-DU_ENABLE_DYLOAD=0' '-DU_HAVE_STD_STRING=1' '-DUCONFIG_NO_BREAK_ITERATION=0' -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/alphaindex.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/alphaindex.o ../deps/icu-small/source/i18n/alphaindex.cpp
clang++ '-D_DARWIN_USE_64_BIT_INODE=1' '-DU_I18N_IMPLEMENTATION=1' '-DU_ATTRIBUTE_DEPRECATED=' '-D_CRT_SECURE_NO_DEPRECATE=' '-DU_STATIC_IMPLEMENTATION=1' '-DUCONFIG_NO_SERVICE=1' '-DUCONFIG_NO_REGULAR_EXPRESSIONS=1' '-DU_ENABLE_DYLOAD=0' '-DU_HAVE_STD_STRING=1' '-DUCONFIG_NO_BREAK_ITERATION=0' -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/anytrans.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/anytrans.o ../deps/icu-small/source/i18n/anytrans.cpp
clang++ '-D_DARWIN_USE_64_BIT_INODE=1' '-DU_I18N_IMPLEMENTATION=1' '-DU_ATTRIBUTE_DEPRECATED=' '-D_CRT_SECURE_NO_DEPRECATE=' '-DU_STATIC_IMPLEMENTATION=1' '-DUCONFIG_NO_SERVICE=1' '-DUCONFIG_NO_REGULAR_EXPRESSIONS=1' '-DU_ENABLE_DYLOAD=0' '-DU_HAVE_STD_STRING=1' '-DUCONFIG_NO_BREAK_ITERATION=0' -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/astro.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/astro.o ../deps/icu-small/source/i18n/astro.cpp
clang++ '-D_DARWIN_USE_64_BIT_INODE=1' '-DU_I18N_IMPLEMENTATION=1' '-DU_ATTRIBUTE_DEPRECATED=' '-D_CRT_SECURE_NO_DEPRECATE=' '-DU_STATIC_IMPLEMENTATION=1' '-DUCONFIG_NO_SERVICE=1' '-DUCONFIG_NO_REGULAR_EXPRESSIONS=1' '-DU_ENABLE_DYLOAD=0' '-DU_HAVE_STD_STRING=1' '-DUCONFIG_NO_BREAK_ITERATION=0' -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/basictz.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/basictz.o ../deps/icu-small/source/i18n/basictz.cpp
clang++ '-D_DARWIN_USE_64_BIT_INODE=1' '-DU_I18N_IMPLEMENTATION=1' '-DU_ATTRIBUTE_DEPRECATED=' '-D_CRT_SECURE_NO_DEPRECATE=' '-DU_STATIC_IMPLEMENTATION=1' '-DUCONFIG_NO_SERVICE=1' '-DUCONFIG_NO_REGULAR_EXPRESSIONS=1' '-DU_ENABLE_DYLOAD=0' '-DU_HAVE_STD_STRING=1' '-DUCONFIG_NO_BREAK_ITERATION=0' -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/bocsu.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/bocsu.o ../deps/icu-small/source/i18n/bocsu.cpp
clang++ '-D_DARWIN_USE_64_BIT_INODE=1' '-DU_I18N_IMPLEMENTATION=1' '-DU_ATTRIBUTE_DEPRECATED=' '-D_CRT_SECURE_NO_DEPRECATE=' '-DU_STATIC_IMPLEMENTATION=1' '-DUCONFIG_NO_SERVICE=1' '-DUCONFIG_NO_REGULAR_EXPRESSIONS=1' '-DU_ENABLE_DYLOAD=0' '-DU_HAVE_STD_STRING=1' '-DUCONFIG_NO_BREAK_ITERATION=0' -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/brktrans.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/brktrans.o ../deps/icu-small/source/i18n/brktrans.cpp
clang++ '-D_DARWIN_USE_64_BIT_INODE=1' '-DU_I18N_IMPLEMENTATION=1' '-DU_ATTRIBUTE_DEPRECATED=' '-D_CRT_SECURE_NO_DEPRECATE=' '-DU_STATIC_IMPLEMENTATION=1' '-DUCONFIG_NO_SERVICE=1' '-DUCONFIG_NO_REGULAR_EXPRESSIONS=1' '-DU_ENABLE_DYLOAD=0' '-DU_HAVE_STD_STRING=1' '-DUCONFIG_NO_BREAK_ITERATION=0' -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/buddhcal.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/buddhcal.o ../deps/icu-small/source/i18n/buddhcal.cpp
clang++ '-D_DARWIN_USE_64_BIT_INODE=1' '-DU_I18N_IMPLEMENTATION=1' '-DU_ATTRIBUTE_DEPRECATED=' '-D_CRT_SECURE_NO_DEPRECATE=' '-DU_STATIC_IMPLEMENTATION=1' '-DUCONFIG_NO_SERVICE=1' '-DUCONFIG_NO_REGULAR_EXPRESSIONS=1' '-DU_ENABLE_DYLOAD=0' '-DU_HAVE_STD_STRING=1' '-DUCONFIG_NO_BREAK_ITERATION=0' -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/calendar.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/calendar.o ../deps/icu-small/source/i18n/calendar.cpp
clang++ '-D_DARWIN_USE_64_BIT_INODE=1' '-DU_I18N_IMPLEMENTATION=1' '-DU_ATTRIBUTE_DEPRECATED=' '-D_CRT_SECURE_NO_DEPRECATE=' '-DU_STATIC_IMPLEMENTATION=1' '-DUCONFIG_NO_SERVICE=1' '-DUCONFIG_NO_REGULAR_EXPRESSIONS=1' '-DU_ENABLE_DYLOAD=0' '-DU_HAVE_STD_STRING=1' '-DUCONFIG_NO_BREAK_ITERATION=0' -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/casetrn.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/casetrn.o ../deps/icu-small/source/i18n/casetrn.cpp
clang++ '-D_DARWIN_USE_64_BIT_INODE=1' '-DU_I18N_IMPLEMENTATION=1' '-DU_ATTRIBUTE_DEPRECATED=' '-D_CRT_SECURE_NO_DEPRECATE=' '-DU_STATIC_IMPLEMENTATION=1' '-DUCONFIG_NO_SERVICE=1' '-DUCONFIG_NO_REGULAR_EXPRESSIONS=1' '-DU_ENABLE_DYLOAD=0' '-DU_HAVE_STD_STRING=1' '-DUCONFIG_NO_BREAK_ITERATION=0' -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/cecal.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/cecal.o ../deps/icu-small/source/i18n/cecal.cpp
clang++ '-D_DARWIN_USE_64_BIT_INODE=1' '-DU_I18N_IMPLEMENTATION=1' '-DU_ATTRIBUTE_DEPRECATED=' '-D_CRT_SECURE_NO_DEPRECATE=' '-DU_STATIC_IMPLEMENTATION=1' '-DUCONFIG_NO_SERVICE=1' '-DUCONFIG_NO_REGULAR_EXPRESSIONS=1' '-DU_ENABLE_DYLOAD=0' '-DU_HAVE_STD_STRING=1' '-DUCONFIG_NO_BREAK_ITERATION=0' -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/chnsecal.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/chnsecal.o ../deps/icu-small/source/i18n/chnsecal.cpp
clang++ '-D_DARWIN_USE_64_BIT_INODE=1' '-DU_I18N_IMPLEMENTATION=1' '-DU_ATTRIBUTE_DEPRECATED=' '-D_CRT_SECURE_NO_DEPRECATE=' '-DU_STATIC_IMPLEMENTATION=1' '-DUCONFIG_NO_SERVICE=1' '-DUCONFIG_NO_REGULAR_EXPRESSIONS=1' '-DU_ENABLE_DYLOAD=0' '-DU_HAVE_STD_STRING=1' '-DUCONFIG_NO_BREAK_ITERATION=0' -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/choicfmt.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/choicfmt.o ../deps/icu-small/source/i18n/choicfmt.cpp
clang++ '-D_DARWIN_USE_64_BIT_INODE=1' '-DU_I18N_IMPLEMENTATION=1' '-DU_ATTRIBUTE_DEPRECATED=' '-D_CRT_SECURE_NO_DEPRECATE=' '-DU_STATIC_IMPLEMENTATION=1' '-DUCONFIG_NO_SERVICE=1' '-DUCONFIG_NO_REGULAR_EXPRESSIONS=1' '-DU_ENABLE_DYLOAD=0' '-DU_HAVE_STD_STRING=1' '-DUCONFIG_NO_BREAK_ITERATION=0' -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/coleitr.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/coleitr.o ../deps/icu-small/source/i18n/coleitr.cpp
clang++ '-D_DARWIN_USE_64_BIT_INODE=1' '-DU_I18N_IMPLEMENTATION=1' '-DU_ATTRIBUTE_DEPRECATED=' '-D_CRT_SECURE_NO_DEPRECATE=' '-DU_STATIC_IMPLEMENTATION=1' '-DUCONFIG_NO_SERVICE=1' '-DUCONFIG_NO_REGULAR_EXPRESSIONS=1' '-DU_ENABLE_DYLOAD=0' '-DU_HAVE_STD_STRING=1' '-DUCONFIG_NO_BREAK_ITERATION=0' -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/coll.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/coll.o ../deps/icu-small/source/i18n/coll.cpp
clang++ '-D_DARWIN_USE_64_BIT_INODE=1' '-DU_I18N_IMPLEMENTATION=1' '-DU_ATTRIBUTE_DEPRECATED=' '-D_CRT_SECURE_NO_DEPRECATE=' '-DU_STATIC_IMPLEMENTATION=1' '-DUCONFIG_NO_SERVICE=1' '-DUCONFIG_NO_REGULAR_EXPRESSIONS=1' '-DU_ENABLE_DYLOAD=0' '-DU_HAVE_STD_STRING=1' '-DUCONFIG_NO_BREAK_ITERATION=0' -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/collation.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/collation.o ../deps/icu-small/source/i18n/collation.cpp
clang++ '-D_DARWIN_USE_64_BIT_INODE=1' '-DU_I18N_IMPLEMENTATION=1' '-DU_ATTRIBUTE_DEPRECATED=' '-D_CRT_SECURE_NO_DEPRECATE=' '-DU_STATIC_IMPLEMENTATION=1' '-DUCONFIG_NO_SERVICE=1' '-DUCONFIG_NO_REGULAR_EXPRESSIONS=1' '-DU_ENABLE_DYLOAD=0' '-DU_HAVE_STD_STRING=1' '-DUCONFIG_NO_BREAK_ITERATION=0' -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/collationbuilder.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/collationbuilder.o ../deps/icu-small/source/i18n/collationbuilder.cpp
clang++ '-D_DARWIN_USE_64_BIT_INODE=1' '-DU_I18N_IMPLEMENTATION=1' '-DU_ATTRIBUTE_DEPRECATED=' '-D_CRT_SECURE_NO_DEPRECATE=' '-DU_STATIC_IMPLEMENTATION=1' '-DUCONFIG_NO_SERVICE=1' '-DUCONFIG_NO_REGULAR_EXPRESSIONS=1' '-DU_ENABLE_DYLOAD=0' '-DU_HAVE_STD_STRING=1' '-DUCONFIG_NO_BREAK_ITERATION=0' -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/collationcompare.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/collationcompare.o ../deps/icu-small/source/i18n/collationcompare.cpp
clang++ '-D_DARWIN_USE_64_BIT_INODE=1' '-DU_I18N_IMPLEMENTATION=1' '-DU_ATTRIBUTE_DEPRECATED=' '-D_CRT_SECURE_NO_DEPRECATE=' '-DU_STATIC_IMPLEMENTATION=1' '-DUCONFIG_NO_SERVICE=1' '-DUCONFIG_NO_REGULAR_EXPRESSIONS=1' '-DU_ENABLE_DYLOAD=0' '-DU_HAVE_STD_STRING=1' '-DUCONFIG_NO_BREAK_ITERATION=0' -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/collationdata.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/collationdata.o ../deps/icu-small/source/i18n/collationdata.cpp
clang++ '-D_DARWIN_USE_64_BIT_INODE=1' '-DU_I18N_IMPLEMENTATION=1' '-DU_ATTRIBUTE_DEPRECATED=' '-D_CRT_SECURE_NO_DEPRECATE=' '-DU_STATIC_IMPLEMENTATION=1' '-DUCONFIG_NO_SERVICE=1' '-DUCONFIG_NO_REGULAR_EXPRESSIONS=1' '-DU_ENABLE_DYLOAD=0' '-DU_HAVE_STD_STRING=1' '-DUCONFIG_NO_BREAK_ITERATION=0' -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/collationdatabuilder.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/collationdatabuilder.o ../deps/icu-small/source/i18n/collationdatabuilder.cpp
clang++ '-D_DARWIN_USE_64_BIT_INODE=1' '-DU_I18N_IMPLEMENTATION=1' '-DU_ATTRIBUTE_DEPRECATED=' '-D_CRT_SECURE_NO_DEPRECATE=' '-DU_STATIC_IMPLEMENTATION=1' '-DUCONFIG_NO_SERVICE=1' '-DUCONFIG_NO_REGULAR_EXPRESSIONS=1' '-DU_ENABLE_DYLOAD=0' '-DU_HAVE_STD_STRING=1' '-DUCONFIG_NO_BREAK_ITERATION=0' -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/collationdatareader.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/collationdatareader.o ../deps/icu-small/source/i18n/collationdatareader.cpp
clang++ '-D_DARWIN_USE_64_BIT_INODE=1' '-DU_I18N_IMPLEMENTATION=1' '-DU_ATTRIBUTE_DEPRECATED=' '-D_CRT_SECURE_NO_DEPRECATE=' '-DU_STATIC_IMPLEMENTATION=1' '-DUCONFIG_NO_SERVICE=1' '-DUCONFIG_NO_REGULAR_EXPRESSIONS=1' '-DU_ENABLE_DYLOAD=0' '-DU_HAVE_STD_STRING=1' '-DUCONFIG_NO_BREAK_ITERATION=0' -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/collationdatawriter.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/collationdatawriter.o ../deps/icu-small/source/i18n/collationdatawriter.cpp
clang++ '-D_DARWIN_USE_64_BIT_INODE=1' '-DU_I18N_IMPLEMENTATION=1' '-DU_ATTRIBUTE_DEPRECATED=' '-D_CRT_SECURE_NO_DEPRECATE=' '-DU_STATIC_IMPLEMENTATION=1' '-DUCONFIG_NO_SERVICE=1' '-DUCONFIG_NO_REGULAR_EXPRESSIONS=1' '-DU_ENABLE_DYLOAD=0' '-DU_HAVE_STD_STRING=1' '-DUCONFIG_NO_BREAK_ITERATION=0' -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/collationfastlatin.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/collationfastlatin.o ../deps/icu-small/source/i18n/collationfastlatin.cpp
clang++ '-D_DARWIN_USE_64_BIT_INODE=1' '-DU_I18N_IMPLEMENTATION=1' '-DU_ATTRIBUTE_DEPRECATED=' '-D_CRT_SECURE_NO_DEPRECATE=' '-DU_STATIC_IMPLEMENTATION=1' '-DUCONFIG_NO_SERVICE=1' '-DUCONFIG_NO_REGULAR_EXPRESSIONS=1' '-DU_ENABLE_DYLOAD=0' '-DU_HAVE_STD_STRING=1' '-DUCONFIG_NO_BREAK_ITERATION=0' -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/collationfastlatinbuilder.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/collationfastlatinbuilder.o ../deps/icu-small/source/i18n/collationfastlatinbuilder.cpp
clang++ '-D_DARWIN_USE_64_BIT_INODE=1' '-DU_I18N_IMPLEMENTATION=1' '-DU_ATTRIBUTE_DEPRECATED=' '-D_CRT_SECURE_NO_DEPRECATE=' '-DU_STATIC_IMPLEMENTATION=1' '-DUCONFIG_NO_SERVICE=1' '-DUCONFIG_NO_REGULAR_EXPRESSIONS=1' '-DU_ENABLE_DYLOAD=0' '-DU_HAVE_STD_STRING=1' '-DUCONFIG_NO_BREAK_ITERATION=0' -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/collationfcd.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/collationfcd.o ../deps/icu-small/source/i18n/collationfcd.cpp
clang++ '-D_DARWIN_USE_64_BIT_INODE=1' '-DU_I18N_IMPLEMENTATION=1' '-DU_ATTRIBUTE_DEPRECATED=' '-D_CRT_SECURE_NO_DEPRECATE=' '-DU_STATIC_IMPLEMENTATION=1' '-DUCONFIG_NO_SERVICE=1' '-DUCONFIG_NO_REGULAR_EXPRESSIONS=1' '-DU_ENABLE_DYLOAD=0' '-DU_HAVE_STD_STRING=1' '-DUCONFIG_NO_BREAK_ITERATION=0' -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/collationiterator.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/collationiterator.o ../deps/icu-small/source/i18n/collationiterator.cpp
clang++ '-D_DARWIN_USE_64_BIT_INODE=1' '-DU_I18N_IMPLEMENTATION=1' '-DU_ATTRIBUTE_DEPRECATED=' '-D_CRT_SECURE_NO_DEPRECATE=' '-DU_STATIC_IMPLEMENTATION=1' '-DUCONFIG_NO_SERVICE=1' '-DUCONFIG_NO_REGULAR_EXPRESSIONS=1' '-DU_ENABLE_DYLOAD=0' '-DU_HAVE_STD_STRING=1' '-DUCONFIG_NO_BREAK_ITERATION=0' -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/collationkeys.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/collationkeys.o ../deps/icu-small/source/i18n/collationkeys.cpp
clang++ '-D_DARWIN_USE_64_BIT_INODE=1' '-DU_I18N_IMPLEMENTATION=1' '-DU_ATTRIBUTE_DEPRECATED=' '-D_CRT_SECURE_NO_DEPRECATE=' '-DU_STATIC_IMPLEMENTATION=1' '-DUCONFIG_NO_SERVICE=1' '-DUCONFIG_NO_REGULAR_EXPRESSIONS=1' '-DU_ENABLE_DYLOAD=0' '-DU_HAVE_STD_STRING=1' '-DUCONFIG_NO_BREAK_ITERATION=0' -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/collationroot.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/collationroot.o ../deps/icu-small/source/i18n/collationroot.cpp
clang++ '-D_DARWIN_USE_64_BIT_INODE=1' '-DU_I18N_IMPLEMENTATION=1' '-DU_ATTRIBUTE_DEPRECATED=' '-D_CRT_SECURE_NO_DEPRECATE=' '-DU_STATIC_IMPLEMENTATION=1' '-DUCONFIG_NO_SERVICE=1' '-DUCONFIG_NO_REGULAR_EXPRESSIONS=1' '-DU_ENABLE_DYLOAD=0' '-DU_HAVE_STD_STRING=1' '-DUCONFIG_NO_BREAK_ITERATION=0' -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/collationrootelements.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/collationrootelements.o ../deps/icu-small/source/i18n/collationrootelements.cpp
clang++ '-D_DARWIN_USE_64_BIT_INODE=1' '-DU_I18N_IMPLEMENTATION=1' '-DU_ATTRIBUTE_DEPRECATED=' '-D_CRT_SECURE_NO_DEPRECATE=' '-DU_STATIC_IMPLEMENTATION=1' '-DUCONFIG_NO_SERVICE=1' '-DUCONFIG_NO_REGULAR_EXPRESSIONS=1' '-DU_ENABLE_DYLOAD=0' '-DU_HAVE_STD_STRING=1' '-DUCONFIG_NO_BREAK_ITERATION=0' -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/collationruleparser.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/collationruleparser.o ../deps/icu-small/source/i18n/collationruleparser.cpp
clang++ '-D_DARWIN_USE_64_BIT_INODE=1' '-DU_I18N_IMPLEMENTATION=1' '-DU_ATTRIBUTE_DEPRECATED=' '-D_CRT_SECURE_NO_DEPRECATE=' '-DU_STATIC_IMPLEMENTATION=1' '-DUCONFIG_NO_SERVICE=1' '-DUCONFIG_NO_REGULAR_EXPRESSIONS=1' '-DU_ENABLE_DYLOAD=0' '-DU_HAVE_STD_STRING=1' '-DUCONFIG_NO_BREAK_ITERATION=0' -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/collationsets.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/collationsets.o ../deps/icu-small/source/i18n/collationsets.cpp
clang++ '-D_DARWIN_USE_64_BIT_INODE=1' '-DU_I18N_IMPLEMENTATION=1' '-DU_ATTRIBUTE_DEPRECATED=' '-D_CRT_SECURE_NO_DEPRECATE=' '-DU_STATIC_IMPLEMENTATION=1' '-DUCONFIG_NO_SERVICE=1' '-DUCONFIG_NO_REGULAR_EXPRESSIONS=1' '-DU_ENABLE_DYLOAD=0' '-DU_HAVE_STD_STRING=1' '-DUCONFIG_NO_BREAK_ITERATION=0' -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/collationsettings.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/collationsettings.o ../deps/icu-small/source/i18n/collationsettings.cpp
clang++ '-D_DARWIN_USE_64_BIT_INODE=1' '-DU_I18N_IMPLEMENTATION=1' '-DU_ATTRIBUTE_DEPRECATED=' '-D_CRT_SECURE_NO_DEPRECATE=' '-DU_STATIC_IMPLEMENTATION=1' '-DUCONFIG_NO_SERVICE=1' '-DUCONFIG_NO_REGULAR_EXPRESSIONS=1' '-DU_ENABLE_DYLOAD=0' '-DU_HAVE_STD_STRING=1' '-DUCONFIG_NO_BREAK_ITERATION=0' -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/collationtailoring.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/collationtailoring.o ../deps/icu-small/source/i18n/collationtailoring.cpp
clang++ '-D_DARWIN_USE_64_BIT_INODE=1' '-DU_I18N_IMPLEMENTATION=1' '-DU_ATTRIBUTE_DEPRECATED=' '-D_CRT_SECURE_NO_DEPRECATE=' '-DU_STATIC_IMPLEMENTATION=1' '-DUCONFIG_NO_SERVICE=1' '-DUCONFIG_NO_REGULAR_EXPRESSIONS=1' '-DU_ENABLE_DYLOAD=0' '-DU_HAVE_STD_STRING=1' '-DUCONFIG_NO_BREAK_ITERATION=0' -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/collationweights.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/collationweights.o ../deps/icu-small/source/i18n/collationweights.cpp
clang++ '-D_DARWIN_USE_64_BIT_INODE=1' '-DU_I18N_IMPLEMENTATION=1' '-DU_ATTRIBUTE_DEPRECATED=' '-D_CRT_SECURE_NO_DEPRECATE=' '-DU_STATIC_IMPLEMENTATION=1' '-DUCONFIG_NO_SERVICE=1' '-DUCONFIG_NO_REGULAR_EXPRESSIONS=1' '-DU_ENABLE_DYLOAD=0' '-DU_HAVE_STD_STRING=1' '-DUCONFIG_NO_BREAK_ITERATION=0' -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/compactdecimalformat.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/compactdecimalformat.o ../deps/icu-small/source/i18n/compactdecimalformat.cpp
clang++ '-D_DARWIN_USE_64_BIT_INODE=1' '-DU_I18N_IMPLEMENTATION=1' '-DU_ATTRIBUTE_DEPRECATED=' '-D_CRT_SECURE_NO_DEPRECATE=' '-DU_STATIC_IMPLEMENTATION=1' '-DUCONFIG_NO_SERVICE=1' '-DUCONFIG_NO_REGULAR_EXPRESSIONS=1' '-DU_ENABLE_DYLOAD=0' '-DU_HAVE_STD_STRING=1' '-DUCONFIG_NO_BREAK_ITERATION=0' -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/coptccal.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/coptccal.o ../deps/icu-small/source/i18n/coptccal.cpp
clang++ '-D_DARWIN_USE_64_BIT_INODE=1' '-DU_I18N_IMPLEMENTATION=1' '-DU_ATTRIBUTE_DEPRECATED=' '-D_CRT_SECURE_NO_DEPRECATE=' '-DU_STATIC_IMPLEMENTATION=1' '-DUCONFIG_NO_SERVICE=1' '-DUCONFIG_NO_REGULAR_EXPRESSIONS=1' '-DU_ENABLE_DYLOAD=0' '-DU_HAVE_STD_STRING=1' '-DUCONFIG_NO_BREAK_ITERATION=0' -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/cpdtrans.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/cpdtrans.o ../deps/icu-small/source/i18n/cpdtrans.cpp
clang++ '-D_DARWIN_USE_64_BIT_INODE=1' '-DU_I18N_IMPLEMENTATION=1' '-DU_ATTRIBUTE_DEPRECATED=' '-D_CRT_SECURE_NO_DEPRECATE=' '-DU_STATIC_IMPLEMENTATION=1' '-DUCONFIG_NO_SERVICE=1' '-DUCONFIG_NO_REGULAR_EXPRESSIONS=1' '-DU_ENABLE_DYLOAD=0' '-DU_HAVE_STD_STRING=1' '-DUCONFIG_NO_BREAK_ITERATION=0' -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/csdetect.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/csdetect.o ../deps/icu-small/source/i18n/csdetect.cpp
clang++ '-D_DARWIN_USE_64_BIT_INODE=1' '-DU_I18N_IMPLEMENTATION=1' '-DU_ATTRIBUTE_DEPRECATED=' '-D_CRT_SECURE_NO_DEPRECATE=' '-DU_STATIC_IMPLEMENTATION=1' '-DUCONFIG_NO_SERVICE=1' '-DUCONFIG_NO_REGULAR_EXPRESSIONS=1' '-DU_ENABLE_DYLOAD=0' '-DU_HAVE_STD_STRING=1' '-DUCONFIG_NO_BREAK_ITERATION=0' -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/csmatch.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/csmatch.o ../deps/icu-small/source/i18n/csmatch.cpp
clang++ '-D_DARWIN_USE_64_BIT_INODE=1' '-DU_I18N_IMPLEMENTATION=1' '-DU_ATTRIBUTE_DEPRECATED=' '-D_CRT_SECURE_NO_DEPRECATE=' '-DU_STATIC_IMPLEMENTATION=1' '-DUCONFIG_NO_SERVICE=1' '-DUCONFIG_NO_REGULAR_EXPRESSIONS=1' '-DU_ENABLE_DYLOAD=0' '-DU_HAVE_STD_STRING=1' '-DUCONFIG_NO_BREAK_ITERATION=0' -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/csr2022.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/csr2022.o ../deps/icu-small/source/i18n/csr2022.cpp
clang++ '-D_DARWIN_USE_64_BIT_INODE=1' '-DU_I18N_IMPLEMENTATION=1' '-DU_ATTRIBUTE_DEPRECATED=' '-D_CRT_SECURE_NO_DEPRECATE=' '-DU_STATIC_IMPLEMENTATION=1' '-DUCONFIG_NO_SERVICE=1' '-DUCONFIG_NO_REGULAR_EXPRESSIONS=1' '-DU_ENABLE_DYLOAD=0' '-DU_HAVE_STD_STRING=1' '-DUCONFIG_NO_BREAK_ITERATION=0' -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/csrecog.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/csrecog.o ../deps/icu-small/source/i18n/csrecog.cpp
clang++ '-D_DARWIN_USE_64_BIT_INODE=1' '-DU_I18N_IMPLEMENTATION=1' '-DU_ATTRIBUTE_DEPRECATED=' '-D_CRT_SECURE_NO_DEPRECATE=' '-DU_STATIC_IMPLEMENTATION=1' '-DUCONFIG_NO_SERVICE=1' '-DUCONFIG_NO_REGULAR_EXPRESSIONS=1' '-DU_ENABLE_DYLOAD=0' '-DU_HAVE_STD_STRING=1' '-DUCONFIG_NO_BREAK_ITERATION=0' -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/csrmbcs.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/csrmbcs.o ../deps/icu-small/source/i18n/csrmbcs.cpp
clang++ '-D_DARWIN_USE_64_BIT_INODE=1' '-DU_I18N_IMPLEMENTATION=1' '-DU_ATTRIBUTE_DEPRECATED=' '-D_CRT_SECURE_NO_DEPRECATE=' '-DU_STATIC_IMPLEMENTATION=1' '-DUCONFIG_NO_SERVICE=1' '-DUCONFIG_NO_REGULAR_EXPRESSIONS=1' '-DU_ENABLE_DYLOAD=0' '-DU_HAVE_STD_STRING=1' '-DUCONFIG_NO_BREAK_ITERATION=0' -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/csrsbcs.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/csrsbcs.o ../deps/icu-small/source/i18n/csrsbcs.cpp
clang++ '-D_DARWIN_USE_64_BIT_INODE=1' '-DU_I18N_IMPLEMENTATION=1' '-DU_ATTRIBUTE_DEPRECATED=' '-D_CRT_SECURE_NO_DEPRECATE=' '-DU_STATIC_IMPLEMENTATION=1' '-DUCONFIG_NO_SERVICE=1' '-DUCONFIG_NO_REGULAR_EXPRESSIONS=1' '-DU_ENABLE_DYLOAD=0' '-DU_HAVE_STD_STRING=1' '-DUCONFIG_NO_BREAK_ITERATION=0' -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/csrucode.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/csrucode.o ../deps/icu-small/source/i18n/csrucode.cpp
clang++ '-D_DARWIN_USE_64_BIT_INODE=1' '-DU_I18N_IMPLEMENTATION=1' '-DU_ATTRIBUTE_DEPRECATED=' '-D_CRT_SECURE_NO_DEPRECATE=' '-DU_STATIC_IMPLEMENTATION=1' '-DUCONFIG_NO_SERVICE=1' '-DUCONFIG_NO_REGULAR_EXPRESSIONS=1' '-DU_ENABLE_DYLOAD=0' '-DU_HAVE_STD_STRING=1' '-DUCONFIG_NO_BREAK_ITERATION=0' -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/csrutf8.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/csrutf8.o ../deps/icu-small/source/i18n/csrutf8.cpp
clang++ '-D_DARWIN_USE_64_BIT_INODE=1' '-DU_I18N_IMPLEMENTATION=1' '-DU_ATTRIBUTE_DEPRECATED=' '-D_CRT_SECURE_NO_DEPRECATE=' '-DU_STATIC_IMPLEMENTATION=1' '-DUCONFIG_NO_SERVICE=1' '-DUCONFIG_NO_REGULAR_EXPRESSIONS=1' '-DU_ENABLE_DYLOAD=0' '-DU_HAVE_STD_STRING=1' '-DUCONFIG_NO_BREAK_ITERATION=0' -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/curramt.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/curramt.o ../deps/icu-small/source/i18n/curramt.cpp
clang++ '-D_DARWIN_USE_64_BIT_INODE=1' '-DU_I18N_IMPLEMENTATION=1' '-DU_ATTRIBUTE_DEPRECATED=' '-D_CRT_SECURE_NO_DEPRECATE=' '-DU_STATIC_IMPLEMENTATION=1' '-DUCONFIG_NO_SERVICE=1' '-DUCONFIG_NO_REGULAR_EXPRESSIONS=1' '-DU_ENABLE_DYLOAD=0' '-DU_HAVE_STD_STRING=1' '-DUCONFIG_NO_BREAK_ITERATION=0' -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/currfmt.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/currfmt.o ../deps/icu-small/source/i18n/currfmt.cpp
clang++ '-D_DARWIN_USE_64_BIT_INODE=1' '-DU_I18N_IMPLEMENTATION=1' '-DU_ATTRIBUTE_DEPRECATED=' '-D_CRT_SECURE_NO_DEPRECATE=' '-DU_STATIC_IMPLEMENTATION=1' '-DUCONFIG_NO_SERVICE=1' '-DUCONFIG_NO_REGULAR_EXPRESSIONS=1' '-DU_ENABLE_DYLOAD=0' '-DU_HAVE_STD_STRING=1' '-DUCONFIG_NO_BREAK_ITERATION=0' -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/currpinf.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/currpinf.o ../deps/icu-small/source/i18n/currpinf.cpp
clang++ '-D_DARWIN_USE_64_BIT_INODE=1' '-DU_I18N_IMPLEMENTATION=1' '-DU_ATTRIBUTE_DEPRECATED=' '-D_CRT_SECURE_NO_DEPRECATE=' '-DU_STATIC_IMPLEMENTATION=1' '-DUCONFIG_NO_SERVICE=1' '-DUCONFIG_NO_REGULAR_EXPRESSIONS=1' '-DU_ENABLE_DYLOAD=0' '-DU_HAVE_STD_STRING=1' '-DUCONFIG_NO_BREAK_ITERATION=0' -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/currunit.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/currunit.o ../deps/icu-small/source/i18n/currunit.cpp
clang++ '-D_DARWIN_USE_64_BIT_INODE=1' '-DU_I18N_IMPLEMENTATION=1' '-DU_ATTRIBUTE_DEPRECATED=' '-D_CRT_SECURE_NO_DEPRECATE=' '-DU_STATIC_IMPLEMENTATION=1' '-DUCONFIG_NO_SERVICE=1' '-DUCONFIG_NO_REGULAR_EXPRESSIONS=1' '-DU_ENABLE_DYLOAD=0' '-DU_HAVE_STD_STRING=1' '-DUCONFIG_NO_BREAK_ITERATION=0' -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/dangical.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/dangical.o ../deps/icu-small/source/i18n/dangical.cpp
clang++ '-D_DARWIN_USE_64_BIT_INODE=1' '-DU_I18N_IMPLEMENTATION=1' '-DU_ATTRIBUTE_DEPRECATED=' '-D_CRT_SECURE_NO_DEPRECATE=' '-DU_STATIC_IMPLEMENTATION=1' '-DUCONFIG_NO_SERVICE=1' '-DUCONFIG_NO_REGULAR_EXPRESSIONS=1' '-DU_ENABLE_DYLOAD=0' '-DU_HAVE_STD_STRING=1' '-DUCONFIG_NO_BREAK_ITERATION=0' -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/datefmt.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/datefmt.o ../deps/icu-small/source/i18n/datefmt.cpp
clang++ '-D_DARWIN_USE_64_BIT_INODE=1' '-DU_I18N_IMPLEMENTATION=1' '-DU_ATTRIBUTE_DEPRECATED=' '-D_CRT_SECURE_NO_DEPRECATE=' '-DU_STATIC_IMPLEMENTATION=1' '-DUCONFIG_NO_SERVICE=1' '-DUCONFIG_NO_REGULAR_EXPRESSIONS=1' '-DU_ENABLE_DYLOAD=0' '-DU_HAVE_STD_STRING=1' '-DUCONFIG_NO_BREAK_ITERATION=0' -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/dayperiodrules.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/dayperiodrules.o ../deps/icu-small/source/i18n/dayperiodrules.cpp
clang++ '-D_DARWIN_USE_64_BIT_INODE=1' '-DU_I18N_IMPLEMENTATION=1' '-DU_ATTRIBUTE_DEPRECATED=' '-D_CRT_SECURE_NO_DEPRECATE=' '-DU_STATIC_IMPLEMENTATION=1' '-DUCONFIG_NO_SERVICE=1' '-DUCONFIG_NO_REGULAR_EXPRESSIONS=1' '-DU_ENABLE_DYLOAD=0' '-DU_HAVE_STD_STRING=1' '-DUCONFIG_NO_BREAK_ITERATION=0' -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/dcfmtsym.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/dcfmtsym.o ../deps/icu-small/source/i18n/dcfmtsym.cpp
clang++ '-D_DARWIN_USE_64_BIT_INODE=1' '-DU_I18N_IMPLEMENTATION=1' '-DU_ATTRIBUTE_DEPRECATED=' '-D_CRT_SECURE_NO_DEPRECATE=' '-DU_STATIC_IMPLEMENTATION=1' '-DUCONFIG_NO_SERVICE=1' '-DUCONFIG_NO_REGULAR_EXPRESSIONS=1' '-DU_ENABLE_DYLOAD=0' '-DU_HAVE_STD_STRING=1' '-DUCONFIG_NO_BREAK_ITERATION=0' -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/decContext.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/decContext.o ../deps/icu-small/source/i18n/decContext.cpp
clang++ '-D_DARWIN_USE_64_BIT_INODE=1' '-DU_I18N_IMPLEMENTATION=1' '-DU_ATTRIBUTE_DEPRECATED=' '-D_CRT_SECURE_NO_DEPRECATE=' '-DU_STATIC_IMPLEMENTATION=1' '-DUCONFIG_NO_SERVICE=1' '-DUCONFIG_NO_REGULAR_EXPRESSIONS=1' '-DU_ENABLE_DYLOAD=0' '-DU_HAVE_STD_STRING=1' '-DUCONFIG_NO_BREAK_ITERATION=0' -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/decfmtst.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/decfmtst.o ../deps/icu-small/source/i18n/decfmtst.cpp
clang++ '-D_DARWIN_USE_64_BIT_INODE=1' '-DU_I18N_IMPLEMENTATION=1' '-DU_ATTRIBUTE_DEPRECATED=' '-D_CRT_SECURE_NO_DEPRECATE=' '-DU_STATIC_IMPLEMENTATION=1' '-DUCONFIG_NO_SERVICE=1' '-DUCONFIG_NO_REGULAR_EXPRESSIONS=1' '-DU_ENABLE_DYLOAD=0' '-DU_HAVE_STD_STRING=1' '-DUCONFIG_NO_BREAK_ITERATION=0' -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/decimalformatpattern.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/decimalformatpattern.o ../deps/icu-small/source/i18n/decimalformatpattern.cpp
clang++ '-D_DARWIN_USE_64_BIT_INODE=1' '-DU_I18N_IMPLEMENTATION=1' '-DU_ATTRIBUTE_DEPRECATED=' '-D_CRT_SECURE_NO_DEPRECATE=' '-DU_STATIC_IMPLEMENTATION=1' '-DUCONFIG_NO_SERVICE=1' '-DUCONFIG_NO_REGULAR_EXPRESSIONS=1' '-DU_ENABLE_DYLOAD=0' '-DU_HAVE_STD_STRING=1' '-DUCONFIG_NO_BREAK_ITERATION=0' -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/decimfmt.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/decimfmt.o ../deps/icu-small/source/i18n/decimfmt.cpp
clang++ '-D_DARWIN_USE_64_BIT_INODE=1' '-DU_I18N_IMPLEMENTATION=1' '-DU_ATTRIBUTE_DEPRECATED=' '-D_CRT_SECURE_NO_DEPRECATE=' '-DU_STATIC_IMPLEMENTATION=1' '-DUCONFIG_NO_SERVICE=1' '-DUCONFIG_NO_REGULAR_EXPRESSIONS=1' '-DU_ENABLE_DYLOAD=0' '-DU_HAVE_STD_STRING=1' '-DUCONFIG_NO_BREAK_ITERATION=0' -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/decimfmtimpl.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/decimfmtimpl.o ../deps/icu-small/source/i18n/decimfmtimpl.cpp
clang++ '-D_DARWIN_USE_64_BIT_INODE=1' '-DU_I18N_IMPLEMENTATION=1' '-DU_ATTRIBUTE_DEPRECATED=' '-D_CRT_SECURE_NO_DEPRECATE=' '-DU_STATIC_IMPLEMENTATION=1' '-DUCONFIG_NO_SERVICE=1' '-DUCONFIG_NO_REGULAR_EXPRESSIONS=1' '-DU_ENABLE_DYLOAD=0' '-DU_HAVE_STD_STRING=1' '-DUCONFIG_NO_BREAK_ITERATION=0' -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/decNumber.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/decNumber.o ../deps/icu-small/source/i18n/decNumber.cpp
clang++ '-D_DARWIN_USE_64_BIT_INODE=1' '-DU_I18N_IMPLEMENTATION=1' '-DU_ATTRIBUTE_DEPRECATED=' '-D_CRT_SECURE_NO_DEPRECATE=' '-DU_STATIC_IMPLEMENTATION=1' '-DUCONFIG_NO_SERVICE=1' '-DUCONFIG_NO_REGULAR_EXPRESSIONS=1' '-DU_ENABLE_DYLOAD=0' '-DU_HAVE_STD_STRING=1' '-DUCONFIG_NO_BREAK_ITERATION=0' -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/digitaffix.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/digitaffix.o ../deps/icu-small/source/i18n/digitaffix.cpp
clang++ '-D_DARWIN_USE_64_BIT_INODE=1' '-DU_I18N_IMPLEMENTATION=1' '-DU_ATTRIBUTE_DEPRECATED=' '-D_CRT_SECURE_NO_DEPRECATE=' '-DU_STATIC_IMPLEMENTATION=1' '-DUCONFIG_NO_SERVICE=1' '-DUCONFIG_NO_REGULAR_EXPRESSIONS=1' '-DU_ENABLE_DYLOAD=0' '-DU_HAVE_STD_STRING=1' '-DUCONFIG_NO_BREAK_ITERATION=0' -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/digitaffixesandpadding.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/digitaffixesandpadding.o ../deps/icu-small/source/i18n/digitaffixesandpadding.cpp
clang++ '-D_DARWIN_USE_64_BIT_INODE=1' '-DU_I18N_IMPLEMENTATION=1' '-DU_ATTRIBUTE_DEPRECATED=' '-D_CRT_SECURE_NO_DEPRECATE=' '-DU_STATIC_IMPLEMENTATION=1' '-DUCONFIG_NO_SERVICE=1' '-DUCONFIG_NO_REGULAR_EXPRESSIONS=1' '-DU_ENABLE_DYLOAD=0' '-DU_HAVE_STD_STRING=1' '-DUCONFIG_NO_BREAK_ITERATION=0' -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/digitformatter.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/digitformatter.o ../deps/icu-small/source/i18n/digitformatter.cpp
clang++ '-D_DARWIN_USE_64_BIT_INODE=1' '-DU_I18N_IMPLEMENTATION=1' '-DU_ATTRIBUTE_DEPRECATED=' '-D_CRT_SECURE_NO_DEPRECATE=' '-DU_STATIC_IMPLEMENTATION=1' '-DUCONFIG_NO_SERVICE=1' '-DUCONFIG_NO_REGULAR_EXPRESSIONS=1' '-DU_ENABLE_DYLOAD=0' '-DU_HAVE_STD_STRING=1' '-DUCONFIG_NO_BREAK_ITERATION=0' -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/digitgrouping.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/digitgrouping.o ../deps/icu-small/source/i18n/digitgrouping.cpp
clang++ '-D_DARWIN_USE_64_BIT_INODE=1' '-DU_I18N_IMPLEMENTATION=1' '-DU_ATTRIBUTE_DEPRECATED=' '-D_CRT_SECURE_NO_DEPRECATE=' '-DU_STATIC_IMPLEMENTATION=1' '-DUCONFIG_NO_SERVICE=1' '-DUCONFIG_NO_REGULAR_EXPRESSIONS=1' '-DU_ENABLE_DYLOAD=0' '-DU_HAVE_STD_STRING=1' '-DUCONFIG_NO_BREAK_ITERATION=0' -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/digitinterval.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/digitinterval.o ../deps/icu-small/source/i18n/digitinterval.cpp
clang++ '-D_DARWIN_USE_64_BIT_INODE=1' '-DU_I18N_IMPLEMENTATION=1' '-DU_ATTRIBUTE_DEPRECATED=' '-D_CRT_SECURE_NO_DEPRECATE=' '-DU_STATIC_IMPLEMENTATION=1' '-DUCONFIG_NO_SERVICE=1' '-DUCONFIG_NO_REGULAR_EXPRESSIONS=1' '-DU_ENABLE_DYLOAD=0' '-DU_HAVE_STD_STRING=1' '-DUCONFIG_NO_BREAK_ITERATION=0' -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/digitlst.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/digitlst.o ../deps/icu-small/source/i18n/digitlst.cpp
clang++ '-D_DARWIN_USE_64_BIT_INODE=1' '-DU_I18N_IMPLEMENTATION=1' '-DU_ATTRIBUTE_DEPRECATED=' '-D_CRT_SECURE_NO_DEPRECATE=' '-DU_STATIC_IMPLEMENTATION=1' '-DUCONFIG_NO_SERVICE=1' '-DUCONFIG_NO_REGULAR_EXPRESSIONS=1' '-DU_ENABLE_DYLOAD=0' '-DU_HAVE_STD_STRING=1' '-DUCONFIG_NO_BREAK_ITERATION=0' -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/double-conversion-bignum-dtoa.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/double-conversion-bignum-dtoa.o ../deps/icu-small/source/i18n/double-conversion-bignum-dtoa.cpp
clang++ '-D_DARWIN_USE_64_BIT_INODE=1' '-DU_I18N_IMPLEMENTATION=1' '-DU_ATTRIBUTE_DEPRECATED=' '-D_CRT_SECURE_NO_DEPRECATE=' '-DU_STATIC_IMPLEMENTATION=1' '-DUCONFIG_NO_SERVICE=1' '-DUCONFIG_NO_REGULAR_EXPRESSIONS=1' '-DU_ENABLE_DYLOAD=0' '-DU_HAVE_STD_STRING=1' '-DUCONFIG_NO_BREAK_ITERATION=0' -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/double-conversion-bignum.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/double-conversion-bignum.o ../deps/icu-small/source/i18n/double-conversion-bignum.cpp
clang++ '-D_DARWIN_USE_64_BIT_INODE=1' '-DU_I18N_IMPLEMENTATION=1' '-DU_ATTRIBUTE_DEPRECATED=' '-D_CRT_SECURE_NO_DEPRECATE=' '-DU_STATIC_IMPLEMENTATION=1' '-DUCONFIG_NO_SERVICE=1' '-DUCONFIG_NO_REGULAR_EXPRESSIONS=1' '-DU_ENABLE_DYLOAD=0' '-DU_HAVE_STD_STRING=1' '-DUCONFIG_NO_BREAK_ITERATION=0' -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/double-conversion-cached-powers.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/double-conversion-cached-powers.o ../deps/icu-small/source/i18n/double-conversion-cached-powers.cpp
clang++ '-D_DARWIN_USE_64_BIT_INODE=1' '-DU_I18N_IMPLEMENTATION=1' '-DU_ATTRIBUTE_DEPRECATED=' '-D_CRT_SECURE_NO_DEPRECATE=' '-DU_STATIC_IMPLEMENTATION=1' '-DUCONFIG_NO_SERVICE=1' '-DUCONFIG_NO_REGULAR_EXPRESSIONS=1' '-DU_ENABLE_DYLOAD=0' '-DU_HAVE_STD_STRING=1' '-DUCONFIG_NO_BREAK_ITERATION=0' -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/double-conversion-diy-fp.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/double-conversion-diy-fp.o ../deps/icu-small/source/i18n/double-conversion-diy-fp.cpp
clang++ '-D_DARWIN_USE_64_BIT_INODE=1' '-DU_I18N_IMPLEMENTATION=1' '-DU_ATTRIBUTE_DEPRECATED=' '-D_CRT_SECURE_NO_DEPRECATE=' '-DU_STATIC_IMPLEMENTATION=1' '-DUCONFIG_NO_SERVICE=1' '-DUCONFIG_NO_REGULAR_EXPRESSIONS=1' '-DU_ENABLE_DYLOAD=0' '-DU_HAVE_STD_STRING=1' '-DUCONFIG_NO_BREAK_ITERATION=0' -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/double-conversion-fast-dtoa.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/double-conversion-fast-dtoa.o ../deps/icu-small/source/i18n/double-conversion-fast-dtoa.cpp
clang++ '-D_DARWIN_USE_64_BIT_INODE=1' '-DU_I18N_IMPLEMENTATION=1' '-DU_ATTRIBUTE_DEPRECATED=' '-D_CRT_SECURE_NO_DEPRECATE=' '-DU_STATIC_IMPLEMENTATION=1' '-DUCONFIG_NO_SERVICE=1' '-DUCONFIG_NO_REGULAR_EXPRESSIONS=1' '-DU_ENABLE_DYLOAD=0' '-DU_HAVE_STD_STRING=1' '-DUCONFIG_NO_BREAK_ITERATION=0' -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/double-conversion.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/double-conversion.o ../deps/icu-small/source/i18n/double-conversion.cpp
clang++ '-D_DARWIN_USE_64_BIT_INODE=1' '-DU_I18N_IMPLEMENTATION=1' '-DU_ATTRIBUTE_DEPRECATED=' '-D_CRT_SECURE_NO_DEPRECATE=' '-DU_STATIC_IMPLEMENTATION=1' '-DUCONFIG_NO_SERVICE=1' '-DUCONFIG_NO_REGULAR_EXPRESSIONS=1' '-DU_ENABLE_DYLOAD=0' '-DU_HAVE_STD_STRING=1' '-DUCONFIG_NO_BREAK_ITERATION=0' -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/dtfmtsym.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/dtfmtsym.o ../deps/icu-small/source/i18n/dtfmtsym.cpp
clang++ '-D_DARWIN_USE_64_BIT_INODE=1' '-DU_I18N_IMPLEMENTATION=1' '-DU_ATTRIBUTE_DEPRECATED=' '-D_CRT_SECURE_NO_DEPRECATE=' '-DU_STATIC_IMPLEMENTATION=1' '-DUCONFIG_NO_SERVICE=1' '-DUCONFIG_NO_REGULAR_EXPRESSIONS=1' '-DU_ENABLE_DYLOAD=0' '-DU_HAVE_STD_STRING=1' '-DUCONFIG_NO_BREAK_ITERATION=0' -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/dtitvfmt.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/dtitvfmt.o ../deps/icu-small/source/i18n/dtitvfmt.cpp
clang++ '-D_DARWIN_USE_64_BIT_INODE=1' '-DU_I18N_IMPLEMENTATION=1' '-DU_ATTRIBUTE_DEPRECATED=' '-D_CRT_SECURE_NO_DEPRECATE=' '-DU_STATIC_IMPLEMENTATION=1' '-DUCONFIG_NO_SERVICE=1' '-DUCONFIG_NO_REGULAR_EXPRESSIONS=1' '-DU_ENABLE_DYLOAD=0' '-DU_HAVE_STD_STRING=1' '-DUCONFIG_NO_BREAK_ITERATION=0' -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/dtitvinf.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/dtitvinf.o ../deps/icu-small/source/i18n/dtitvinf.cpp
clang++ '-D_DARWIN_USE_64_BIT_INODE=1' '-DU_I18N_IMPLEMENTATION=1' '-DU_ATTRIBUTE_DEPRECATED=' '-D_CRT_SECURE_NO_DEPRECATE=' '-DU_STATIC_IMPLEMENTATION=1' '-DUCONFIG_NO_SERVICE=1' '-DUCONFIG_NO_REGULAR_EXPRESSIONS=1' '-DU_ENABLE_DYLOAD=0' '-DU_HAVE_STD_STRING=1' '-DUCONFIG_NO_BREAK_ITERATION=0' -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/dtptngen.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/dtptngen.o ../deps/icu-small/source/i18n/dtptngen.cpp
clang++ '-D_DARWIN_USE_64_BIT_INODE=1' '-DU_I18N_IMPLEMENTATION=1' '-DU_ATTRIBUTE_DEPRECATED=' '-D_CRT_SECURE_NO_DEPRECATE=' '-DU_STATIC_IMPLEMENTATION=1' '-DUCONFIG_NO_SERVICE=1' '-DUCONFIG_NO_REGULAR_EXPRESSIONS=1' '-DU_ENABLE_DYLOAD=0' '-DU_HAVE_STD_STRING=1' '-DUCONFIG_NO_BREAK_ITERATION=0' -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/dtrule.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/dtrule.o ../deps/icu-small/source/i18n/dtrule.cpp
clang++ '-D_DARWIN_USE_64_BIT_INODE=1' '-DU_I18N_IMPLEMENTATION=1' '-DU_ATTRIBUTE_DEPRECATED=' '-D_CRT_SECURE_NO_DEPRECATE=' '-DU_STATIC_IMPLEMENTATION=1' '-DUCONFIG_NO_SERVICE=1' '-DUCONFIG_NO_REGULAR_EXPRESSIONS=1' '-DU_ENABLE_DYLOAD=0' '-DU_HAVE_STD_STRING=1' '-DUCONFIG_NO_BREAK_ITERATION=0' -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/esctrn.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/esctrn.o ../deps/icu-small/source/i18n/esctrn.cpp
clang++ '-D_DARWIN_USE_64_BIT_INODE=1' '-DU_I18N_IMPLEMENTATION=1' '-DU_ATTRIBUTE_DEPRECATED=' '-D_CRT_SECURE_NO_DEPRECATE=' '-DU_STATIC_IMPLEMENTATION=1' '-DUCONFIG_NO_SERVICE=1' '-DUCONFIG_NO_REGULAR_EXPRESSIONS=1' '-DU_ENABLE_DYLOAD=0' '-DU_HAVE_STD_STRING=1' '-DUCONFIG_NO_BREAK_ITERATION=0' -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/ethpccal.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/ethpccal.o ../deps/icu-small/source/i18n/ethpccal.cpp
clang++ '-D_DARWIN_USE_64_BIT_INODE=1' '-DU_I18N_IMPLEMENTATION=1' '-DU_ATTRIBUTE_DEPRECATED=' '-D_CRT_SECURE_NO_DEPRECATE=' '-DU_STATIC_IMPLEMENTATION=1' '-DUCONFIG_NO_SERVICE=1' '-DUCONFIG_NO_REGULAR_EXPRESSIONS=1' '-DU_ENABLE_DYLOAD=0' '-DU_HAVE_STD_STRING=1' '-DUCONFIG_NO_BREAK_ITERATION=0' -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/fmtable.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/fmtable.o ../deps/icu-small/source/i18n/fmtable.cpp
clang++ '-D_DARWIN_USE_64_BIT_INODE=1' '-DU_I18N_IMPLEMENTATION=1' '-DU_ATTRIBUTE_DEPRECATED=' '-D_CRT_SECURE_NO_DEPRECATE=' '-DU_STATIC_IMPLEMENTATION=1' '-DUCONFIG_NO_SERVICE=1' '-DUCONFIG_NO_REGULAR_EXPRESSIONS=1' '-DU_ENABLE_DYLOAD=0' '-DU_HAVE_STD_STRING=1' '-DUCONFIG_NO_BREAK_ITERATION=0' -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/fmtable_cnv.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/fmtable_cnv.o ../deps/icu-small/source/i18n/fmtable_cnv.cpp
clang++ '-D_DARWIN_USE_64_BIT_INODE=1' '-DU_I18N_IMPLEMENTATION=1' '-DU_ATTRIBUTE_DEPRECATED=' '-D_CRT_SECURE_NO_DEPRECATE=' '-DU_STATIC_IMPLEMENTATION=1' '-DUCONFIG_NO_SERVICE=1' '-DUCONFIG_NO_REGULAR_EXPRESSIONS=1' '-DU_ENABLE_DYLOAD=0' '-DU_HAVE_STD_STRING=1' '-DUCONFIG_NO_BREAK_ITERATION=0' -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/format.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/format.o ../deps/icu-small/source/i18n/format.cpp
clang++ '-D_DARWIN_USE_64_BIT_INODE=1' '-DU_I18N_IMPLEMENTATION=1' '-DU_ATTRIBUTE_DEPRECATED=' '-D_CRT_SECURE_NO_DEPRECATE=' '-DU_STATIC_IMPLEMENTATION=1' '-DUCONFIG_NO_SERVICE=1' '-DUCONFIG_NO_REGULAR_EXPRESSIONS=1' '-DU_ENABLE_DYLOAD=0' '-DU_HAVE_STD_STRING=1' '-DUCONFIG_NO_BREAK_ITERATION=0' -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/fphdlimp.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/fphdlimp.o ../deps/icu-small/source/i18n/fphdlimp.cpp
clang++ '-D_DARWIN_USE_64_BIT_INODE=1' '-DU_I18N_IMPLEMENTATION=1' '-DU_ATTRIBUTE_DEPRECATED=' '-D_CRT_SECURE_NO_DEPRECATE=' '-DU_STATIC_IMPLEMENTATION=1' '-DUCONFIG_NO_SERVICE=1' '-DUCONFIG_NO_REGULAR_EXPRESSIONS=1' '-DU_ENABLE_DYLOAD=0' '-DU_HAVE_STD_STRING=1' '-DUCONFIG_NO_BREAK_ITERATION=0' -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/fpositer.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/fpositer.o ../deps/icu-small/source/i18n/fpositer.cpp
clang++ '-D_DARWIN_USE_64_BIT_INODE=1' '-DU_I18N_IMPLEMENTATION=1' '-DU_ATTRIBUTE_DEPRECATED=' '-D_CRT_SECURE_NO_DEPRECATE=' '-DU_STATIC_IMPLEMENTATION=1' '-DUCONFIG_NO_SERVICE=1' '-DUCONFIG_NO_REGULAR_EXPRESSIONS=1' '-DU_ENABLE_DYLOAD=0' '-DU_HAVE_STD_STRING=1' '-DUCONFIG_NO_BREAK_ITERATION=0' -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/funcrepl.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/funcrepl.o ../deps/icu-small/source/i18n/funcrepl.cpp
clang++ '-D_DARWIN_USE_64_BIT_INODE=1' '-DU_I18N_IMPLEMENTATION=1' '-DU_ATTRIBUTE_DEPRECATED=' '-D_CRT_SECURE_NO_DEPRECATE=' '-DU_STATIC_IMPLEMENTATION=1' '-DUCONFIG_NO_SERVICE=1' '-DUCONFIG_NO_REGULAR_EXPRESSIONS=1' '-DU_ENABLE_DYLOAD=0' '-DU_HAVE_STD_STRING=1' '-DUCONFIG_NO_BREAK_ITERATION=0' -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/gender.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/gender.o ../deps/icu-small/source/i18n/gender.cpp
clang++ '-D_DARWIN_USE_64_BIT_INODE=1' '-DU_I18N_IMPLEMENTATION=1' '-DU_ATTRIBUTE_DEPRECATED=' '-D_CRT_SECURE_NO_DEPRECATE=' '-DU_STATIC_IMPLEMENTATION=1' '-DUCONFIG_NO_SERVICE=1' '-DUCONFIG_NO_REGULAR_EXPRESSIONS=1' '-DU_ENABLE_DYLOAD=0' '-DU_HAVE_STD_STRING=1' '-DUCONFIG_NO_BREAK_ITERATION=0' -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/gregocal.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/gregocal.o ../deps/icu-small/source/i18n/gregocal.cpp
clang++ '-D_DARWIN_USE_64_BIT_INODE=1' '-DU_I18N_IMPLEMENTATION=1' '-DU_ATTRIBUTE_DEPRECATED=' '-D_CRT_SECURE_NO_DEPRECATE=' '-DU_STATIC_IMPLEMENTATION=1' '-DUCONFIG_NO_SERVICE=1' '-DUCONFIG_NO_REGULAR_EXPRESSIONS=1' '-DU_ENABLE_DYLOAD=0' '-DU_HAVE_STD_STRING=1' '-DUCONFIG_NO_BREAK_ITERATION=0' -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/gregoimp.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/gregoimp.o ../deps/icu-small/source/i18n/gregoimp.cpp
clang++ '-D_DARWIN_USE_64_BIT_INODE=1' '-DU_I18N_IMPLEMENTATION=1' '-DU_ATTRIBUTE_DEPRECATED=' '-D_CRT_SECURE_NO_DEPRECATE=' '-DU_STATIC_IMPLEMENTATION=1' '-DUCONFIG_NO_SERVICE=1' '-DUCONFIG_NO_REGULAR_EXPRESSIONS=1' '-DU_ENABLE_DYLOAD=0' '-DU_HAVE_STD_STRING=1' '-DUCONFIG_NO_BREAK_ITERATION=0' -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/hebrwcal.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/hebrwcal.o ../deps/icu-small/source/i18n/hebrwcal.cpp
clang++ '-D_DARWIN_USE_64_BIT_INODE=1' '-DU_I18N_IMPLEMENTATION=1' '-DU_ATTRIBUTE_DEPRECATED=' '-D_CRT_SECURE_NO_DEPRECATE=' '-DU_STATIC_IMPLEMENTATION=1' '-DUCONFIG_NO_SERVICE=1' '-DUCONFIG_NO_REGULAR_EXPRESSIONS=1' '-DU_ENABLE_DYLOAD=0' '-DU_HAVE_STD_STRING=1' '-DUCONFIG_NO_BREAK_ITERATION=0' -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/indiancal.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/indiancal.o ../deps/icu-small/source/i18n/indiancal.cpp
clang++ '-D_DARWIN_USE_64_BIT_INODE=1' '-DU_I18N_IMPLEMENTATION=1' '-DU_ATTRIBUTE_DEPRECATED=' '-D_CRT_SECURE_NO_DEPRECATE=' '-DU_STATIC_IMPLEMENTATION=1' '-DUCONFIG_NO_SERVICE=1' '-DUCONFIG_NO_REGULAR_EXPRESSIONS=1' '-DU_ENABLE_DYLOAD=0' '-DU_HAVE_STD_STRING=1' '-DUCONFIG_NO_BREAK_ITERATION=0' -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/inputext.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/inputext.o ../deps/icu-small/source/i18n/inputext.cpp
clang++ '-D_DARWIN_USE_64_BIT_INODE=1' '-DU_I18N_IMPLEMENTATION=1' '-DU_ATTRIBUTE_DEPRECATED=' '-D_CRT_SECURE_NO_DEPRECATE=' '-DU_STATIC_IMPLEMENTATION=1' '-DUCONFIG_NO_SERVICE=1' '-DUCONFIG_NO_REGULAR_EXPRESSIONS=1' '-DU_ENABLE_DYLOAD=0' '-DU_HAVE_STD_STRING=1' '-DUCONFIG_NO_BREAK_ITERATION=0' -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/islamcal.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/islamcal.o ../deps/icu-small/source/i18n/islamcal.cpp
clang++ '-D_DARWIN_USE_64_BIT_INODE=1' '-DU_I18N_IMPLEMENTATION=1' '-DU_ATTRIBUTE_DEPRECATED=' '-D_CRT_SECURE_NO_DEPRECATE=' '-DU_STATIC_IMPLEMENTATION=1' '-DUCONFIG_NO_SERVICE=1' '-DUCONFIG_NO_REGULAR_EXPRESSIONS=1' '-DU_ENABLE_DYLOAD=0' '-DU_HAVE_STD_STRING=1' '-DUCONFIG_NO_BREAK_ITERATION=0' -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/japancal.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/japancal.o ../deps/icu-small/source/i18n/japancal.cpp
clang++ '-D_DARWIN_USE_64_BIT_INODE=1' '-DU_I18N_IMPLEMENTATION=1' '-DU_ATTRIBUTE_DEPRECATED=' '-D_CRT_SECURE_NO_DEPRECATE=' '-DU_STATIC_IMPLEMENTATION=1' '-DUCONFIG_NO_SERVICE=1' '-DUCONFIG_NO_REGULAR_EXPRESSIONS=1' '-DU_ENABLE_DYLOAD=0' '-DU_HAVE_STD_STRING=1' '-DUCONFIG_NO_BREAK_ITERATION=0' -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/measfmt.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/measfmt.o ../deps/icu-small/source/i18n/measfmt.cpp
clang++ '-D_DARWIN_USE_64_BIT_INODE=1' '-DU_I18N_IMPLEMENTATION=1' '-DU_ATTRIBUTE_DEPRECATED=' '-D_CRT_SECURE_NO_DEPRECATE=' '-DU_STATIC_IMPLEMENTATION=1' '-DUCONFIG_NO_SERVICE=1' '-DUCONFIG_NO_REGULAR_EXPRESSIONS=1' '-DU_ENABLE_DYLOAD=0' '-DU_HAVE_STD_STRING=1' '-DUCONFIG_NO_BREAK_ITERATION=0' -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/measunit.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/measunit.o ../deps/icu-small/source/i18n/measunit.cpp
clang++ '-D_DARWIN_USE_64_BIT_INODE=1' '-DU_I18N_IMPLEMENTATION=1' '-DU_ATTRIBUTE_DEPRECATED=' '-D_CRT_SECURE_NO_DEPRECATE=' '-DU_STATIC_IMPLEMENTATION=1' '-DUCONFIG_NO_SERVICE=1' '-DUCONFIG_NO_REGULAR_EXPRESSIONS=1' '-DU_ENABLE_DYLOAD=0' '-DU_HAVE_STD_STRING=1' '-DUCONFIG_NO_BREAK_ITERATION=0' -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/measure.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/measure.o ../deps/icu-small/source/i18n/measure.cpp
clang++ '-D_DARWIN_USE_64_BIT_INODE=1' '-DU_I18N_IMPLEMENTATION=1' '-DU_ATTRIBUTE_DEPRECATED=' '-D_CRT_SECURE_NO_DEPRECATE=' '-DU_STATIC_IMPLEMENTATION=1' '-DUCONFIG_NO_SERVICE=1' '-DUCONFIG_NO_REGULAR_EXPRESSIONS=1' '-DU_ENABLE_DYLOAD=0' '-DU_HAVE_STD_STRING=1' '-DUCONFIG_NO_BREAK_ITERATION=0' -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/msgfmt.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/msgfmt.o ../deps/icu-small/source/i18n/msgfmt.cpp
clang++ '-D_DARWIN_USE_64_BIT_INODE=1' '-DU_I18N_IMPLEMENTATION=1' '-DU_ATTRIBUTE_DEPRECATED=' '-D_CRT_SECURE_NO_DEPRECATE=' '-DU_STATIC_IMPLEMENTATION=1' '-DUCONFIG_NO_SERVICE=1' '-DUCONFIG_NO_REGULAR_EXPRESSIONS=1' '-DU_ENABLE_DYLOAD=0' '-DU_HAVE_STD_STRING=1' '-DUCONFIG_NO_BREAK_ITERATION=0' -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/name2uni.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/name2uni.o ../deps/icu-small/source/i18n/name2uni.cpp
clang++ '-D_DARWIN_USE_64_BIT_INODE=1' '-DU_I18N_IMPLEMENTATION=1' '-DU_ATTRIBUTE_DEPRECATED=' '-D_CRT_SECURE_NO_DEPRECATE=' '-DU_STATIC_IMPLEMENTATION=1' '-DUCONFIG_NO_SERVICE=1' '-DUCONFIG_NO_REGULAR_EXPRESSIONS=1' '-DU_ENABLE_DYLOAD=0' '-DU_HAVE_STD_STRING=1' '-DUCONFIG_NO_BREAK_ITERATION=0' -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/nfrs.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/nfrs.o ../deps/icu-small/source/i18n/nfrs.cpp
clang++ '-D_DARWIN_USE_64_BIT_INODE=1' '-DU_I18N_IMPLEMENTATION=1' '-DU_ATTRIBUTE_DEPRECATED=' '-D_CRT_SECURE_NO_DEPRECATE=' '-DU_STATIC_IMPLEMENTATION=1' '-DUCONFIG_NO_SERVICE=1' '-DUCONFIG_NO_REGULAR_EXPRESSIONS=1' '-DU_ENABLE_DYLOAD=0' '-DU_HAVE_STD_STRING=1' '-DUCONFIG_NO_BREAK_ITERATION=0' -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/nfrule.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/nfrule.o ../deps/icu-small/source/i18n/nfrule.cpp
clang++ '-D_DARWIN_USE_64_BIT_INODE=1' '-DU_I18N_IMPLEMENTATION=1' '-DU_ATTRIBUTE_DEPRECATED=' '-D_CRT_SECURE_NO_DEPRECATE=' '-DU_STATIC_IMPLEMENTATION=1' '-DUCONFIG_NO_SERVICE=1' '-DUCONFIG_NO_REGULAR_EXPRESSIONS=1' '-DU_ENABLE_DYLOAD=0' '-DU_HAVE_STD_STRING=1' '-DUCONFIG_NO_BREAK_ITERATION=0' -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/nfsubs.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/nfsubs.o ../deps/icu-small/source/i18n/nfsubs.cpp
clang++ '-D_DARWIN_USE_64_BIT_INODE=1' '-DU_I18N_IMPLEMENTATION=1' '-DU_ATTRIBUTE_DEPRECATED=' '-D_CRT_SECURE_NO_DEPRECATE=' '-DU_STATIC_IMPLEMENTATION=1' '-DUCONFIG_NO_SERVICE=1' '-DUCONFIG_NO_REGULAR_EXPRESSIONS=1' '-DU_ENABLE_DYLOAD=0' '-DU_HAVE_STD_STRING=1' '-DUCONFIG_NO_BREAK_ITERATION=0' -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/nortrans.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/nortrans.o ../deps/icu-small/source/i18n/nortrans.cpp
clang++ '-D_DARWIN_USE_64_BIT_INODE=1' '-DU_I18N_IMPLEMENTATION=1' '-DU_ATTRIBUTE_DEPRECATED=' '-D_CRT_SECURE_NO_DEPRECATE=' '-DU_STATIC_IMPLEMENTATION=1' '-DUCONFIG_NO_SERVICE=1' '-DUCONFIG_NO_REGULAR_EXPRESSIONS=1' '-DU_ENABLE_DYLOAD=0' '-DU_HAVE_STD_STRING=1' '-DUCONFIG_NO_BREAK_ITERATION=0' -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/nounit.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/nounit.o ../deps/icu-small/source/i18n/nounit.cpp
clang++ '-D_DARWIN_USE_64_BIT_INODE=1' '-DU_I18N_IMPLEMENTATION=1' '-DU_ATTRIBUTE_DEPRECATED=' '-D_CRT_SECURE_NO_DEPRECATE=' '-DU_STATIC_IMPLEMENTATION=1' '-DUCONFIG_NO_SERVICE=1' '-DUCONFIG_NO_REGULAR_EXPRESSIONS=1' '-DU_ENABLE_DYLOAD=0' '-DU_HAVE_STD_STRING=1' '-DUCONFIG_NO_BREAK_ITERATION=0' -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/nultrans.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/nultrans.o ../deps/icu-small/source/i18n/nultrans.cpp
make[1]: *** wait: Interrupted system call. Stop.
make[1]: *** Waiting for unfinished jobs....
make[1]: *** [/private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/nounit.o] Interrupt: 2
make[1]: *** [/private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/nortrans.o] Interrupt: 2
make[1]: *** [/private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/nfsubs.o] Interrupt: 2
/usr/local/Homebrew/Library/Homebrew/vendor/portable-ruby/2.3.3/lib/ruby/2.3.0/rubygems.rb:1229:in `require': Interrupt
from /usr/local/Homebrew/Library/Homebrew/vendor/portable-ruby/2.3.3/lib/ruby/2.3.0/rubygems.rb:1229:in `<module:Gem>'
from /usr/local/Homebrew/Library/Homebrew/vendor/portable-ruby/2.3.3/lib/ruby/2.3.0/rubygems.rb:116:in `<top (required)>'
from <internal:gem_prelude>:4:in `require'
from <internal:gem_prelude>:4:in `<internal:gem_prelude>'
make[1]: *** wait: Interrupted system call. Stop.
make: *** [node] Error 2
clang++ called with: -DV8_GYP_BUILD -D_DARWIN_USE_64_BIT_INODE=1 -DV8_TARGET_ARCH_X64 -DV8_EMBEDDER_STRING="-node.23" -DENABLE_DISASSEMBLER -DV8_PROMISE_INTERNAL_FIELD_COUNT -Dv8_promise_internal_field_count -DV8_INTL_SUPPORT -I../deps/v8 -I../deps/v8/include -O3 -gdwarf-2 -fstrict-aliasing -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-rtti -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_builtins_setup/deps/v8/src/setup-isolate-full.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_builtins_setup/deps/v8/src/setup-isolate-full.o ../deps/v8/src/setup-isolate-full.cc
superenv removed: -O3 -arch x86_64 -Wall -Wendif-labels -W
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DV8_GYP_BUILD -D_DARWIN_USE_64_BIT_INODE=1 -DV8_TARGET_ARCH_X64 -DV8_EMBEDDER_STRING="-node.23" -DENABLE_DISASSEMBLER -DV8_PROMISE_INTERNAL_FIELD_COUNT -Dv8_promise_internal_field_count -DV8_INTL_SUPPORT -I../deps/v8 -I../deps/v8/include -gdwarf-2 -fstrict-aliasing -mmacosx-version-min=10.7 -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-rtti -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_builtins_setup/deps/v8/src/setup-isolate-full.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_builtins_setup/deps/v8/src/setup-isolate-full.o ../deps/v8/src/setup-isolate-full.cc -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DV8_GYP_BUILD -D_DARWIN_USE_64_BIT_INODE=1 -DV8_TARGET_ARCH_X64 -DV8_EMBEDDER_STRING="-node.23" -DENABLE_DISASSEMBLER -DV8_PROMISE_INTERNAL_FIELD_COUNT -Dv8_promise_internal_field_count -DV8_INTL_SUPPORT -I../deps/v8 -O3 -gdwarf-2 -fstrict-aliasing -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-rtti -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libbase/deps/v8/src/base/bits.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libbase/deps/v8/src/base/bits.o ../deps/v8/src/base/bits.cc
superenv removed: -O3 -arch x86_64 -Wall -Wendif-labels -W
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DV8_GYP_BUILD -D_DARWIN_USE_64_BIT_INODE=1 -DV8_TARGET_ARCH_X64 -DV8_EMBEDDER_STRING="-node.23" -DENABLE_DISASSEMBLER -DV8_PROMISE_INTERNAL_FIELD_COUNT -Dv8_promise_internal_field_count -DV8_INTL_SUPPORT -I../deps/v8 -gdwarf-2 -fstrict-aliasing -mmacosx-version-min=10.7 -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-rtti -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libbase/deps/v8/src/base/bits.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libbase/deps/v8/src/base/bits.o ../deps/v8/src/base/bits.cc -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DV8_GYP_BUILD -D_DARWIN_USE_64_BIT_INODE=1 -DV8_TARGET_ARCH_X64 -DV8_EMBEDDER_STRING="-node.23" -DENABLE_DISASSEMBLER -DV8_PROMISE_INTERNAL_FIELD_COUNT -Dv8_promise_internal_field_count -DV8_INTL_SUPPORT -I../deps/v8 -O3 -gdwarf-2 -fstrict-aliasing -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-rtti -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libbase/deps/v8/src/base/cpu.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libbase/deps/v8/src/base/cpu.o ../deps/v8/src/base/cpu.cc
superenv removed: -O3 -arch x86_64 -Wall -Wendif-labels -W
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DV8_GYP_BUILD -D_DARWIN_USE_64_BIT_INODE=1 -DV8_TARGET_ARCH_X64 -DV8_EMBEDDER_STRING="-node.23" -DENABLE_DISASSEMBLER -DV8_PROMISE_INTERNAL_FIELD_COUNT -Dv8_promise_internal_field_count -DV8_INTL_SUPPORT -I../deps/v8 -gdwarf-2 -fstrict-aliasing -mmacosx-version-min=10.7 -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-rtti -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libbase/deps/v8/src/base/cpu.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libbase/deps/v8/src/base/cpu.o ../deps/v8/src/base/cpu.cc -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DV8_GYP_BUILD -D_DARWIN_USE_64_BIT_INODE=1 -DV8_TARGET_ARCH_X64 -DV8_EMBEDDER_STRING="-node.23" -DENABLE_DISASSEMBLER -DV8_PROMISE_INTERNAL_FIELD_COUNT -Dv8_promise_internal_field_count -DV8_INTL_SUPPORT -I../deps/v8 -O3 -gdwarf-2 -fstrict-aliasing -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-rtti -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libbase/deps/v8/src/base/division-by-constant.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libbase/deps/v8/src/base/division-by-constant.o ../deps/v8/src/base/division-by-constant.cc
superenv removed: -O3 -arch x86_64 -Wall -Wendif-labels -W
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DV8_GYP_BUILD -D_DARWIN_USE_64_BIT_INODE=1 -DV8_TARGET_ARCH_X64 -DV8_EMBEDDER_STRING="-node.23" -DENABLE_DISASSEMBLER -DV8_PROMISE_INTERNAL_FIELD_COUNT -Dv8_promise_internal_field_count -DV8_INTL_SUPPORT -I../deps/v8 -gdwarf-2 -fstrict-aliasing -mmacosx-version-min=10.7 -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-rtti -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libbase/deps/v8/src/base/division-by-constant.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libbase/deps/v8/src/base/division-by-constant.o ../deps/v8/src/base/division-by-constant.cc -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DV8_GYP_BUILD -D_DARWIN_USE_64_BIT_INODE=1 -DV8_TARGET_ARCH_X64 -DV8_EMBEDDER_STRING="-node.23" -DENABLE_DISASSEMBLER -DV8_PROMISE_INTERNAL_FIELD_COUNT -Dv8_promise_internal_field_count -DV8_INTL_SUPPORT -I../deps/v8 -O3 -gdwarf-2 -fstrict-aliasing -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-rtti -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libbase/deps/v8/src/base/debug/stack_trace.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libbase/deps/v8/src/base/debug/stack_trace.o ../deps/v8/src/base/debug/stack_trace.cc
superenv removed: -O3 -arch x86_64 -Wall -Wendif-labels -W
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DV8_GYP_BUILD -D_DARWIN_USE_64_BIT_INODE=1 -DV8_TARGET_ARCH_X64 -DV8_EMBEDDER_STRING="-node.23" -DENABLE_DISASSEMBLER -DV8_PROMISE_INTERNAL_FIELD_COUNT -Dv8_promise_internal_field_count -DV8_INTL_SUPPORT -I../deps/v8 -gdwarf-2 -fstrict-aliasing -mmacosx-version-min=10.7 -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-rtti -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libbase/deps/v8/src/base/debug/stack_trace.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libbase/deps/v8/src/base/debug/stack_trace.o ../deps/v8/src/base/debug/stack_trace.cc -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DV8_GYP_BUILD -D_DARWIN_USE_64_BIT_INODE=1 -DV8_TARGET_ARCH_X64 -DV8_EMBEDDER_STRING="-node.23" -DENABLE_DISASSEMBLER -DV8_PROMISE_INTERNAL_FIELD_COUNT -Dv8_promise_internal_field_count -DV8_INTL_SUPPORT -I../deps/v8 -O3 -gdwarf-2 -fstrict-aliasing -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-rtti -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libbase/deps/v8/src/base/file-utils.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libbase/deps/v8/src/base/file-utils.o ../deps/v8/src/base/file-utils.cc
superenv removed: -O3 -arch x86_64 -Wall -Wendif-labels -W
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DV8_GYP_BUILD -D_DARWIN_USE_64_BIT_INODE=1 -DV8_TARGET_ARCH_X64 -DV8_EMBEDDER_STRING="-node.23" -DENABLE_DISASSEMBLER -DV8_PROMISE_INTERNAL_FIELD_COUNT -Dv8_promise_internal_field_count -DV8_INTL_SUPPORT -I../deps/v8 -gdwarf-2 -fstrict-aliasing -mmacosx-version-min=10.7 -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-rtti -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libbase/deps/v8/src/base/file-utils.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libbase/deps/v8/src/base/file-utils.o ../deps/v8/src/base/file-utils.cc -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DV8_GYP_BUILD -D_DARWIN_USE_64_BIT_INODE=1 -DV8_TARGET_ARCH_X64 -DV8_EMBEDDER_STRING="-node.23" -DENABLE_DISASSEMBLER -DV8_PROMISE_INTERNAL_FIELD_COUNT -Dv8_promise_internal_field_count -DV8_INTL_SUPPORT -I../deps/v8 -O3 -gdwarf-2 -fstrict-aliasing -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-rtti -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libbase/deps/v8/src/base/functional.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libbase/deps/v8/src/base/functional.o ../deps/v8/src/base/functional.cc
superenv removed: -O3 -arch x86_64 -Wall -Wendif-labels -W
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DV8_GYP_BUILD -D_DARWIN_USE_64_BIT_INODE=1 -DV8_TARGET_ARCH_X64 -DV8_EMBEDDER_STRING="-node.23" -DENABLE_DISASSEMBLER -DV8_PROMISE_INTERNAL_FIELD_COUNT -Dv8_promise_internal_field_count -DV8_INTL_SUPPORT -I../deps/v8 -gdwarf-2 -fstrict-aliasing -mmacosx-version-min=10.7 -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-rtti -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libbase/deps/v8/src/base/functional.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libbase/deps/v8/src/base/functional.o ../deps/v8/src/base/functional.cc -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DV8_GYP_BUILD -D_DARWIN_USE_64_BIT_INODE=1 -DV8_TARGET_ARCH_X64 -DV8_EMBEDDER_STRING="-node.23" -DENABLE_DISASSEMBLER -DV8_PROMISE_INTERNAL_FIELD_COUNT -Dv8_promise_internal_field_count -DV8_INTL_SUPPORT -I../deps/v8 -O3 -gdwarf-2 -fstrict-aliasing -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-rtti -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libbase/deps/v8/src/base/ieee754.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libbase/deps/v8/src/base/ieee754.o ../deps/v8/src/base/ieee754.cc
superenv removed: -O3 -arch x86_64 -Wall -Wendif-labels -W
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DV8_GYP_BUILD -D_DARWIN_USE_64_BIT_INODE=1 -DV8_TARGET_ARCH_X64 -DV8_EMBEDDER_STRING="-node.23" -DENABLE_DISASSEMBLER -DV8_PROMISE_INTERNAL_FIELD_COUNT -Dv8_promise_internal_field_count -DV8_INTL_SUPPORT -I../deps/v8 -gdwarf-2 -fstrict-aliasing -mmacosx-version-min=10.7 -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-rtti -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libbase/deps/v8/src/base/ieee754.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libbase/deps/v8/src/base/ieee754.o ../deps/v8/src/base/ieee754.cc -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DV8_GYP_BUILD -D_DARWIN_USE_64_BIT_INODE=1 -DV8_TARGET_ARCH_X64 -DV8_EMBEDDER_STRING="-node.23" -DENABLE_DISASSEMBLER -DV8_PROMISE_INTERNAL_FIELD_COUNT -Dv8_promise_internal_field_count -DV8_INTL_SUPPORT -I../deps/v8 -O3 -gdwarf-2 -fstrict-aliasing -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-rtti -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libbase/deps/v8/src/base/once.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libbase/deps/v8/src/base/once.o ../deps/v8/src/base/once.cc
superenv removed: -O3 -arch x86_64 -Wall -Wendif-labels -W
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DV8_GYP_BUILD -D_DARWIN_USE_64_BIT_INODE=1 -DV8_TARGET_ARCH_X64 -DV8_EMBEDDER_STRING="-node.23" -DENABLE_DISASSEMBLER -DV8_PROMISE_INTERNAL_FIELD_COUNT -Dv8_promise_internal_field_count -DV8_INTL_SUPPORT -I../deps/v8 -gdwarf-2 -fstrict-aliasing -mmacosx-version-min=10.7 -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-rtti -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libbase/deps/v8/src/base/once.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libbase/deps/v8/src/base/once.o ../deps/v8/src/base/once.cc -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DV8_GYP_BUILD -D_DARWIN_USE_64_BIT_INODE=1 -DV8_TARGET_ARCH_X64 -DV8_EMBEDDER_STRING="-node.23" -DENABLE_DISASSEMBLER -DV8_PROMISE_INTERNAL_FIELD_COUNT -Dv8_promise_internal_field_count -DV8_INTL_SUPPORT -I../deps/v8 -O3 -gdwarf-2 -fstrict-aliasing -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-rtti -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libbase/deps/v8/src/base/platform/time.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libbase/deps/v8/src/base/platform/time.o ../deps/v8/src/base/platform/time.cc
superenv removed: -O3 -arch x86_64 -Wall -Wendif-labels -W
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DV8_GYP_BUILD -D_DARWIN_USE_64_BIT_INODE=1 -DV8_TARGET_ARCH_X64 -DV8_EMBEDDER_STRING="-node.23" -DENABLE_DISASSEMBLER -DV8_PROMISE_INTERNAL_FIELD_COUNT -Dv8_promise_internal_field_count -DV8_INTL_SUPPORT -I../deps/v8 -gdwarf-2 -fstrict-aliasing -mmacosx-version-min=10.7 -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-rtti -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libbase/deps/v8/src/base/platform/time.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libbase/deps/v8/src/base/platform/time.o ../deps/v8/src/base/platform/time.cc -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DV8_GYP_BUILD -D_DARWIN_USE_64_BIT_INODE=1 -DV8_TARGET_ARCH_X64 -DV8_EMBEDDER_STRING="-node.23" -DENABLE_DISASSEMBLER -DV8_PROMISE_INTERNAL_FIELD_COUNT -Dv8_promise_internal_field_count -DV8_INTL_SUPPORT -I../deps/v8 -O3 -gdwarf-2 -fstrict-aliasing -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-rtti -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libbase/deps/v8/src/base/logging.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libbase/deps/v8/src/base/logging.o ../deps/v8/src/base/logging.cc
superenv removed: -O3 -arch x86_64 -Wall -Wendif-labels -W
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DV8_GYP_BUILD -D_DARWIN_USE_64_BIT_INODE=1 -DV8_TARGET_ARCH_X64 -DV8_EMBEDDER_STRING="-node.23" -DENABLE_DISASSEMBLER -DV8_PROMISE_INTERNAL_FIELD_COUNT -Dv8_promise_internal_field_count -DV8_INTL_SUPPORT -I../deps/v8 -gdwarf-2 -fstrict-aliasing -mmacosx-version-min=10.7 -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-rtti -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libbase/deps/v8/src/base/logging.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libbase/deps/v8/src/base/logging.o ../deps/v8/src/base/logging.cc -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DV8_GYP_BUILD -D_DARWIN_USE_64_BIT_INODE=1 -DV8_TARGET_ARCH_X64 -DV8_EMBEDDER_STRING="-node.23" -DENABLE_DISASSEMBLER -DV8_PROMISE_INTERNAL_FIELD_COUNT -Dv8_promise_internal_field_count -DV8_INTL_SUPPORT -I../deps/v8 -O3 -gdwarf-2 -fstrict-aliasing -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-rtti -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libbase/deps/v8/src/base/platform/condition-variable.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libbase/deps/v8/src/base/platform/condition-variable.o ../deps/v8/src/base/platform/condition-variable.cc
superenv removed: -O3 -arch x86_64 -Wall -Wendif-labels -W
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DV8_GYP_BUILD -D_DARWIN_USE_64_BIT_INODE=1 -DV8_TARGET_ARCH_X64 -DV8_EMBEDDER_STRING="-node.23" -DENABLE_DISASSEMBLER -DV8_PROMISE_INTERNAL_FIELD_COUNT -Dv8_promise_internal_field_count -DV8_INTL_SUPPORT -I../deps/v8 -gdwarf-2 -fstrict-aliasing -mmacosx-version-min=10.7 -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-rtti -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libbase/deps/v8/src/base/platform/condition-variable.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libbase/deps/v8/src/base/platform/condition-variable.o ../deps/v8/src/base/platform/condition-variable.cc -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DV8_GYP_BUILD -D_DARWIN_USE_64_BIT_INODE=1 -DV8_TARGET_ARCH_X64 -DV8_EMBEDDER_STRING="-node.23" -DENABLE_DISASSEMBLER -DV8_PROMISE_INTERNAL_FIELD_COUNT -Dv8_promise_internal_field_count -DV8_INTL_SUPPORT -I../deps/v8 -O3 -gdwarf-2 -fstrict-aliasing -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-rtti -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libbase/deps/v8/src/base/platform/mutex.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libbase/deps/v8/src/base/platform/mutex.o ../deps/v8/src/base/platform/mutex.cc
superenv removed: -O3 -arch x86_64 -Wall -Wendif-labels -W
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DV8_GYP_BUILD -D_DARWIN_USE_64_BIT_INODE=1 -DV8_TARGET_ARCH_X64 -DV8_EMBEDDER_STRING="-node.23" -DENABLE_DISASSEMBLER -DV8_PROMISE_INTERNAL_FIELD_COUNT -Dv8_promise_internal_field_count -DV8_INTL_SUPPORT -I../deps/v8 -gdwarf-2 -fstrict-aliasing -mmacosx-version-min=10.7 -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-rtti -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libbase/deps/v8/src/base/platform/mutex.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libbase/deps/v8/src/base/platform/mutex.o ../deps/v8/src/base/platform/mutex.cc -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DV8_GYP_BUILD -D_DARWIN_USE_64_BIT_INODE=1 -DV8_TARGET_ARCH_X64 -DV8_EMBEDDER_STRING="-node.23" -DENABLE_DISASSEMBLER -DV8_PROMISE_INTERNAL_FIELD_COUNT -Dv8_promise_internal_field_count -DV8_INTL_SUPPORT -I../deps/v8 -O3 -gdwarf-2 -fstrict-aliasing -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-rtti -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libbase/deps/v8/src/base/platform/semaphore.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libbase/deps/v8/src/base/platform/semaphore.o ../deps/v8/src/base/platform/semaphore.cc
superenv removed: -O3 -arch x86_64 -Wall -Wendif-labels -W
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DV8_GYP_BUILD -D_DARWIN_USE_64_BIT_INODE=1 -DV8_TARGET_ARCH_X64 -DV8_EMBEDDER_STRING="-node.23" -DENABLE_DISASSEMBLER -DV8_PROMISE_INTERNAL_FIELD_COUNT -Dv8_promise_internal_field_count -DV8_INTL_SUPPORT -I../deps/v8 -gdwarf-2 -fstrict-aliasing -mmacosx-version-min=10.7 -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-rtti -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libbase/deps/v8/src/base/platform/semaphore.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libbase/deps/v8/src/base/platform/semaphore.o ../deps/v8/src/base/platform/semaphore.cc -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DV8_GYP_BUILD -D_DARWIN_USE_64_BIT_INODE=1 -DV8_TARGET_ARCH_X64 -DV8_EMBEDDER_STRING="-node.23" -DENABLE_DISASSEMBLER -DV8_PROMISE_INTERNAL_FIELD_COUNT -Dv8_promise_internal_field_count -DV8_INTL_SUPPORT -I../deps/v8 -O3 -gdwarf-2 -fstrict-aliasing -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-rtti -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libbase/deps/v8/src/base/sys-info.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libbase/deps/v8/src/base/sys-info.o ../deps/v8/src/base/sys-info.cc
superenv removed: -O3 -arch x86_64 -Wall -Wendif-labels -W
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DV8_GYP_BUILD -D_DARWIN_USE_64_BIT_INODE=1 -DV8_TARGET_ARCH_X64 -DV8_EMBEDDER_STRING="-node.23" -DENABLE_DISASSEMBLER -DV8_PROMISE_INTERNAL_FIELD_COUNT -Dv8_promise_internal_field_count -DV8_INTL_SUPPORT -I../deps/v8 -gdwarf-2 -fstrict-aliasing -mmacosx-version-min=10.7 -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-rtti -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libbase/deps/v8/src/base/sys-info.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libbase/deps/v8/src/base/sys-info.o ../deps/v8/src/base/sys-info.cc -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DV8_GYP_BUILD -D_DARWIN_USE_64_BIT_INODE=1 -DV8_TARGET_ARCH_X64 -DV8_EMBEDDER_STRING="-node.23" -DENABLE_DISASSEMBLER -DV8_PROMISE_INTERNAL_FIELD_COUNT -Dv8_promise_internal_field_count -DV8_INTL_SUPPORT -I../deps/v8 -O3 -gdwarf-2 -fstrict-aliasing -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-rtti -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libbase/deps/v8/src/base/utils/random-number-generator.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libbase/deps/v8/src/base/utils/random-number-generator.o ../deps/v8/src/base/utils/random-number-generator.cc
superenv removed: -O3 -arch x86_64 -Wall -Wendif-labels -W
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DV8_GYP_BUILD -D_DARWIN_USE_64_BIT_INODE=1 -DV8_TARGET_ARCH_X64 -DV8_EMBEDDER_STRING="-node.23" -DENABLE_DISASSEMBLER -DV8_PROMISE_INTERNAL_FIELD_COUNT -Dv8_promise_internal_field_count -DV8_INTL_SUPPORT -I../deps/v8 -gdwarf-2 -fstrict-aliasing -mmacosx-version-min=10.7 -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-rtti -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libbase/deps/v8/src/base/utils/random-number-generator.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libbase/deps/v8/src/base/utils/random-number-generator.o ../deps/v8/src/base/utils/random-number-generator.cc -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DV8_GYP_BUILD -D_DARWIN_USE_64_BIT_INODE=1 -DV8_TARGET_ARCH_X64 -DV8_EMBEDDER_STRING="-node.23" -DENABLE_DISASSEMBLER -DV8_PROMISE_INTERNAL_FIELD_COUNT -Dv8_promise_internal_field_count -DV8_INTL_SUPPORT -I../deps/v8 -O3 -gdwarf-2 -fstrict-aliasing -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-rtti -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libbase/deps/v8/src/base/debug/stack_trace_posix.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libbase/deps/v8/src/base/debug/stack_trace_posix.o ../deps/v8/src/base/debug/stack_trace_posix.cc
superenv removed: -O3 -arch x86_64 -Wall -Wendif-labels -W
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DV8_GYP_BUILD -D_DARWIN_USE_64_BIT_INODE=1 -DV8_TARGET_ARCH_X64 -DV8_EMBEDDER_STRING="-node.23" -DENABLE_DISASSEMBLER -DV8_PROMISE_INTERNAL_FIELD_COUNT -Dv8_promise_internal_field_count -DV8_INTL_SUPPORT -I../deps/v8 -gdwarf-2 -fstrict-aliasing -mmacosx-version-min=10.7 -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-rtti -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libbase/deps/v8/src/base/debug/stack_trace_posix.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libbase/deps/v8/src/base/debug/stack_trace_posix.o ../deps/v8/src/base/debug/stack_trace_posix.cc -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DV8_GYP_BUILD -D_DARWIN_USE_64_BIT_INODE=1 -DV8_TARGET_ARCH_X64 -DV8_EMBEDDER_STRING="-node.23" -DENABLE_DISASSEMBLER -DV8_PROMISE_INTERNAL_FIELD_COUNT -Dv8_promise_internal_field_count -DV8_INTL_SUPPORT -I../deps/v8 -O3 -gdwarf-2 -fstrict-aliasing -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-rtti -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libbase/deps/v8/src/base/platform/platform-macos.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libbase/deps/v8/src/base/platform/platform-macos.o ../deps/v8/src/base/platform/platform-macos.cc
superenv removed: -O3 -arch x86_64 -Wall -Wendif-labels -W
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DV8_GYP_BUILD -D_DARWIN_USE_64_BIT_INODE=1 -DV8_TARGET_ARCH_X64 -DV8_EMBEDDER_STRING="-node.23" -DENABLE_DISASSEMBLER -DV8_PROMISE_INTERNAL_FIELD_COUNT -Dv8_promise_internal_field_count -DV8_INTL_SUPPORT -I../deps/v8 -gdwarf-2 -fstrict-aliasing -mmacosx-version-min=10.7 -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-rtti -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libbase/deps/v8/src/base/platform/platform-macos.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libbase/deps/v8/src/base/platform/platform-macos.o ../deps/v8/src/base/platform/platform-macos.cc -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DV8_GYP_BUILD -D_DARWIN_USE_64_BIT_INODE=1 -DV8_TARGET_ARCH_X64 -DV8_EMBEDDER_STRING="-node.23" -DENABLE_DISASSEMBLER -DV8_PROMISE_INTERNAL_FIELD_COUNT -Dv8_promise_internal_field_count -DV8_INTL_SUPPORT -I../deps/v8 -O3 -gdwarf-2 -fstrict-aliasing -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-rtti -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libbase/deps/v8/src/base/platform/platform-posix.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libbase/deps/v8/src/base/platform/platform-posix.o ../deps/v8/src/base/platform/platform-posix.cc
superenv removed: -O3 -arch x86_64 -Wall -Wendif-labels -W
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DV8_GYP_BUILD -D_DARWIN_USE_64_BIT_INODE=1 -DV8_TARGET_ARCH_X64 -DV8_EMBEDDER_STRING="-node.23" -DENABLE_DISASSEMBLER -DV8_PROMISE_INTERNAL_FIELD_COUNT -Dv8_promise_internal_field_count -DV8_INTL_SUPPORT -I../deps/v8 -gdwarf-2 -fstrict-aliasing -mmacosx-version-min=10.7 -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-rtti -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libbase/deps/v8/src/base/platform/platform-posix.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libbase/deps/v8/src/base/platform/platform-posix.o ../deps/v8/src/base/platform/platform-posix.cc -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DV8_GYP_BUILD -D_DARWIN_USE_64_BIT_INODE=1 -DV8_TARGET_ARCH_X64 -DV8_EMBEDDER_STRING="-node.23" -DENABLE_DISASSEMBLER -DV8_PROMISE_INTERNAL_FIELD_COUNT -Dv8_promise_internal_field_count -DV8_INTL_SUPPORT -I../deps/v8 -O3 -gdwarf-2 -fstrict-aliasing -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-rtti -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libbase/deps/v8/src/base/platform/platform-posix-time.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libbase/deps/v8/src/base/platform/platform-posix-time.o ../deps/v8/src/base/platform/platform-posix-time.cc
superenv removed: -O3 -arch x86_64 -Wall -Wendif-labels -W
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DV8_GYP_BUILD -D_DARWIN_USE_64_BIT_INODE=1 -DV8_TARGET_ARCH_X64 -DV8_EMBEDDER_STRING="-node.23" -DENABLE_DISASSEMBLER -DV8_PROMISE_INTERNAL_FIELD_COUNT -Dv8_promise_internal_field_count -DV8_INTL_SUPPORT -I../deps/v8 -gdwarf-2 -fstrict-aliasing -mmacosx-version-min=10.7 -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-rtti -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libbase/deps/v8/src/base/platform/platform-posix-time.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libbase/deps/v8/src/base/platform/platform-posix-time.o ../deps/v8/src/base/platform/platform-posix-time.cc -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DV8_GYP_BUILD -D_DARWIN_USE_64_BIT_INODE=1 -DV8_TARGET_ARCH_X64 -DV8_EMBEDDER_STRING="-node.23" -DENABLE_DISASSEMBLER -DV8_PROMISE_INTERNAL_FIELD_COUNT -Dv8_promise_internal_field_count -DV8_INTL_SUPPORT -I../deps/v8 -I../. -I../deps/v8/include -O3 -gdwarf-2 -fstrict-aliasing -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-rtti -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libplatform/deps/v8/src/libplatform/default-platform.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libplatform/deps/v8/src/libplatform/default-platform.o ../deps/v8/src/libplatform/default-platform.cc
superenv removed: -O3 -arch x86_64 -Wall -Wendif-labels -W
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DV8_GYP_BUILD -D_DARWIN_USE_64_BIT_INODE=1 -DV8_TARGET_ARCH_X64 -DV8_EMBEDDER_STRING="-node.23" -DENABLE_DISASSEMBLER -DV8_PROMISE_INTERNAL_FIELD_COUNT -Dv8_promise_internal_field_count -DV8_INTL_SUPPORT -I../deps/v8 -I../. -I../deps/v8/include -gdwarf-2 -fstrict-aliasing -mmacosx-version-min=10.7 -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-rtti -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libplatform/deps/v8/src/libplatform/default-platform.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libplatform/deps/v8/src/libplatform/default-platform.o ../deps/v8/src/libplatform/default-platform.cc -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DV8_GYP_BUILD -D_DARWIN_USE_64_BIT_INODE=1 -DV8_TARGET_ARCH_X64 -DV8_EMBEDDER_STRING="-node.23" -DENABLE_DISASSEMBLER -DV8_PROMISE_INTERNAL_FIELD_COUNT -Dv8_promise_internal_field_count -DV8_INTL_SUPPORT -I../deps/v8 -I../. -I../deps/v8/include -O3 -gdwarf-2 -fstrict-aliasing -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-rtti -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libplatform/deps/v8/src/libplatform/task-queue.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libplatform/deps/v8/src/libplatform/task-queue.o ../deps/v8/src/libplatform/task-queue.cc
superenv removed: -O3 -arch x86_64 -Wall -Wendif-labels -W
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DV8_GYP_BUILD -D_DARWIN_USE_64_BIT_INODE=1 -DV8_TARGET_ARCH_X64 -DV8_EMBEDDER_STRING="-node.23" -DENABLE_DISASSEMBLER -DV8_PROMISE_INTERNAL_FIELD_COUNT -Dv8_promise_internal_field_count -DV8_INTL_SUPPORT -I../deps/v8 -I../. -I../deps/v8/include -gdwarf-2 -fstrict-aliasing -mmacosx-version-min=10.7 -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-rtti -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libplatform/deps/v8/src/libplatform/task-queue.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libplatform/deps/v8/src/libplatform/task-queue.o ../deps/v8/src/libplatform/task-queue.cc -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DV8_GYP_BUILD -D_DARWIN_USE_64_BIT_INODE=1 -DV8_TARGET_ARCH_X64 -DV8_EMBEDDER_STRING="-node.23" -DENABLE_DISASSEMBLER -DV8_PROMISE_INTERNAL_FIELD_COUNT -Dv8_promise_internal_field_count -DV8_INTL_SUPPORT -I../deps/v8 -I../. -I../deps/v8/include -O3 -gdwarf-2 -fstrict-aliasing -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-rtti -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libplatform/deps/v8/src/libplatform/tracing/trace-buffer.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libplatform/deps/v8/src/libplatform/tracing/trace-buffer.o ../deps/v8/src/libplatform/tracing/trace-buffer.cc
superenv removed: -O3 -arch x86_64 -Wall -Wendif-labels -W
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DV8_GYP_BUILD -D_DARWIN_USE_64_BIT_INODE=1 -DV8_TARGET_ARCH_X64 -DV8_EMBEDDER_STRING="-node.23" -DENABLE_DISASSEMBLER -DV8_PROMISE_INTERNAL_FIELD_COUNT -Dv8_promise_internal_field_count -DV8_INTL_SUPPORT -I../deps/v8 -I../. -I../deps/v8/include -gdwarf-2 -fstrict-aliasing -mmacosx-version-min=10.7 -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-rtti -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libplatform/deps/v8/src/libplatform/tracing/trace-buffer.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libplatform/deps/v8/src/libplatform/tracing/trace-buffer.o ../deps/v8/src/libplatform/tracing/trace-buffer.cc -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DV8_GYP_BUILD -D_DARWIN_USE_64_BIT_INODE=1 -DV8_TARGET_ARCH_X64 -DV8_EMBEDDER_STRING="-node.23" -DENABLE_DISASSEMBLER -DV8_PROMISE_INTERNAL_FIELD_COUNT -Dv8_promise_internal_field_count -DV8_INTL_SUPPORT -I../deps/v8 -I../. -I../deps/v8/include -O3 -gdwarf-2 -fstrict-aliasing -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-rtti -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libplatform/deps/v8/src/libplatform/tracing/trace-config.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libplatform/deps/v8/src/libplatform/tracing/trace-config.o ../deps/v8/src/libplatform/tracing/trace-config.cc
superenv removed: -O3 -arch x86_64 -Wall -Wendif-labels -W
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DV8_GYP_BUILD -D_DARWIN_USE_64_BIT_INODE=1 -DV8_TARGET_ARCH_X64 -DV8_EMBEDDER_STRING="-node.23" -DENABLE_DISASSEMBLER -DV8_PROMISE_INTERNAL_FIELD_COUNT -Dv8_promise_internal_field_count -DV8_INTL_SUPPORT -I../deps/v8 -I../. -I../deps/v8/include -gdwarf-2 -fstrict-aliasing -mmacosx-version-min=10.7 -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-rtti -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libplatform/deps/v8/src/libplatform/tracing/trace-config.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libplatform/deps/v8/src/libplatform/tracing/trace-config.o ../deps/v8/src/libplatform/tracing/trace-config.cc -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DV8_GYP_BUILD -D_DARWIN_USE_64_BIT_INODE=1 -DV8_TARGET_ARCH_X64 -DV8_EMBEDDER_STRING="-node.23" -DENABLE_DISASSEMBLER -DV8_PROMISE_INTERNAL_FIELD_COUNT -Dv8_promise_internal_field_count -DV8_INTL_SUPPORT -I../deps/v8 -I../. -I../deps/v8/include -O3 -gdwarf-2 -fstrict-aliasing -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-rtti -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libplatform/deps/v8/src/libplatform/tracing/trace-object.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libplatform/deps/v8/src/libplatform/tracing/trace-object.o ../deps/v8/src/libplatform/tracing/trace-object.cc
superenv removed: -O3 -arch x86_64 -Wall -Wendif-labels -W
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DV8_GYP_BUILD -D_DARWIN_USE_64_BIT_INODE=1 -DV8_TARGET_ARCH_X64 -DV8_EMBEDDER_STRING="-node.23" -DENABLE_DISASSEMBLER -DV8_PROMISE_INTERNAL_FIELD_COUNT -Dv8_promise_internal_field_count -DV8_INTL_SUPPORT -I../deps/v8 -I../. -I../deps/v8/include -gdwarf-2 -fstrict-aliasing -mmacosx-version-min=10.7 -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-rtti -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libplatform/deps/v8/src/libplatform/tracing/trace-object.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libplatform/deps/v8/src/libplatform/tracing/trace-object.o ../deps/v8/src/libplatform/tracing/trace-object.cc -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DV8_GYP_BUILD -D_DARWIN_USE_64_BIT_INODE=1 -DV8_TARGET_ARCH_X64 -DV8_EMBEDDER_STRING="-node.23" -DENABLE_DISASSEMBLER -DV8_PROMISE_INTERNAL_FIELD_COUNT -Dv8_promise_internal_field_count -DV8_INTL_SUPPORT -I../deps/v8 -I../. -I../deps/v8/include -O3 -gdwarf-2 -fstrict-aliasing -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-rtti -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libplatform/deps/v8/src/libplatform/tracing/trace-writer.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libplatform/deps/v8/src/libplatform/tracing/trace-writer.o ../deps/v8/src/libplatform/tracing/trace-writer.cc
superenv removed: -O3 -arch x86_64 -Wall -Wendif-labels -W
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DV8_GYP_BUILD -D_DARWIN_USE_64_BIT_INODE=1 -DV8_TARGET_ARCH_X64 -DV8_EMBEDDER_STRING="-node.23" -DENABLE_DISASSEMBLER -DV8_PROMISE_INTERNAL_FIELD_COUNT -Dv8_promise_internal_field_count -DV8_INTL_SUPPORT -I../deps/v8 -I../. -I../deps/v8/include -gdwarf-2 -fstrict-aliasing -mmacosx-version-min=10.7 -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-rtti -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libplatform/deps/v8/src/libplatform/tracing/trace-writer.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libplatform/deps/v8/src/libplatform/tracing/trace-writer.o ../deps/v8/src/libplatform/tracing/trace-writer.cc -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DV8_GYP_BUILD -D_DARWIN_USE_64_BIT_INODE=1 -DV8_TARGET_ARCH_X64 -DV8_EMBEDDER_STRING="-node.23" -DENABLE_DISASSEMBLER -DV8_PROMISE_INTERNAL_FIELD_COUNT -Dv8_promise_internal_field_count -DV8_INTL_SUPPORT -I../deps/v8 -I../. -I../deps/v8/include -O3 -gdwarf-2 -fstrict-aliasing -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-rtti -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libplatform/deps/v8/src/libplatform/tracing/tracing-controller.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libplatform/deps/v8/src/libplatform/tracing/tracing-controller.o ../deps/v8/src/libplatform/tracing/tracing-controller.cc
superenv removed: -O3 -arch x86_64 -Wall -Wendif-labels -W
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DV8_GYP_BUILD -D_DARWIN_USE_64_BIT_INODE=1 -DV8_TARGET_ARCH_X64 -DV8_EMBEDDER_STRING="-node.23" -DENABLE_DISASSEMBLER -DV8_PROMISE_INTERNAL_FIELD_COUNT -Dv8_promise_internal_field_count -DV8_INTL_SUPPORT -I../deps/v8 -I../. -I../deps/v8/include -gdwarf-2 -fstrict-aliasing -mmacosx-version-min=10.7 -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-rtti -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libplatform/deps/v8/src/libplatform/tracing/tracing-controller.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libplatform/deps/v8/src/libplatform/tracing/tracing-controller.o ../deps/v8/src/libplatform/tracing/tracing-controller.cc -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DV8_GYP_BUILD -D_DARWIN_USE_64_BIT_INODE=1 -DV8_TARGET_ARCH_X64 -DV8_EMBEDDER_STRING="-node.23" -DENABLE_DISASSEMBLER -DV8_PROMISE_INTERNAL_FIELD_COUNT -Dv8_promise_internal_field_count -DV8_INTL_SUPPORT -I../deps/v8 -I../. -I../deps/v8/include -O3 -gdwarf-2 -fstrict-aliasing -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-rtti -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libplatform/deps/v8/src/libplatform/worker-thread.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libplatform/deps/v8/src/libplatform/worker-thread.o ../deps/v8/src/libplatform/worker-thread.cc
superenv removed: -O3 -arch x86_64 -Wall -Wendif-labels -W
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DV8_GYP_BUILD -D_DARWIN_USE_64_BIT_INODE=1 -DV8_TARGET_ARCH_X64 -DV8_EMBEDDER_STRING="-node.23" -DENABLE_DISASSEMBLER -DV8_PROMISE_INTERNAL_FIELD_COUNT -Dv8_promise_internal_field_count -DV8_INTL_SUPPORT -I../deps/v8 -I../. -I../deps/v8/include -gdwarf-2 -fstrict-aliasing -mmacosx-version-min=10.7 -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-rtti -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libplatform/deps/v8/src/libplatform/worker-thread.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/v8_libplatform/deps/v8/src/libplatform/worker-thread.o ../deps/v8/src/libplatform/worker-thread.cc -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/affixpatternparser.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/affixpatternparser.o ../deps/icu-small/source/i18n/affixpatternparser.cpp
superenv removed: -arch x86_64 -Wall -Wendif-labels -W
superenv added: -pipe -w -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -gdwarf-2 -mmacosx-version-min=10.7 -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/affixpatternparser.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/affixpatternparser.o ../deps/icu-small/source/i18n/affixpatternparser.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/alphaindex.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/alphaindex.o ../deps/icu-small/source/i18n/alphaindex.cpp
superenv removed: -arch x86_64 -Wall -Wendif-labels -W
superenv added: -pipe -w -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -gdwarf-2 -mmacosx-version-min=10.7 -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/alphaindex.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/alphaindex.o ../deps/icu-small/source/i18n/alphaindex.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/anytrans.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/anytrans.o ../deps/icu-small/source/i18n/anytrans.cpp
superenv removed: -arch x86_64 -Wall -Wendif-labels -W
superenv added: -pipe -w -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -gdwarf-2 -mmacosx-version-min=10.7 -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/anytrans.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/anytrans.o ../deps/icu-small/source/i18n/anytrans.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/astro.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/astro.o ../deps/icu-small/source/i18n/astro.cpp
superenv removed: -arch x86_64 -Wall -Wendif-labels -W
superenv added: -pipe -w -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -gdwarf-2 -mmacosx-version-min=10.7 -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/astro.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/astro.o ../deps/icu-small/source/i18n/astro.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/basictz.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/basictz.o ../deps/icu-small/source/i18n/basictz.cpp
superenv removed: -arch x86_64 -Wall -Wendif-labels -W
superenv added: -pipe -w -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -gdwarf-2 -mmacosx-version-min=10.7 -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/basictz.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/basictz.o ../deps/icu-small/source/i18n/basictz.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/bocsu.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/bocsu.o ../deps/icu-small/source/i18n/bocsu.cpp
superenv removed: -arch x86_64 -Wall -Wendif-labels -W
superenv added: -pipe -w -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -gdwarf-2 -mmacosx-version-min=10.7 -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/bocsu.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/bocsu.o ../deps/icu-small/source/i18n/bocsu.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/brktrans.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/brktrans.o ../deps/icu-small/source/i18n/brktrans.cpp
superenv removed: -arch x86_64 -Wall -Wendif-labels -W
superenv added: -pipe -w -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -gdwarf-2 -mmacosx-version-min=10.7 -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/brktrans.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/brktrans.o ../deps/icu-small/source/i18n/brktrans.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/buddhcal.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/buddhcal.o ../deps/icu-small/source/i18n/buddhcal.cpp
superenv removed: -arch x86_64 -Wall -Wendif-labels -W
superenv added: -pipe -w -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -gdwarf-2 -mmacosx-version-min=10.7 -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/buddhcal.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/buddhcal.o ../deps/icu-small/source/i18n/buddhcal.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/calendar.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/calendar.o ../deps/icu-small/source/i18n/calendar.cpp
superenv removed: -arch x86_64 -Wall -Wendif-labels -W
superenv added: -pipe -w -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -gdwarf-2 -mmacosx-version-min=10.7 -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/calendar.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/calendar.o ../deps/icu-small/source/i18n/calendar.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/casetrn.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/casetrn.o ../deps/icu-small/source/i18n/casetrn.cpp
superenv removed: -arch x86_64 -Wall -Wendif-labels -W
superenv added: -pipe -w -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -gdwarf-2 -mmacosx-version-min=10.7 -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/casetrn.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/casetrn.o ../deps/icu-small/source/i18n/casetrn.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/cecal.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/cecal.o ../deps/icu-small/source/i18n/cecal.cpp
superenv removed: -arch x86_64 -Wall -Wendif-labels -W
superenv added: -pipe -w -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -gdwarf-2 -mmacosx-version-min=10.7 -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/cecal.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/cecal.o ../deps/icu-small/source/i18n/cecal.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/chnsecal.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/chnsecal.o ../deps/icu-small/source/i18n/chnsecal.cpp
superenv removed: -arch x86_64 -Wall -Wendif-labels -W
superenv added: -pipe -w -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -gdwarf-2 -mmacosx-version-min=10.7 -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/chnsecal.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/chnsecal.o ../deps/icu-small/source/i18n/chnsecal.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/choicfmt.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/choicfmt.o ../deps/icu-small/source/i18n/choicfmt.cpp
superenv removed: -arch x86_64 -Wall -Wendif-labels -W
superenv added: -pipe -w -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -gdwarf-2 -mmacosx-version-min=10.7 -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/choicfmt.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/choicfmt.o ../deps/icu-small/source/i18n/choicfmt.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/coleitr.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/coleitr.o ../deps/icu-small/source/i18n/coleitr.cpp
superenv removed: -arch x86_64 -Wall -Wendif-labels -W
superenv added: -pipe -w -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -gdwarf-2 -mmacosx-version-min=10.7 -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/coleitr.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/coleitr.o ../deps/icu-small/source/i18n/coleitr.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/coll.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/coll.o ../deps/icu-small/source/i18n/coll.cpp
superenv removed: -arch x86_64 -Wall -Wendif-labels -W
superenv added: -pipe -w -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -gdwarf-2 -mmacosx-version-min=10.7 -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/coll.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/coll.o ../deps/icu-small/source/i18n/coll.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/collation.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/collation.o ../deps/icu-small/source/i18n/collation.cpp
superenv removed: -arch x86_64 -Wall -Wendif-labels -W
superenv added: -pipe -w -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -gdwarf-2 -mmacosx-version-min=10.7 -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/collation.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/collation.o ../deps/icu-small/source/i18n/collation.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/collationbuilder.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/collationbuilder.o ../deps/icu-small/source/i18n/collationbuilder.cpp
superenv removed: -arch x86_64 -Wall -Wendif-labels -W
superenv added: -pipe -w -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -gdwarf-2 -mmacosx-version-min=10.7 -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/collationbuilder.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/collationbuilder.o ../deps/icu-small/source/i18n/collationbuilder.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/collationcompare.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/collationcompare.o ../deps/icu-small/source/i18n/collationcompare.cpp
superenv removed: -arch x86_64 -Wall -Wendif-labels -W
superenv added: -pipe -w -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -gdwarf-2 -mmacosx-version-min=10.7 -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/collationcompare.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/collationcompare.o ../deps/icu-small/source/i18n/collationcompare.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/collationdata.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/collationdata.o ../deps/icu-small/source/i18n/collationdata.cpp
superenv removed: -arch x86_64 -Wall -Wendif-labels -W
superenv added: -pipe -w -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -gdwarf-2 -mmacosx-version-min=10.7 -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/collationdata.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/collationdata.o ../deps/icu-small/source/i18n/collationdata.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/collationdatabuilder.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/collationdatabuilder.o ../deps/icu-small/source/i18n/collationdatabuilder.cpp
superenv removed: -arch x86_64 -Wall -Wendif-labels -W
superenv added: -pipe -w -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -gdwarf-2 -mmacosx-version-min=10.7 -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/collationdatabuilder.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/collationdatabuilder.o ../deps/icu-small/source/i18n/collationdatabuilder.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/collationdatareader.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/collationdatareader.o ../deps/icu-small/source/i18n/collationdatareader.cpp
superenv removed: -arch x86_64 -Wall -Wendif-labels -W
superenv added: -pipe -w -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -gdwarf-2 -mmacosx-version-min=10.7 -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/collationdatareader.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/collationdatareader.o ../deps/icu-small/source/i18n/collationdatareader.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/collationdatawriter.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/collationdatawriter.o ../deps/icu-small/source/i18n/collationdatawriter.cpp
superenv removed: -arch x86_64 -Wall -Wendif-labels -W
superenv added: -pipe -w -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -gdwarf-2 -mmacosx-version-min=10.7 -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/collationdatawriter.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/collationdatawriter.o ../deps/icu-small/source/i18n/collationdatawriter.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/collationfastlatin.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/collationfastlatin.o ../deps/icu-small/source/i18n/collationfastlatin.cpp
superenv removed: -arch x86_64 -Wall -Wendif-labels -W
superenv added: -pipe -w -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -gdwarf-2 -mmacosx-version-min=10.7 -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/collationfastlatin.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/collationfastlatin.o ../deps/icu-small/source/i18n/collationfastlatin.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/collationfastlatinbuilder.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/collationfastlatinbuilder.o ../deps/icu-small/source/i18n/collationfastlatinbuilder.cpp
superenv removed: -arch x86_64 -Wall -Wendif-labels -W
superenv added: -pipe -w -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -gdwarf-2 -mmacosx-version-min=10.7 -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/collationfastlatinbuilder.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/collationfastlatinbuilder.o ../deps/icu-small/source/i18n/collationfastlatinbuilder.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/collationfcd.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/collationfcd.o ../deps/icu-small/source/i18n/collationfcd.cpp
superenv removed: -arch x86_64 -Wall -Wendif-labels -W
superenv added: -pipe -w -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -gdwarf-2 -mmacosx-version-min=10.7 -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/collationfcd.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/collationfcd.o ../deps/icu-small/source/i18n/collationfcd.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/collationiterator.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/collationiterator.o ../deps/icu-small/source/i18n/collationiterator.cpp
superenv removed: -arch x86_64 -Wall -Wendif-labels -W
superenv added: -pipe -w -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -gdwarf-2 -mmacosx-version-min=10.7 -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/collationiterator.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/collationiterator.o ../deps/icu-small/source/i18n/collationiterator.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/collationkeys.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/collationkeys.o ../deps/icu-small/source/i18n/collationkeys.cpp
superenv removed: -arch x86_64 -Wall -Wendif-labels -W
superenv added: -pipe -w -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -gdwarf-2 -mmacosx-version-min=10.7 -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/collationkeys.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/collationkeys.o ../deps/icu-small/source/i18n/collationkeys.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/collationroot.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/collationroot.o ../deps/icu-small/source/i18n/collationroot.cpp
superenv removed: -arch x86_64 -Wall -Wendif-labels -W
superenv added: -pipe -w -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -gdwarf-2 -mmacosx-version-min=10.7 -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/collationroot.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/collationroot.o ../deps/icu-small/source/i18n/collationroot.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/collationrootelements.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/collationrootelements.o ../deps/icu-small/source/i18n/collationrootelements.cpp
superenv removed: -arch x86_64 -Wall -Wendif-labels -W
superenv added: -pipe -w -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -gdwarf-2 -mmacosx-version-min=10.7 -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/collationrootelements.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/collationrootelements.o ../deps/icu-small/source/i18n/collationrootelements.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/collationruleparser.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/collationruleparser.o ../deps/icu-small/source/i18n/collationruleparser.cpp
superenv removed: -arch x86_64 -Wall -Wendif-labels -W
superenv added: -pipe -w -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -gdwarf-2 -mmacosx-version-min=10.7 -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/collationruleparser.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/collationruleparser.o ../deps/icu-small/source/i18n/collationruleparser.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/collationsets.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/collationsets.o ../deps/icu-small/source/i18n/collationsets.cpp
superenv removed: -arch x86_64 -Wall -Wendif-labels -W
superenv added: -pipe -w -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -gdwarf-2 -mmacosx-version-min=10.7 -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/collationsets.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/collationsets.o ../deps/icu-small/source/i18n/collationsets.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/collationsettings.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/collationsettings.o ../deps/icu-small/source/i18n/collationsettings.cpp
superenv removed: -arch x86_64 -Wall -Wendif-labels -W
superenv added: -pipe -w -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -gdwarf-2 -mmacosx-version-min=10.7 -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/collationsettings.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/collationsettings.o ../deps/icu-small/source/i18n/collationsettings.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/collationtailoring.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/collationtailoring.o ../deps/icu-small/source/i18n/collationtailoring.cpp
superenv removed: -arch x86_64 -Wall -Wendif-labels -W
superenv added: -pipe -w -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -gdwarf-2 -mmacosx-version-min=10.7 -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/collationtailoring.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/collationtailoring.o ../deps/icu-small/source/i18n/collationtailoring.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/collationweights.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/collationweights.o ../deps/icu-small/source/i18n/collationweights.cpp
superenv removed: -arch x86_64 -Wall -Wendif-labels -W
superenv added: -pipe -w -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -gdwarf-2 -mmacosx-version-min=10.7 -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/collationweights.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/collationweights.o ../deps/icu-small/source/i18n/collationweights.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/compactdecimalformat.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/compactdecimalformat.o ../deps/icu-small/source/i18n/compactdecimalformat.cpp
superenv removed: -arch x86_64 -Wall -Wendif-labels -W
superenv added: -pipe -w -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -gdwarf-2 -mmacosx-version-min=10.7 -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/compactdecimalformat.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/compactdecimalformat.o ../deps/icu-small/source/i18n/compactdecimalformat.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/coptccal.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/coptccal.o ../deps/icu-small/source/i18n/coptccal.cpp
superenv removed: -arch x86_64 -Wall -Wendif-labels -W
superenv added: -pipe -w -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -gdwarf-2 -mmacosx-version-min=10.7 -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/coptccal.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/coptccal.o ../deps/icu-small/source/i18n/coptccal.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/cpdtrans.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/cpdtrans.o ../deps/icu-small/source/i18n/cpdtrans.cpp
superenv removed: -arch x86_64 -Wall -Wendif-labels -W
superenv added: -pipe -w -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -gdwarf-2 -mmacosx-version-min=10.7 -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/cpdtrans.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/cpdtrans.o ../deps/icu-small/source/i18n/cpdtrans.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/csdetect.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/csdetect.o ../deps/icu-small/source/i18n/csdetect.cpp
superenv removed: -arch x86_64 -Wall -Wendif-labels -W
superenv added: -pipe -w -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -gdwarf-2 -mmacosx-version-min=10.7 -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/csdetect.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/csdetect.o ../deps/icu-small/source/i18n/csdetect.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/csmatch.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/csmatch.o ../deps/icu-small/source/i18n/csmatch.cpp
superenv removed: -arch x86_64 -Wall -Wendif-labels -W
superenv added: -pipe -w -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -gdwarf-2 -mmacosx-version-min=10.7 -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/csmatch.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/csmatch.o ../deps/icu-small/source/i18n/csmatch.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/csr2022.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/csr2022.o ../deps/icu-small/source/i18n/csr2022.cpp
superenv removed: -arch x86_64 -Wall -Wendif-labels -W
superenv added: -pipe -w -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -gdwarf-2 -mmacosx-version-min=10.7 -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/csr2022.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/csr2022.o ../deps/icu-small/source/i18n/csr2022.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/csrecog.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/csrecog.o ../deps/icu-small/source/i18n/csrecog.cpp
superenv removed: -arch x86_64 -Wall -Wendif-labels -W
superenv added: -pipe -w -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -gdwarf-2 -mmacosx-version-min=10.7 -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/csrecog.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/csrecog.o ../deps/icu-small/source/i18n/csrecog.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/csrmbcs.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/csrmbcs.o ../deps/icu-small/source/i18n/csrmbcs.cpp
superenv removed: -arch x86_64 -Wall -Wendif-labels -W
superenv added: -pipe -w -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -gdwarf-2 -mmacosx-version-min=10.7 -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/csrmbcs.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/csrmbcs.o ../deps/icu-small/source/i18n/csrmbcs.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/csrsbcs.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/csrsbcs.o ../deps/icu-small/source/i18n/csrsbcs.cpp
superenv removed: -arch x86_64 -Wall -Wendif-labels -W
superenv added: -pipe -w -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -gdwarf-2 -mmacosx-version-min=10.7 -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/csrsbcs.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/csrsbcs.o ../deps/icu-small/source/i18n/csrsbcs.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/csrucode.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/csrucode.o ../deps/icu-small/source/i18n/csrucode.cpp
superenv removed: -arch x86_64 -Wall -Wendif-labels -W
superenv added: -pipe -w -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -gdwarf-2 -mmacosx-version-min=10.7 -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/csrucode.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/csrucode.o ../deps/icu-small/source/i18n/csrucode.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/csrutf8.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/csrutf8.o ../deps/icu-small/source/i18n/csrutf8.cpp
superenv removed: -arch x86_64 -Wall -Wendif-labels -W
superenv added: -pipe -w -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -gdwarf-2 -mmacosx-version-min=10.7 -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/csrutf8.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/csrutf8.o ../deps/icu-small/source/i18n/csrutf8.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/curramt.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/curramt.o ../deps/icu-small/source/i18n/curramt.cpp
superenv removed: -arch x86_64 -Wall -Wendif-labels -W
superenv added: -pipe -w -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -gdwarf-2 -mmacosx-version-min=10.7 -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/curramt.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/curramt.o ../deps/icu-small/source/i18n/curramt.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/currfmt.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/currfmt.o ../deps/icu-small/source/i18n/currfmt.cpp
superenv removed: -arch x86_64 -Wall -Wendif-labels -W
superenv added: -pipe -w -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -gdwarf-2 -mmacosx-version-min=10.7 -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/currfmt.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/currfmt.o ../deps/icu-small/source/i18n/currfmt.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/currpinf.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/currpinf.o ../deps/icu-small/source/i18n/currpinf.cpp
superenv removed: -arch x86_64 -Wall -Wendif-labels -W
superenv added: -pipe -w -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -gdwarf-2 -mmacosx-version-min=10.7 -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/currpinf.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/currpinf.o ../deps/icu-small/source/i18n/currpinf.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/currunit.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/currunit.o ../deps/icu-small/source/i18n/currunit.cpp
superenv removed: -arch x86_64 -Wall -Wendif-labels -W
superenv added: -pipe -w -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -gdwarf-2 -mmacosx-version-min=10.7 -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/currunit.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/currunit.o ../deps/icu-small/source/i18n/currunit.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/dangical.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/dangical.o ../deps/icu-small/source/i18n/dangical.cpp
superenv removed: -arch x86_64 -Wall -Wendif-labels -W
superenv added: -pipe -w -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -gdwarf-2 -mmacosx-version-min=10.7 -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/dangical.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/dangical.o ../deps/icu-small/source/i18n/dangical.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/datefmt.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/datefmt.o ../deps/icu-small/source/i18n/datefmt.cpp
superenv removed: -arch x86_64 -Wall -Wendif-labels -W
superenv added: -pipe -w -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -gdwarf-2 -mmacosx-version-min=10.7 -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/datefmt.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/datefmt.o ../deps/icu-small/source/i18n/datefmt.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/dayperiodrules.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/dayperiodrules.o ../deps/icu-small/source/i18n/dayperiodrules.cpp
superenv removed: -arch x86_64 -Wall -Wendif-labels -W
superenv added: -pipe -w -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -gdwarf-2 -mmacosx-version-min=10.7 -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/dayperiodrules.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/dayperiodrules.o ../deps/icu-small/source/i18n/dayperiodrules.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/dcfmtsym.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/dcfmtsym.o ../deps/icu-small/source/i18n/dcfmtsym.cpp
superenv removed: -arch x86_64 -Wall -Wendif-labels -W
superenv added: -pipe -w -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -gdwarf-2 -mmacosx-version-min=10.7 -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/dcfmtsym.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/dcfmtsym.o ../deps/icu-small/source/i18n/dcfmtsym.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/decContext.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/decContext.o ../deps/icu-small/source/i18n/decContext.cpp
superenv removed: -arch x86_64 -Wall -Wendif-labels -W
superenv added: -pipe -w -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -gdwarf-2 -mmacosx-version-min=10.7 -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/decContext.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/decContext.o ../deps/icu-small/source/i18n/decContext.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/decfmtst.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/decfmtst.o ../deps/icu-small/source/i18n/decfmtst.cpp
superenv removed: -arch x86_64 -Wall -Wendif-labels -W
superenv added: -pipe -w -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -gdwarf-2 -mmacosx-version-min=10.7 -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/decfmtst.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/decfmtst.o ../deps/icu-small/source/i18n/decfmtst.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/decimalformatpattern.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/decimalformatpattern.o ../deps/icu-small/source/i18n/decimalformatpattern.cpp
superenv removed: -arch x86_64 -Wall -Wendif-labels -W
superenv added: -pipe -w -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -gdwarf-2 -mmacosx-version-min=10.7 -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/decimalformatpattern.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/decimalformatpattern.o ../deps/icu-small/source/i18n/decimalformatpattern.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/decimfmt.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/decimfmt.o ../deps/icu-small/source/i18n/decimfmt.cpp
superenv removed: -arch x86_64 -Wall -Wendif-labels -W
superenv added: -pipe -w -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -gdwarf-2 -mmacosx-version-min=10.7 -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/decimfmt.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/decimfmt.o ../deps/icu-small/source/i18n/decimfmt.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/decimfmtimpl.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/decimfmtimpl.o ../deps/icu-small/source/i18n/decimfmtimpl.cpp
superenv removed: -arch x86_64 -Wall -Wendif-labels -W
superenv added: -pipe -w -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -gdwarf-2 -mmacosx-version-min=10.7 -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/decimfmtimpl.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/decimfmtimpl.o ../deps/icu-small/source/i18n/decimfmtimpl.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/decNumber.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/decNumber.o ../deps/icu-small/source/i18n/decNumber.cpp
superenv removed: -arch x86_64 -Wall -Wendif-labels -W
superenv added: -pipe -w -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -gdwarf-2 -mmacosx-version-min=10.7 -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/decNumber.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/decNumber.o ../deps/icu-small/source/i18n/decNumber.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/digitaffix.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/digitaffix.o ../deps/icu-small/source/i18n/digitaffix.cpp
superenv removed: -arch x86_64 -Wall -Wendif-labels -W
superenv added: -pipe -w -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -gdwarf-2 -mmacosx-version-min=10.7 -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/digitaffix.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/digitaffix.o ../deps/icu-small/source/i18n/digitaffix.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/digitaffixesandpadding.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/digitaffixesandpadding.o ../deps/icu-small/source/i18n/digitaffixesandpadding.cpp
superenv removed: -arch x86_64 -Wall -Wendif-labels -W
superenv added: -pipe -w -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -gdwarf-2 -mmacosx-version-min=10.7 -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/digitaffixesandpadding.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/digitaffixesandpadding.o ../deps/icu-small/source/i18n/digitaffixesandpadding.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/digitformatter.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/digitformatter.o ../deps/icu-small/source/i18n/digitformatter.cpp
superenv removed: -arch x86_64 -Wall -Wendif-labels -W
superenv added: -pipe -w -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -gdwarf-2 -mmacosx-version-min=10.7 -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/digitformatter.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/digitformatter.o ../deps/icu-small/source/i18n/digitformatter.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/digitgrouping.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/digitgrouping.o ../deps/icu-small/source/i18n/digitgrouping.cpp
superenv removed: -arch x86_64 -Wall -Wendif-labels -W
superenv added: -pipe -w -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -gdwarf-2 -mmacosx-version-min=10.7 -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/digitgrouping.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/digitgrouping.o ../deps/icu-small/source/i18n/digitgrouping.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/digitinterval.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/digitinterval.o ../deps/icu-small/source/i18n/digitinterval.cpp
superenv removed: -arch x86_64 -Wall -Wendif-labels -W
superenv added: -pipe -w -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -gdwarf-2 -mmacosx-version-min=10.7 -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/digitinterval.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/digitinterval.o ../deps/icu-small/source/i18n/digitinterval.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/digitlst.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/digitlst.o ../deps/icu-small/source/i18n/digitlst.cpp
superenv removed: -arch x86_64 -Wall -Wendif-labels -W
superenv added: -pipe -w -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -gdwarf-2 -mmacosx-version-min=10.7 -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/digitlst.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/digitlst.o ../deps/icu-small/source/i18n/digitlst.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/double-conversion-bignum-dtoa.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/double-conversion-bignum-dtoa.o ../deps/icu-small/source/i18n/double-conversion-bignum-dtoa.cpp
superenv removed: -arch x86_64 -Wall -Wendif-labels -W
superenv added: -pipe -w -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -gdwarf-2 -mmacosx-version-min=10.7 -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/double-conversion-bignum-dtoa.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/double-conversion-bignum-dtoa.o ../deps/icu-small/source/i18n/double-conversion-bignum-dtoa.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/double-conversion-bignum.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/double-conversion-bignum.o ../deps/icu-small/source/i18n/double-conversion-bignum.cpp
superenv removed: -arch x86_64 -Wall -Wendif-labels -W
superenv added: -pipe -w -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -gdwarf-2 -mmacosx-version-min=10.7 -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/double-conversion-bignum.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/double-conversion-bignum.o ../deps/icu-small/source/i18n/double-conversion-bignum.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/double-conversion-cached-powers.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/double-conversion-cached-powers.o ../deps/icu-small/source/i18n/double-conversion-cached-powers.cpp
superenv removed: -arch x86_64 -Wall -Wendif-labels -W
superenv added: -pipe -w -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -gdwarf-2 -mmacosx-version-min=10.7 -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/double-conversion-cached-powers.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/double-conversion-cached-powers.o ../deps/icu-small/source/i18n/double-conversion-cached-powers.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/double-conversion-diy-fp.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/double-conversion-diy-fp.o ../deps/icu-small/source/i18n/double-conversion-diy-fp.cpp
superenv removed: -arch x86_64 -Wall -Wendif-labels -W
superenv added: -pipe -w -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -gdwarf-2 -mmacosx-version-min=10.7 -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/double-conversion-diy-fp.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/double-conversion-diy-fp.o ../deps/icu-small/source/i18n/double-conversion-diy-fp.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/double-conversion-fast-dtoa.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/double-conversion-fast-dtoa.o ../deps/icu-small/source/i18n/double-conversion-fast-dtoa.cpp
superenv removed: -arch x86_64 -Wall -Wendif-labels -W
superenv added: -pipe -w -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -gdwarf-2 -mmacosx-version-min=10.7 -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/double-conversion-fast-dtoa.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/double-conversion-fast-dtoa.o ../deps/icu-small/source/i18n/double-conversion-fast-dtoa.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/double-conversion.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/double-conversion.o ../deps/icu-small/source/i18n/double-conversion.cpp
superenv removed: -arch x86_64 -Wall -Wendif-labels -W
superenv added: -pipe -w -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -gdwarf-2 -mmacosx-version-min=10.7 -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/double-conversion.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/double-conversion.o ../deps/icu-small/source/i18n/double-conversion.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/dtfmtsym.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/dtfmtsym.o ../deps/icu-small/source/i18n/dtfmtsym.cpp
superenv removed: -arch x86_64 -Wall -Wendif-labels -W
superenv added: -pipe -w -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -gdwarf-2 -mmacosx-version-min=10.7 -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/dtfmtsym.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/dtfmtsym.o ../deps/icu-small/source/i18n/dtfmtsym.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/dtitvfmt.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/dtitvfmt.o ../deps/icu-small/source/i18n/dtitvfmt.cpp
superenv removed: -arch x86_64 -Wall -Wendif-labels -W
superenv added: -pipe -w -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -gdwarf-2 -mmacosx-version-min=10.7 -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/dtitvfmt.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/dtitvfmt.o ../deps/icu-small/source/i18n/dtitvfmt.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/dtitvinf.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/dtitvinf.o ../deps/icu-small/source/i18n/dtitvinf.cpp
superenv removed: -arch x86_64 -Wall -Wendif-labels -W
superenv added: -pipe -w -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -gdwarf-2 -mmacosx-version-min=10.7 -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/dtitvinf.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/dtitvinf.o ../deps/icu-small/source/i18n/dtitvinf.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/dtptngen.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/dtptngen.o ../deps/icu-small/source/i18n/dtptngen.cpp
superenv removed: -arch x86_64 -Wall -Wendif-labels -W
superenv added: -pipe -w -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -gdwarf-2 -mmacosx-version-min=10.7 -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/dtptngen.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/dtptngen.o ../deps/icu-small/source/i18n/dtptngen.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/dtrule.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/dtrule.o ../deps/icu-small/source/i18n/dtrule.cpp
superenv removed: -arch x86_64 -Wall -Wendif-labels -W
superenv added: -pipe -w -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -gdwarf-2 -mmacosx-version-min=10.7 -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/dtrule.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/dtrule.o ../deps/icu-small/source/i18n/dtrule.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/esctrn.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/esctrn.o ../deps/icu-small/source/i18n/esctrn.cpp
superenv removed: -arch x86_64 -Wall -Wendif-labels -W
superenv added: -pipe -w -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -gdwarf-2 -mmacosx-version-min=10.7 -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/esctrn.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/esctrn.o ../deps/icu-small/source/i18n/esctrn.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/ethpccal.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/ethpccal.o ../deps/icu-small/source/i18n/ethpccal.cpp
superenv removed: -arch x86_64 -Wall -Wendif-labels -W
superenv added: -pipe -w -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -gdwarf-2 -mmacosx-version-min=10.7 -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/ethpccal.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/ethpccal.o ../deps/icu-small/source/i18n/ethpccal.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/fmtable.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/fmtable.o ../deps/icu-small/source/i18n/fmtable.cpp
superenv removed: -arch x86_64 -Wall -Wendif-labels -W
superenv added: -pipe -w -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -gdwarf-2 -mmacosx-version-min=10.7 -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/fmtable.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/fmtable.o ../deps/icu-small/source/i18n/fmtable.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/fmtable_cnv.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/fmtable_cnv.o ../deps/icu-small/source/i18n/fmtable_cnv.cpp
superenv removed: -arch x86_64 -Wall -Wendif-labels -W
superenv added: -pipe -w -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -gdwarf-2 -mmacosx-version-min=10.7 -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/fmtable_cnv.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/fmtable_cnv.o ../deps/icu-small/source/i18n/fmtable_cnv.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/format.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/format.o ../deps/icu-small/source/i18n/format.cpp
superenv removed: -arch x86_64 -Wall -Wendif-labels -W
superenv added: -pipe -w -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -gdwarf-2 -mmacosx-version-min=10.7 -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/format.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/format.o ../deps/icu-small/source/i18n/format.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/fphdlimp.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/fphdlimp.o ../deps/icu-small/source/i18n/fphdlimp.cpp
superenv removed: -arch x86_64 -Wall -Wendif-labels -W
superenv added: -pipe -w -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -gdwarf-2 -mmacosx-version-min=10.7 -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/fphdlimp.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/fphdlimp.o ../deps/icu-small/source/i18n/fphdlimp.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/fpositer.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/fpositer.o ../deps/icu-small/source/i18n/fpositer.cpp
superenv removed: -arch x86_64 -Wall -Wendif-labels -W
superenv added: -pipe -w -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -gdwarf-2 -mmacosx-version-min=10.7 -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/fpositer.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/fpositer.o ../deps/icu-small/source/i18n/fpositer.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/funcrepl.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/funcrepl.o ../deps/icu-small/source/i18n/funcrepl.cpp
superenv removed: -arch x86_64 -Wall -Wendif-labels -W
superenv added: -pipe -w -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -gdwarf-2 -mmacosx-version-min=10.7 -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/funcrepl.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/funcrepl.o ../deps/icu-small/source/i18n/funcrepl.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/gregocal.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/gregocal.o ../deps/icu-small/source/i18n/gregocal.cpp
superenv removed: -arch x86_64 -Wall -Wendif-labels -W
superenv added: -pipe -w -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -gdwarf-2 -mmacosx-version-min=10.7 -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/gregocal.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/gregocal.o ../deps/icu-small/source/i18n/gregocal.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/gender.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/gender.o ../deps/icu-small/source/i18n/gender.cpp
superenv removed: -arch x86_64 -Wall -Wendif-labels -W
superenv added: -pipe -w -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -gdwarf-2 -mmacosx-version-min=10.7 -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/gender.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/gender.o ../deps/icu-small/source/i18n/gender.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/gregoimp.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/gregoimp.o ../deps/icu-small/source/i18n/gregoimp.cpp
superenv removed: -arch x86_64 -Wall -Wendif-labels -W
superenv added: -pipe -w -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -gdwarf-2 -mmacosx-version-min=10.7 -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/gregoimp.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/gregoimp.o ../deps/icu-small/source/i18n/gregoimp.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/hebrwcal.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/hebrwcal.o ../deps/icu-small/source/i18n/hebrwcal.cpp
superenv removed: -arch x86_64 -Wall -Wendif-labels -W
superenv added: -pipe -w -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -gdwarf-2 -mmacosx-version-min=10.7 -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/hebrwcal.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/hebrwcal.o ../deps/icu-small/source/i18n/hebrwcal.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/indiancal.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/indiancal.o ../deps/icu-small/source/i18n/indiancal.cpp
superenv removed: -arch x86_64 -Wall -Wendif-labels -W
superenv added: -pipe -w -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -gdwarf-2 -mmacosx-version-min=10.7 -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/indiancal.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/indiancal.o ../deps/icu-small/source/i18n/indiancal.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/inputext.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/inputext.o ../deps/icu-small/source/i18n/inputext.cpp
superenv removed: -arch x86_64 -Wall -Wendif-labels -W
superenv added: -pipe -w -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -gdwarf-2 -mmacosx-version-min=10.7 -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/inputext.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/inputext.o ../deps/icu-small/source/i18n/inputext.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/islamcal.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/islamcal.o ../deps/icu-small/source/i18n/islamcal.cpp
superenv removed: -arch x86_64 -Wall -Wendif-labels -W
superenv added: -pipe -w -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -gdwarf-2 -mmacosx-version-min=10.7 -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/islamcal.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/islamcal.o ../deps/icu-small/source/i18n/islamcal.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/japancal.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/japancal.o ../deps/icu-small/source/i18n/japancal.cpp
superenv removed: -arch x86_64 -Wall -Wendif-labels -W
superenv added: -pipe -w -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -gdwarf-2 -mmacosx-version-min=10.7 -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/japancal.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/japancal.o ../deps/icu-small/source/i18n/japancal.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/measfmt.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/measfmt.o ../deps/icu-small/source/i18n/measfmt.cpp
superenv removed: -arch x86_64 -Wall -Wendif-labels -W
superenv added: -pipe -w -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -gdwarf-2 -mmacosx-version-min=10.7 -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/measfmt.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/measfmt.o ../deps/icu-small/source/i18n/measfmt.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/measunit.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/measunit.o ../deps/icu-small/source/i18n/measunit.cpp
superenv removed: -arch x86_64 -Wall -Wendif-labels -W
superenv added: -pipe -w -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -gdwarf-2 -mmacosx-version-min=10.7 -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/measunit.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/measunit.o ../deps/icu-small/source/i18n/measunit.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/measure.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/measure.o ../deps/icu-small/source/i18n/measure.cpp
superenv removed: -arch x86_64 -Wall -Wendif-labels -W
superenv added: -pipe -w -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -gdwarf-2 -mmacosx-version-min=10.7 -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/measure.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/measure.o ../deps/icu-small/source/i18n/measure.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/msgfmt.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/msgfmt.o ../deps/icu-small/source/i18n/msgfmt.cpp
superenv removed: -arch x86_64 -Wall -Wendif-labels -W
superenv added: -pipe -w -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -gdwarf-2 -mmacosx-version-min=10.7 -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/msgfmt.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/msgfmt.o ../deps/icu-small/source/i18n/msgfmt.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/name2uni.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/name2uni.o ../deps/icu-small/source/i18n/name2uni.cpp
superenv removed: -arch x86_64 -Wall -Wendif-labels -W
superenv added: -pipe -w -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -gdwarf-2 -mmacosx-version-min=10.7 -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/name2uni.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/name2uni.o ../deps/icu-small/source/i18n/name2uni.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/nfrs.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/nfrs.o ../deps/icu-small/source/i18n/nfrs.cpp
superenv removed: -arch x86_64 -Wall -Wendif-labels -W
superenv added: -pipe -w -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -gdwarf-2 -mmacosx-version-min=10.7 -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/nfrs.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/nfrs.o ../deps/icu-small/source/i18n/nfrs.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/nfrule.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/nfrule.o ../deps/icu-small/source/i18n/nfrule.cpp
superenv removed: -arch x86_64 -Wall -Wendif-labels -W
superenv added: -pipe -w -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -gdwarf-2 -mmacosx-version-min=10.7 -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/nfrule.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/nfrule.o ../deps/icu-small/source/i18n/nfrule.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/nfsubs.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/nfsubs.o ../deps/icu-small/source/i18n/nfsubs.cpp
superenv removed: -arch x86_64 -Wall -Wendif-labels -W
superenv added: -pipe -w -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -gdwarf-2 -mmacosx-version-min=10.7 -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/nfsubs.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/nfsubs.o ../deps/icu-small/source/i18n/nfsubs.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/nortrans.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/nortrans.o ../deps/icu-small/source/i18n/nortrans.cpp
superenv removed: -arch x86_64 -Wall -Wendif-labels -W
superenv added: -pipe -w -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -gdwarf-2 -mmacosx-version-min=10.7 -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/nortrans.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/nortrans.o ../deps/icu-small/source/i18n/nortrans.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/nounit.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/nounit.o ../deps/icu-small/source/i18n/nounit.cpp
superenv removed: -arch x86_64 -Wall -Wendif-labels -W
superenv added: -pipe -w -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -D_DARWIN_USE_64_BIT_INODE=1 -DU_I18N_IMPLEMENTATION=1 -DU_ATTRIBUTE_DEPRECATED= -D_CRT_SECURE_NO_DEPRECATE= -DU_STATIC_IMPLEMENTATION=1 -DUCONFIG_NO_SERVICE=1 -DUCONFIG_NO_REGULAR_EXPRESSIONS=1 -DU_ENABLE_DYLOAD=0 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -gdwarf-2 -mmacosx-version-min=10.7 -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/.deps//private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/nounit.o.d.raw -c -o /private/tmp/node-20180417-12018-1pujmer/node-v9.11.1/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/nounit.o ../deps/icu-small/source/i18n/nounit.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment