Skip to content

Instantly share code, notes, and snippets.

@bjoernwibben
Created June 15, 2019 09:37
Show Gist options
  • Save bjoernwibben/4ee454c539cdc53eea8d8b986d9328fa to your computer and use it in GitHub Desktop.
Save bjoernwibben/4ee454c539cdc53eea8d8b986d9328fa to your computer and use it in GitHub Desktop.
neovim on macOS 10.14.5 - Homebrew build logs
Homebrew build logs for neovim on macOS 10.14.5
Build date: 2019-06-15 11:34:19
HOMEBREW_VERSION: 2.1.5-17-g5abce1b
ORIGIN: https://github.com/Homebrew/brew.git
HEAD: 5abce1b511161a74a3e8c28a82157172980584b4
Last commit: 21 hours ago
Core tap ORIGIN: https://github.com/Homebrew/homebrew-core
Core tap HEAD: 74e8d4585346b39f06de84c5308b11c2cb3175a2
Core tap last commit: 4 hours ago
HOMEBREW_PREFIX: /usr/local/homebrew
HOMEBREW_CELLAR: /usr/local/homebrew/Cellar
HOMEBREW_REPOSITORY: /usr/local/homebrew
HOMEBREW_DEV_CMD_RUN: 1
HOMEBREW_FORCE_BREWED_CURL: 1
HOMEBREW_NO_ANALYTICS: 1
HOMEBREW_VISUAL: /usr/local/homebrew/bin/nvim
CPU: octa-core 64-bit haswell
Homebrew Ruby: 2.3.7 => /System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/bin/ruby
Clang: 10.0 build 1001
Git: 2.22.0 => /usr/local/homebrew/bin/git
Curl: 7.65.1 => /usr/local/homebrew/opt/curl/bin/curl
Java: 1.8.0_92
macOS: 10.14.5-x86_64
CLT: 10.2.1.0.1.1554506761
Xcode: 10.2.1
CLT headers: 10.2.1.0.1.1554506761
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: 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:
macvim
Warning: Your Homebrew's prefix is not /usr/local.
Some of Homebrew's bottles (binary packages) can only be used with the default
prefix (/usr/local).
You will encounter build failures with some formulae.
Please create pull requests instead of asking for help on Homebrew's GitHub,
Discourse, Twitter or IRC. You are responsible for resolving any issues you
experience, as you are running this unsupported configuration.
2019-06-15 11:33:32 +0200
luarocks
make
--lua-dir=/usr/local/homebrew/opt/lua@5.1
--tree=/private/tmp/neovim-20190615-9919-c01ohk/deps-build
env MACOSX_DEPLOYMENT_TARGET=10.8 gcc -O2 -fPIC -I/usr/local/homebrew/opt/lua@5.1/include/lua5.1 -c src/lfs.c -o src/lfs.o
env MACOSX_DEPLOYMENT_TARGET=10.8 gcc -bundle -undefined dynamic_lookup -all_load -o lfs.so src/lfs.o
No existing manifest. Attempting to rebuild...
luafilesystem cvs-3 is now installed in /private/tmp/neovim-20190615-9919-c01ohk/deps-build
gcc called with: -O2 -fPIC -I/usr/local/homebrew/opt/lua@5.1/include/lua5.1 -c src/lfs.c -o src/lfs.o
superenv added: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
superenv executed: clang -O2 -fPIC -I/usr/local/homebrew/opt/lua@5.1/include/lua5.1 -c src/lfs.c -o src/lfs.o -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
gcc called with: -bundle -undefined dynamic_lookup -all_load -o lfs.so src/lfs.o
superenv added: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -bundle -undefined dynamic_lookup -all_load -o lfs.so src/lfs.o -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
2019-06-15 11:33:33 +0200
luarocks
make
--lua-dir=/usr/local/homebrew/opt/lua@5.1
--tree=/private/tmp/neovim-20190615-9919-c01ohk/deps-build
penlight scm-1 is now installed in /private/tmp/neovim-20190615-9919-c01ohk/deps-build (license: MIT/X11)
2019-06-15 11:33:36 +0200
luarocks
make
--lua-dir=/usr/local/homebrew/opt/lua@5.1
--tree=/private/tmp/neovim-20190615-9919-c01ohk/deps-build
env MACOSX_DEPLOYMENT_TARGET=10.8 gcc -O2 -fPIC -I/usr/local/homebrew/opt/lua@5.1/include/lua5.1 -c bit.c -o bit.o
env MACOSX_DEPLOYMENT_TARGET=10.8 gcc -bundle -undefined dynamic_lookup -all_load -o bit.so bit.o
luabitop 1.0.2-3 is now installed in /private/tmp/neovim-20190615-9919-c01ohk/deps-build (license: MIT/X license)
gcc called with: -O2 -fPIC -I/usr/local/homebrew/opt/lua@5.1/include/lua5.1 -c bit.c -o bit.o
superenv added: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
superenv executed: clang -O2 -fPIC -I/usr/local/homebrew/opt/lua@5.1/include/lua5.1 -c bit.c -o bit.o -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
gcc called with: -bundle -undefined dynamic_lookup -all_load -o bit.so bit.o
superenv added: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -bundle -undefined dynamic_lookup -all_load -o bit.so bit.o -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
2019-06-15 11:33:37 +0200
luarocks
make
--lua-dir=/usr/local/homebrew/opt/lua@5.1
--tree=/private/tmp/neovim-20190615-9919-c01ohk/deps-build
env MACOSX_DEPLOYMENT_TARGET=10.8 gcc -O2 -fPIC -I/usr/local/homebrew/opt/lua@5.1/include/lua5.1 -c lpcap.c -o lpcap.o
env MACOSX_DEPLOYMENT_TARGET=10.8 gcc -O2 -fPIC -I/usr/local/homebrew/opt/lua@5.1/include/lua5.1 -c lpcode.c -o lpcode.o
env MACOSX_DEPLOYMENT_TARGET=10.8 gcc -O2 -fPIC -I/usr/local/homebrew/opt/lua@5.1/include/lua5.1 -c lpprint.c -o lpprint.o
env MACOSX_DEPLOYMENT_TARGET=10.8 gcc -O2 -fPIC -I/usr/local/homebrew/opt/lua@5.1/include/lua5.1 -c lptree.c -o lptree.o
env MACOSX_DEPLOYMENT_TARGET=10.8 gcc -O2 -fPIC -I/usr/local/homebrew/opt/lua@5.1/include/lua5.1 -c lpvm.c -o lpvm.o
env MACOSX_DEPLOYMENT_TARGET=10.8 gcc -bundle -undefined dynamic_lookup -all_load -o lpeg.so lpcap.o lpcode.o lpprint.o lptree.o lpvm.o
lpeg 1.0.1-1 is now installed in /private/tmp/neovim-20190615-9919-c01ohk/deps-build (license: MIT/X11)
gcc called with: -O2 -fPIC -I/usr/local/homebrew/opt/lua@5.1/include/lua5.1 -c lpcap.c -o lpcap.o
superenv added: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
superenv executed: clang -O2 -fPIC -I/usr/local/homebrew/opt/lua@5.1/include/lua5.1 -c lpcap.c -o lpcap.o -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
gcc called with: -O2 -fPIC -I/usr/local/homebrew/opt/lua@5.1/include/lua5.1 -c lpcode.c -o lpcode.o
superenv added: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
superenv executed: clang -O2 -fPIC -I/usr/local/homebrew/opt/lua@5.1/include/lua5.1 -c lpcode.c -o lpcode.o -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
gcc called with: -O2 -fPIC -I/usr/local/homebrew/opt/lua@5.1/include/lua5.1 -c lpprint.c -o lpprint.o
superenv added: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
superenv executed: clang -O2 -fPIC -I/usr/local/homebrew/opt/lua@5.1/include/lua5.1 -c lpprint.c -o lpprint.o -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
gcc called with: -O2 -fPIC -I/usr/local/homebrew/opt/lua@5.1/include/lua5.1 -c lptree.c -o lptree.o
superenv added: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
superenv executed: clang -O2 -fPIC -I/usr/local/homebrew/opt/lua@5.1/include/lua5.1 -c lptree.c -o lptree.o -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
gcc called with: -O2 -fPIC -I/usr/local/homebrew/opt/lua@5.1/include/lua5.1 -c lpvm.c -o lpvm.o
superenv added: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
superenv executed: clang -O2 -fPIC -I/usr/local/homebrew/opt/lua@5.1/include/lua5.1 -c lpvm.c -o lpvm.o -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
gcc called with: -bundle -undefined dynamic_lookup -all_load -o lpeg.so lpcap.o lpcode.o lpprint.o lptree.o lpvm.o
superenv added: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -bundle -undefined dynamic_lookup -all_load -o lpeg.so lpcap.o lpcode.o lpprint.o lptree.o lpvm.o -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
2019-06-15 11:33:40 +0200
luarocks
make
--lua-dir=/usr/local/homebrew/opt/lua@5.1
--tree=/private/tmp/neovim-20190615-9919-c01ohk/deps-build
env MACOSX_DEPLOYMENT_TARGET=10.8 gcc -O2 -fPIC -I/usr/local/homebrew/opt/lua@5.1/include/lua5.1 -c lmpack.c -o lmpack.o
env MACOSX_DEPLOYMENT_TARGET=10.8 gcc -bundle -undefined dynamic_lookup -all_load -o mpack.so lmpack.o
mpack 1.0.7-0 is now installed in /private/tmp/neovim-20190615-9919-c01ohk/deps-build (license: MIT)
gcc called with: -O2 -fPIC -I/usr/local/homebrew/opt/lua@5.1/include/lua5.1 -c lmpack.c -o lmpack.o
superenv added: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
superenv executed: clang -O2 -fPIC -I/usr/local/homebrew/opt/lua@5.1/include/lua5.1 -c lmpack.c -o lmpack.o -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
gcc called with: -bundle -undefined dynamic_lookup -all_load -o mpack.so lmpack.o
superenv added: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -bundle -undefined dynamic_lookup -all_load -o mpack.so lmpack.o -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
2019-06-15 11:33:41 +0200
luarocks
make
--lua-dir=/usr/local/homebrew/opt/lua@5.1
--tree=/private/tmp/neovim-20190615-9919-c01ohk/deps-build
inspect 3.1.1-0 is now installed in /private/tmp/neovim-20190615-9919-c01ohk/deps-build (license: MIT <http://opensource.org/licenses/MIT>)
2019-06-15 11:33:42 +0200
luarocks
make
--lua-dir=/usr/local/homebrew/opt/lua@5.1
--tree=/private/tmp/neovim-20190615-9919-c01ohk/deps-build
lua_cliargs 3.0-1 is now installed in /private/tmp/neovim-20190615-9919-c01ohk/deps-build (license: MIT <http://opensource.org/licenses/MIT>)
2019-06-15 11:33:44 +0200
luarocks
make
--lua-dir=/usr/local/homebrew/opt/lua@5.1
--tree=/private/tmp/neovim-20190615-9919-c01ohk/deps-build
env MACOSX_DEPLOYMENT_TARGET=10.8 gcc -O2 -fPIC -I/usr/local/homebrew/opt/lua@5.1/include/lua5.1 -c core.c -o core.o
env MACOSX_DEPLOYMENT_TARGET=10.8 gcc -bundle -undefined dynamic_lookup -all_load -o term/core.so core.o
lua-term 0.7-1 is now installed in /private/tmp/neovim-20190615-9919-c01ohk/deps-build (license: MIT/X11)
gcc called with: -O2 -fPIC -I/usr/local/homebrew/opt/lua@5.1/include/lua5.1 -c core.c -o core.o
superenv added: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
superenv executed: clang -O2 -fPIC -I/usr/local/homebrew/opt/lua@5.1/include/lua5.1 -c core.c -o core.o -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
gcc called with: -bundle -undefined dynamic_lookup -all_load -o term/core.so core.o
superenv added: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -bundle -undefined dynamic_lookup -all_load -o term/core.so core.o -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
2019-06-15 11:33:45 +0200
luarocks
make
--lua-dir=/usr/local/homebrew/opt/lua@5.1
--tree=/private/tmp/neovim-20190615-9919-c01ohk/deps-build
src/time.c:22:7: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
#if !(HAVE_CLOCK_GETTIME)
^
src/time.c:20:90: note: expanded from macro 'HAVE_CLOCK_GETTIME'
#define HAVE_CLOCK_GETTIME (MAC_OS_X_VERSION_MIN_REQUIRED >= MAC_OS_X_VERSION_10_12 || defined(CLOCK_MONOTONIC))
^
1 warning generated.
env MACOSX_DEPLOYMENT_TARGET=10.8 gcc -O2 -fPIC -I/usr/local/homebrew/opt/lua@5.1/include/lua5.1 -c src/core.c -o src/core.o
env MACOSX_DEPLOYMENT_TARGET=10.8 gcc -O2 -fPIC -I/usr/local/homebrew/opt/lua@5.1/include/lua5.1 -c src/compat.c -o src/compat.o
env MACOSX_DEPLOYMENT_TARGET=10.8 gcc -O2 -fPIC -I/usr/local/homebrew/opt/lua@5.1/include/lua5.1 -c src/time.c -o src/time.o
env MACOSX_DEPLOYMENT_TARGET=10.8 gcc -bundle -undefined dynamic_lookup -all_load -o system/core.so src/core.o src/compat.o src/time.o
luasystem scm-0 is now installed in /private/tmp/neovim-20190615-9919-c01ohk/deps-build (license: MIT <http://opensource.org/licenses/MIT>)
gcc called with: -O2 -fPIC -I/usr/local/homebrew/opt/lua@5.1/include/lua5.1 -c src/core.c -o src/core.o
superenv added: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
superenv executed: clang -O2 -fPIC -I/usr/local/homebrew/opt/lua@5.1/include/lua5.1 -c src/core.c -o src/core.o -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
gcc called with: -O2 -fPIC -I/usr/local/homebrew/opt/lua@5.1/include/lua5.1 -c src/compat.c -o src/compat.o
superenv added: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
superenv executed: clang -O2 -fPIC -I/usr/local/homebrew/opt/lua@5.1/include/lua5.1 -c src/compat.c -o src/compat.o -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
gcc called with: -O2 -fPIC -I/usr/local/homebrew/opt/lua@5.1/include/lua5.1 -c src/time.c -o src/time.o
superenv added: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
superenv executed: clang -O2 -fPIC -I/usr/local/homebrew/opt/lua@5.1/include/lua5.1 -c src/time.c -o src/time.o -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
gcc called with: -bundle -undefined dynamic_lookup -all_load -o system/core.so src/core.o src/compat.o src/time.o
superenv added: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -bundle -undefined dynamic_lookup -all_load -o system/core.so src/core.o src/compat.o src/time.o -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
2019-06-15 11:33:46 +0200
luarocks
make
--lua-dir=/usr/local/homebrew/opt/lua@5.1
--tree=/private/tmp/neovim-20190615-9919-c01ohk/deps-build
dkjson 2.5-2 is now installed in /private/tmp/neovim-20190615-9919-c01ohk/deps-build (license: MIT/X11)
2019-06-15 11:33:48 +0200
luarocks
make
--lua-dir=/usr/local/homebrew/opt/lua@5.1
--tree=/private/tmp/neovim-20190615-9919-c01ohk/deps-build
say 1.3-1 is now installed in /private/tmp/neovim-20190615-9919-c01ohk/deps-build (license: MIT <http://opensource.org/licenses/MIT>)
2019-06-15 11:33:51 +0200
luarocks
make
--lua-dir=/usr/local/homebrew/opt/lua@5.1
--tree=/private/tmp/neovim-20190615-9919-c01ohk/deps-build
luassert 1.7.10-0 is now installed in /private/tmp/neovim-20190615-9919-c01ohk/deps-build (license: MIT <http://opensource.org/licenses/MIT>)
2019-06-15 11:33:54 +0200
luarocks
make
--lua-dir=/usr/local/homebrew/opt/lua@5.1
--tree=/private/tmp/neovim-20190615-9919-c01ohk/deps-build
mediator_lua 1.1.2-0 is now installed in /private/tmp/neovim-20190615-9919-c01ohk/deps-build (license: MIT <http://opensource.org/licenses/MIT>)
2019-06-15 11:33:57 +0200
luarocks
make
--lua-dir=/usr/local/homebrew/opt/lua@5.1
--tree=/private/tmp/neovim-20190615-9919-c01ohk/deps-build
busted scm-0 is now installed in /private/tmp/neovim-20190615-9919-c01ohk/deps-build (license: MIT <http://opensource.org/licenses/MIT>)
2019-06-15 11:34:00 +0200
luarocks
make
--lua-dir=/usr/local/homebrew/opt/lua@5.1
--tree=/private/tmp/neovim-20190615-9919-c01ohk/deps-build
luacheck 0.21.2-1 is now installed in /private/tmp/neovim-20190615-9919-c01ohk/deps-build (license: MIT <http://opensource.org/licenses/MIT>)
2019-06-15 11:34:07 +0200
luarocks
make
--lua-dir=/usr/local/homebrew/opt/lua@5.1
--tree=/private/tmp/neovim-20190615-9919-c01ohk/deps-build
-- The C compiler identification is AppleClang 10.0.1.10010046
-- The ASM compiler identification is AppleClang
-- Found assembler: /usr/local/homebrew/Library/Homebrew/shims/mac/super/clang
-- Check for working C compiler: /usr/local/homebrew/Library/Homebrew/shims/mac/super/clang
-- Check for working C compiler: /usr/local/homebrew/Library/Homebrew/shims/mac/super/clang -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for stddef.h
-- Looking for stddef.h - found
-- Check size of void*
-- Check size of void* - done
-- Lua: using information from luarocks
-- LUA_LIBDIR: /usr/local/homebrew/opt/lua@5.1/lib
-- LUA_INCDIR: /usr/local/homebrew/opt/lua@5.1/include/lua5.1
-- LUA: /usr/local/homebrew/opt/lua@5.1/bin/lua5.1
-- Lua library:
-- Configuring done
-- Generating done
CMake Warning:
Manually-specified variables were not used by the project:
CMAKE_INCLUDE_PATH
-- Build files have been written to: /tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/build.luarocks
Scanning dependencies of target uv
[ 12%] Building C object CMakeFiles/uv.dir/deps/libuv/src/inet.c.o
[ 12%] Building C object CMakeFiles/uv.dir/deps/libuv/src/uv-common.c.o
[ 12%] Building C object CMakeFiles/uv.dir/deps/libuv/src/fs-poll.c.o
[ 12%] Building C object CMakeFiles/uv.dir/deps/libuv/src/threadpool.c.o
[ 15%] Building C object CMakeFiles/uv.dir/deps/libuv/src/unix/dl.c.o
[ 18%] Building C object CMakeFiles/uv.dir/deps/libuv/src/version.c.o
[ 21%] Building C object CMakeFiles/uv.dir/deps/libuv/src/unix/core.c.o
[ 25%] Building C object CMakeFiles/uv.dir/deps/libuv/src/unix/async.c.o
[ 28%] Building C object CMakeFiles/uv.dir/deps/libuv/src/unix/fs.c.o
[ 31%] Building C object CMakeFiles/uv.dir/deps/libuv/src/unix/getaddrinfo.c.o
[ 34%] Building C object CMakeFiles/uv.dir/deps/libuv/src/unix/getnameinfo.c.o
[ 37%] Building C object CMakeFiles/uv.dir/deps/libuv/src/unix/loop.c.o
[ 40%] Building C object CMakeFiles/uv.dir/deps/libuv/src/unix/loop-watcher.c.o
[ 43%] Building C object CMakeFiles/uv.dir/deps/libuv/src/unix/pipe.c.o
[ 46%] Building C object CMakeFiles/uv.dir/deps/libuv/src/unix/poll.c.o
[ 50%] Building C object CMakeFiles/uv.dir/deps/libuv/src/unix/process.c.o
[ 53%] Building C object CMakeFiles/uv.dir/deps/libuv/src/unix/signal.c.o
[ 56%] Building C object CMakeFiles/uv.dir/deps/libuv/src/unix/stream.c.o
[ 59%] Building C object CMakeFiles/uv.dir/deps/libuv/src/unix/tcp.c.o
[ 62%] Building C object CMakeFiles/uv.dir/deps/libuv/src/unix/thread.c.o
[ 65%] Building C object CMakeFiles/uv.dir/deps/libuv/src/unix/timer.c.o
[ 68%] Building C object CMakeFiles/uv.dir/deps/libuv/src/unix/tty.c.o
[ 71%] Building C object CMakeFiles/uv.dir/deps/libuv/src/unix/udp.c.o
[ 75%] Building C object CMakeFiles/uv.dir/deps/libuv/src/unix/pthread-barrier.c.o
[ 78%] Building C object CMakeFiles/uv.dir/deps/libuv/src/unix/proctitle.c.o
[ 81%] Building C object CMakeFiles/uv.dir/deps/libuv/src/unix/darwin.c.o
[ 84%] Building C object CMakeFiles/uv.dir/deps/libuv/src/unix/fsevents.c.o
[ 87%] Building C object CMakeFiles/uv.dir/deps/libuv/src/unix/darwin-proctitle.c.o
[ 90%] Building C object CMakeFiles/uv.dir/deps/libuv/src/unix/kqueue.c.o
[ 93%] Linking C static library libuv.a
[ 93%] Built target uv
Scanning dependencies of target luv
[ 96%] Building C object CMakeFiles/luv.dir/src/luv.c.o
[100%] Linking C shared module luv.so
[100%] Built target luv
[ 93%] Built target uv
[100%] Built target luv
Install the project...
-- Install configuration: ""
-- Installing: /private/tmp/neovim-20190615-9919-c01ohk/deps-build/lib/luarocks/rocks-5.1/luv/1.9.1-1/lib/luv.so
luv 1.9.1-1 is now installed in /private/tmp/neovim-20190615-9919-c01ohk/deps-build (license: Apache 2.0)
clang called with: -O2 -fPIC CMakeCCompilerId.c
superenv added: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -O2 -fPIC CMakeCCompilerId.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: --version
superenv added: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang --version -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: --version
superenv added: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang --version -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: --version
superenv added: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang --version -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -O2 -fPIC -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -o CMakeFiles/cmTC_000d5.dir/testCCompiler.c.o -c /tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/build.luarocks/CMakeFiles/CMakeTmp/testCCompiler.c
superenv removed: -O2
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=nehalem -fPIC -o CMakeFiles/cmTC_000d5.dir/testCCompiler.c.o -c /tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/build.luarocks/CMakeFiles/CMakeTmp/testCCompiler.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
clang called with: -O2 -fPIC -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_000d5.dir/testCCompiler.c.o -o cmTC_000d5
superenv removed: -O2
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=nehalem -fPIC -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_000d5.dir/testCCompiler.c.o -o cmTC_000d5 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -O2 -fPIC -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -v -Wl,-v -o CMakeFiles/cmTC_c458c.dir/CMakeCCompilerABI.c.o -c /usr/local/homebrew/Cellar/cmake/3.14.5/share/cmake/Modules/CMakeCCompilerABI.c
superenv removed: -O2
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=nehalem -fPIC -v -Wl,-v -o CMakeFiles/cmTC_c458c.dir/CMakeCCompilerABI.c.o -c /usr/local/homebrew/Cellar/cmake/3.14.5/share/cmake/Modules/CMakeCCompilerABI.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
clang called with: -O2 -fPIC -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_c458c.dir/CMakeCCompilerABI.c.o -o cmTC_c458c
superenv removed: -O2
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=nehalem -fPIC -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_c458c.dir/CMakeCCompilerABI.c.o -o cmTC_c458c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -O2 -fPIC -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -std=c11 -o CMakeFiles/cmTC_f7d25.dir/feature_tests.c.o -c /tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/build.luarocks/CMakeFiles/feature_tests.c
superenv removed: -O2
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=nehalem -fPIC -std=c11 -o CMakeFiles/cmTC_f7d25.dir/feature_tests.c.o -c /tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/build.luarocks/CMakeFiles/feature_tests.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
clang called with: -O2 -fPIC -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_f7d25.dir/feature_tests.c.o -o cmTC_f7d25
superenv removed: -O2
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=nehalem -fPIC -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_f7d25.dir/feature_tests.c.o -o cmTC_f7d25 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -O2 -fPIC -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -std=c99 -o CMakeFiles/cmTC_acb3e.dir/feature_tests.c.o -c /tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/build.luarocks/CMakeFiles/feature_tests.c
superenv removed: -O2
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=nehalem -fPIC -std=c99 -o CMakeFiles/cmTC_acb3e.dir/feature_tests.c.o -c /tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/build.luarocks/CMakeFiles/feature_tests.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
clang called with: -O2 -fPIC -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_acb3e.dir/feature_tests.c.o -o cmTC_acb3e
superenv removed: -O2
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=nehalem -fPIC -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_acb3e.dir/feature_tests.c.o -o cmTC_acb3e -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -O2 -fPIC -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -std=c90 -o CMakeFiles/cmTC_8dbec.dir/feature_tests.c.o -c /tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/build.luarocks/CMakeFiles/feature_tests.c
superenv removed: -O2
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=nehalem -fPIC -std=c90 -o CMakeFiles/cmTC_8dbec.dir/feature_tests.c.o -c /tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/build.luarocks/CMakeFiles/feature_tests.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
clang called with: -O2 -fPIC -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_8dbec.dir/feature_tests.c.o -o cmTC_8dbec
superenv removed: -O2
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=nehalem -fPIC -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_8dbec.dir/feature_tests.c.o -o cmTC_8dbec -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -O2 -fPIC -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -o CMakeFiles/cmTC_4a430.dir/CheckIncludeFile.c.o -c /tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/build.luarocks/CMakeFiles/CMakeTmp/CheckIncludeFile.c
superenv removed: -O2
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=nehalem -fPIC -o CMakeFiles/cmTC_4a430.dir/CheckIncludeFile.c.o -c /tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/build.luarocks/CMakeFiles/CMakeTmp/CheckIncludeFile.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
clang called with: -O2 -fPIC -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_4a430.dir/CheckIncludeFile.c.o -o cmTC_4a430
superenv removed: -O2
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=nehalem -fPIC -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_4a430.dir/CheckIncludeFile.c.o -o cmTC_4a430 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -O2 -fPIC -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -o CMakeFiles/cmTC_3efda.dir/CheckIncludeFile.c.o -c /tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/build.luarocks/CMakeFiles/CMakeTmp/CheckIncludeFile.c
superenv removed: -O2
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=nehalem -fPIC -o CMakeFiles/cmTC_3efda.dir/CheckIncludeFile.c.o -c /tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/build.luarocks/CMakeFiles/CMakeTmp/CheckIncludeFile.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
clang called with: -O2 -fPIC -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_3efda.dir/CheckIncludeFile.c.o -o cmTC_3efda
superenv removed: -O2
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=nehalem -fPIC -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_3efda.dir/CheckIncludeFile.c.o -o cmTC_3efda -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -O2 -fPIC -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -o CMakeFiles/cmTC_e2f94.dir/CheckIncludeFile.c.o -c /tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/build.luarocks/CMakeFiles/CMakeTmp/CheckIncludeFile.c
superenv removed: -O2
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=nehalem -fPIC -o CMakeFiles/cmTC_e2f94.dir/CheckIncludeFile.c.o -c /tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/build.luarocks/CMakeFiles/CMakeTmp/CheckIncludeFile.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
clang called with: -O2 -fPIC -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_e2f94.dir/CheckIncludeFile.c.o -o cmTC_e2f94
superenv removed: -O2
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=nehalem -fPIC -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_e2f94.dir/CheckIncludeFile.c.o -o cmTC_e2f94 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -O2 -fPIC -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -o CMakeFiles/cmTC_c29c7.dir/SIZEOF_VOID_P.c.o -c /tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/build.luarocks/CMakeFiles/CheckTypeSize/SIZEOF_VOID_P.c
superenv removed: -O2
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=nehalem -fPIC -o CMakeFiles/cmTC_c29c7.dir/SIZEOF_VOID_P.c.o -c /tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/build.luarocks/CMakeFiles/CheckTypeSize/SIZEOF_VOID_P.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
clang called with: -O2 -fPIC -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_c29c7.dir/SIZEOF_VOID_P.c.o -o cmTC_c29c7
superenv removed: -O2
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=nehalem -fPIC -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_c29c7.dir/SIZEOF_VOID_P.c.o -o cmTC_c29c7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -DBUILDING_UV_SHARED -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/include -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src/unix -I/usr/local/homebrew/opt/lua@5.1/include/lua5.1 -O2 -fPIC -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -fPIC -D=_DARWIN_USE_64_BIT_INODE -o CMakeFiles/uv.dir/deps/libuv/src/unix/dl.c.o -c /tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src/unix/dl.c
superenv removed: -O2
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=nehalem -DBUILDING_UV_SHARED -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/include -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src/unix -I/usr/local/homebrew/opt/lua@5.1/include/lua5.1 -fPIC -fPIC -D=_DARWIN_USE_64_BIT_INODE -o CMakeFiles/uv.dir/deps/libuv/src/unix/dl.c.o -c /tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src/unix/dl.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
clang called with: -DBUILDING_UV_SHARED -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/include -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src/unix -I/usr/local/homebrew/opt/lua@5.1/include/lua5.1 -O2 -fPIC -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -fPIC -D=_DARWIN_USE_64_BIT_INODE -o CMakeFiles/uv.dir/deps/libuv/src/fs-poll.c.o -c /tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src/fs-poll.c
superenv removed: -O2
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=nehalem -DBUILDING_UV_SHARED -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/include -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src/unix -I/usr/local/homebrew/opt/lua@5.1/include/lua5.1 -fPIC -fPIC -D=_DARWIN_USE_64_BIT_INODE -o CMakeFiles/uv.dir/deps/libuv/src/fs-poll.c.o -c /tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src/fs-poll.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
clang called with: -DBUILDING_UV_SHARED -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/include -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src/unix -I/usr/local/homebrew/opt/lua@5.1/include/lua5.1 -O2 -fPIC -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -fPIC -D=_DARWIN_USE_64_BIT_INODE -o CMakeFiles/uv.dir/deps/libuv/src/inet.c.o -c /tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src/inet.c
superenv removed: -O2
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=nehalem -DBUILDING_UV_SHARED -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/include -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src/unix -I/usr/local/homebrew/opt/lua@5.1/include/lua5.1 -fPIC -fPIC -D=_DARWIN_USE_64_BIT_INODE -o CMakeFiles/uv.dir/deps/libuv/src/inet.c.o -c /tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src/inet.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
clang called with: -DBUILDING_UV_SHARED -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/include -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src/unix -I/usr/local/homebrew/opt/lua@5.1/include/lua5.1 -O2 -fPIC -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -fPIC -D=_DARWIN_USE_64_BIT_INODE -o CMakeFiles/uv.dir/deps/libuv/src/threadpool.c.o -c /tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src/threadpool.c
superenv removed: -O2
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=nehalem -DBUILDING_UV_SHARED -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/include -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src/unix -I/usr/local/homebrew/opt/lua@5.1/include/lua5.1 -fPIC -fPIC -D=_DARWIN_USE_64_BIT_INODE -o CMakeFiles/uv.dir/deps/libuv/src/threadpool.c.o -c /tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src/threadpool.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
clang called with: -DBUILDING_UV_SHARED -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/include -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src/unix -I/usr/local/homebrew/opt/lua@5.1/include/lua5.1 -O2 -fPIC -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -fPIC -D=_DARWIN_USE_64_BIT_INODE -o CMakeFiles/uv.dir/deps/libuv/src/uv-common.c.o -c /tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src/uv-common.c
superenv removed: -O2
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=nehalem -DBUILDING_UV_SHARED -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/include -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src/unix -I/usr/local/homebrew/opt/lua@5.1/include/lua5.1 -fPIC -fPIC -D=_DARWIN_USE_64_BIT_INODE -o CMakeFiles/uv.dir/deps/libuv/src/uv-common.c.o -c /tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src/uv-common.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
clang called with: -DBUILDING_UV_SHARED -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/include -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src/unix -I/usr/local/homebrew/opt/lua@5.1/include/lua5.1 -O2 -fPIC -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -fPIC -D=_DARWIN_USE_64_BIT_INODE -o CMakeFiles/uv.dir/deps/libuv/src/unix/core.c.o -c /tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src/unix/core.c
superenv removed: -O2
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=nehalem -DBUILDING_UV_SHARED -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/include -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src/unix -I/usr/local/homebrew/opt/lua@5.1/include/lua5.1 -fPIC -fPIC -D=_DARWIN_USE_64_BIT_INODE -o CMakeFiles/uv.dir/deps/libuv/src/unix/core.c.o -c /tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src/unix/core.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
clang called with: -DBUILDING_UV_SHARED -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/include -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src/unix -I/usr/local/homebrew/opt/lua@5.1/include/lua5.1 -O2 -fPIC -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -fPIC -D=_DARWIN_USE_64_BIT_INODE -o CMakeFiles/uv.dir/deps/libuv/src/version.c.o -c /tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src/version.c
superenv removed: -O2
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=nehalem -DBUILDING_UV_SHARED -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/include -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src/unix -I/usr/local/homebrew/opt/lua@5.1/include/lua5.1 -fPIC -fPIC -D=_DARWIN_USE_64_BIT_INODE -o CMakeFiles/uv.dir/deps/libuv/src/version.c.o -c /tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src/version.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
clang called with: -DBUILDING_UV_SHARED -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/include -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src/unix -I/usr/local/homebrew/opt/lua@5.1/include/lua5.1 -O2 -fPIC -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -fPIC -D=_DARWIN_USE_64_BIT_INODE -o CMakeFiles/uv.dir/deps/libuv/src/unix/async.c.o -c /tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src/unix/async.c
superenv removed: -O2
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=nehalem -DBUILDING_UV_SHARED -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/include -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src/unix -I/usr/local/homebrew/opt/lua@5.1/include/lua5.1 -fPIC -fPIC -D=_DARWIN_USE_64_BIT_INODE -o CMakeFiles/uv.dir/deps/libuv/src/unix/async.c.o -c /tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src/unix/async.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
clang called with: -DBUILDING_UV_SHARED -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/include -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src/unix -I/usr/local/homebrew/opt/lua@5.1/include/lua5.1 -O2 -fPIC -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -fPIC -D=_DARWIN_USE_64_BIT_INODE -o CMakeFiles/uv.dir/deps/libuv/src/unix/fs.c.o -c /tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src/unix/fs.c
superenv removed: -O2
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=nehalem -DBUILDING_UV_SHARED -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/include -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src/unix -I/usr/local/homebrew/opt/lua@5.1/include/lua5.1 -fPIC -fPIC -D=_DARWIN_USE_64_BIT_INODE -o CMakeFiles/uv.dir/deps/libuv/src/unix/fs.c.o -c /tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src/unix/fs.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
clang called with: -DBUILDING_UV_SHARED -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/include -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src/unix -I/usr/local/homebrew/opt/lua@5.1/include/lua5.1 -O2 -fPIC -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -fPIC -D=_DARWIN_USE_64_BIT_INODE -o CMakeFiles/uv.dir/deps/libuv/src/unix/getaddrinfo.c.o -c /tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src/unix/getaddrinfo.c
superenv removed: -O2
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=nehalem -DBUILDING_UV_SHARED -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/include -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src/unix -I/usr/local/homebrew/opt/lua@5.1/include/lua5.1 -fPIC -fPIC -D=_DARWIN_USE_64_BIT_INODE -o CMakeFiles/uv.dir/deps/libuv/src/unix/getaddrinfo.c.o -c /tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src/unix/getaddrinfo.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
clang called with: -DBUILDING_UV_SHARED -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/include -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src/unix -I/usr/local/homebrew/opt/lua@5.1/include/lua5.1 -O2 -fPIC -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -fPIC -D=_DARWIN_USE_64_BIT_INODE -o CMakeFiles/uv.dir/deps/libuv/src/unix/getnameinfo.c.o -c /tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src/unix/getnameinfo.c
superenv removed: -O2
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=nehalem -DBUILDING_UV_SHARED -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/include -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src/unix -I/usr/local/homebrew/opt/lua@5.1/include/lua5.1 -fPIC -fPIC -D=_DARWIN_USE_64_BIT_INODE -o CMakeFiles/uv.dir/deps/libuv/src/unix/getnameinfo.c.o -c /tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src/unix/getnameinfo.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
clang called with: -DBUILDING_UV_SHARED -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/include -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src/unix -I/usr/local/homebrew/opt/lua@5.1/include/lua5.1 -O2 -fPIC -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -fPIC -D=_DARWIN_USE_64_BIT_INODE -o CMakeFiles/uv.dir/deps/libuv/src/unix/loop.c.o -c /tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src/unix/loop.c
superenv removed: -O2
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=nehalem -DBUILDING_UV_SHARED -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/include -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src/unix -I/usr/local/homebrew/opt/lua@5.1/include/lua5.1 -fPIC -fPIC -D=_DARWIN_USE_64_BIT_INODE -o CMakeFiles/uv.dir/deps/libuv/src/unix/loop.c.o -c /tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src/unix/loop.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
clang called with: -DBUILDING_UV_SHARED -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/include -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src/unix -I/usr/local/homebrew/opt/lua@5.1/include/lua5.1 -O2 -fPIC -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -fPIC -D=_DARWIN_USE_64_BIT_INODE -o CMakeFiles/uv.dir/deps/libuv/src/unix/loop-watcher.c.o -c /tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src/unix/loop-watcher.c
superenv removed: -O2
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=nehalem -DBUILDING_UV_SHARED -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/include -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src/unix -I/usr/local/homebrew/opt/lua@5.1/include/lua5.1 -fPIC -fPIC -D=_DARWIN_USE_64_BIT_INODE -o CMakeFiles/uv.dir/deps/libuv/src/unix/loop-watcher.c.o -c /tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src/unix/loop-watcher.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
clang called with: -DBUILDING_UV_SHARED -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/include -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src/unix -I/usr/local/homebrew/opt/lua@5.1/include/lua5.1 -O2 -fPIC -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -fPIC -D=_DARWIN_USE_64_BIT_INODE -o CMakeFiles/uv.dir/deps/libuv/src/unix/pipe.c.o -c /tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src/unix/pipe.c
superenv removed: -O2
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=nehalem -DBUILDING_UV_SHARED -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/include -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src/unix -I/usr/local/homebrew/opt/lua@5.1/include/lua5.1 -fPIC -fPIC -D=_DARWIN_USE_64_BIT_INODE -o CMakeFiles/uv.dir/deps/libuv/src/unix/pipe.c.o -c /tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src/unix/pipe.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
clang called with: -DBUILDING_UV_SHARED -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/include -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src/unix -I/usr/local/homebrew/opt/lua@5.1/include/lua5.1 -O2 -fPIC -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -fPIC -D=_DARWIN_USE_64_BIT_INODE -o CMakeFiles/uv.dir/deps/libuv/src/unix/poll.c.o -c /tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src/unix/poll.c
superenv removed: -O2
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=nehalem -DBUILDING_UV_SHARED -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/include -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src/unix -I/usr/local/homebrew/opt/lua@5.1/include/lua5.1 -fPIC -fPIC -D=_DARWIN_USE_64_BIT_INODE -o CMakeFiles/uv.dir/deps/libuv/src/unix/poll.c.o -c /tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src/unix/poll.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
clang called with: -DBUILDING_UV_SHARED -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/include -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src/unix -I/usr/local/homebrew/opt/lua@5.1/include/lua5.1 -O2 -fPIC -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -fPIC -D=_DARWIN_USE_64_BIT_INODE -o CMakeFiles/uv.dir/deps/libuv/src/unix/process.c.o -c /tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src/unix/process.c
superenv removed: -O2
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=nehalem -DBUILDING_UV_SHARED -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/include -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src/unix -I/usr/local/homebrew/opt/lua@5.1/include/lua5.1 -fPIC -fPIC -D=_DARWIN_USE_64_BIT_INODE -o CMakeFiles/uv.dir/deps/libuv/src/unix/process.c.o -c /tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src/unix/process.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
clang called with: -DBUILDING_UV_SHARED -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/include -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src/unix -I/usr/local/homebrew/opt/lua@5.1/include/lua5.1 -O2 -fPIC -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -fPIC -D=_DARWIN_USE_64_BIT_INODE -o CMakeFiles/uv.dir/deps/libuv/src/unix/signal.c.o -c /tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src/unix/signal.c
superenv removed: -O2
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=nehalem -DBUILDING_UV_SHARED -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/include -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src/unix -I/usr/local/homebrew/opt/lua@5.1/include/lua5.1 -fPIC -fPIC -D=_DARWIN_USE_64_BIT_INODE -o CMakeFiles/uv.dir/deps/libuv/src/unix/signal.c.o -c /tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src/unix/signal.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
clang called with: -DBUILDING_UV_SHARED -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/include -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src/unix -I/usr/local/homebrew/opt/lua@5.1/include/lua5.1 -O2 -fPIC -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -fPIC -D=_DARWIN_USE_64_BIT_INODE -o CMakeFiles/uv.dir/deps/libuv/src/unix/stream.c.o -c /tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src/unix/stream.c
superenv removed: -O2
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=nehalem -DBUILDING_UV_SHARED -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/include -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src/unix -I/usr/local/homebrew/opt/lua@5.1/include/lua5.1 -fPIC -fPIC -D=_DARWIN_USE_64_BIT_INODE -o CMakeFiles/uv.dir/deps/libuv/src/unix/stream.c.o -c /tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src/unix/stream.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
clang called with: -DBUILDING_UV_SHARED -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/include -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src/unix -I/usr/local/homebrew/opt/lua@5.1/include/lua5.1 -O2 -fPIC -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -fPIC -D=_DARWIN_USE_64_BIT_INODE -o CMakeFiles/uv.dir/deps/libuv/src/unix/tcp.c.o -c /tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src/unix/tcp.c
superenv removed: -O2
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=nehalem -DBUILDING_UV_SHARED -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/include -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src/unix -I/usr/local/homebrew/opt/lua@5.1/include/lua5.1 -fPIC -fPIC -D=_DARWIN_USE_64_BIT_INODE -o CMakeFiles/uv.dir/deps/libuv/src/unix/tcp.c.o -c /tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src/unix/tcp.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
clang called with: -DBUILDING_UV_SHARED -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/include -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src/unix -I/usr/local/homebrew/opt/lua@5.1/include/lua5.1 -O2 -fPIC -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -fPIC -D=_DARWIN_USE_64_BIT_INODE -o CMakeFiles/uv.dir/deps/libuv/src/unix/thread.c.o -c /tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src/unix/thread.c
superenv removed: -O2
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=nehalem -DBUILDING_UV_SHARED -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/include -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src/unix -I/usr/local/homebrew/opt/lua@5.1/include/lua5.1 -fPIC -fPIC -D=_DARWIN_USE_64_BIT_INODE -o CMakeFiles/uv.dir/deps/libuv/src/unix/thread.c.o -c /tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src/unix/thread.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
clang called with: -DBUILDING_UV_SHARED -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/include -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src/unix -I/usr/local/homebrew/opt/lua@5.1/include/lua5.1 -O2 -fPIC -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -fPIC -D=_DARWIN_USE_64_BIT_INODE -o CMakeFiles/uv.dir/deps/libuv/src/unix/timer.c.o -c /tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src/unix/timer.c
superenv removed: -O2
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=nehalem -DBUILDING_UV_SHARED -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/include -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src/unix -I/usr/local/homebrew/opt/lua@5.1/include/lua5.1 -fPIC -fPIC -D=_DARWIN_USE_64_BIT_INODE -o CMakeFiles/uv.dir/deps/libuv/src/unix/timer.c.o -c /tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src/unix/timer.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
clang called with: -DBUILDING_UV_SHARED -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/include -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src/unix -I/usr/local/homebrew/opt/lua@5.1/include/lua5.1 -O2 -fPIC -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -fPIC -D=_DARWIN_USE_64_BIT_INODE -o CMakeFiles/uv.dir/deps/libuv/src/unix/tty.c.o -c /tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src/unix/tty.c
superenv removed: -O2
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=nehalem -DBUILDING_UV_SHARED -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/include -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src/unix -I/usr/local/homebrew/opt/lua@5.1/include/lua5.1 -fPIC -fPIC -D=_DARWIN_USE_64_BIT_INODE -o CMakeFiles/uv.dir/deps/libuv/src/unix/tty.c.o -c /tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src/unix/tty.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
clang called with: -DBUILDING_UV_SHARED -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/include -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src/unix -I/usr/local/homebrew/opt/lua@5.1/include/lua5.1 -O2 -fPIC -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -fPIC -D=_DARWIN_USE_64_BIT_INODE -o CMakeFiles/uv.dir/deps/libuv/src/unix/udp.c.o -c /tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src/unix/udp.c
superenv removed: -O2
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=nehalem -DBUILDING_UV_SHARED -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/include -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src/unix -I/usr/local/homebrew/opt/lua@5.1/include/lua5.1 -fPIC -fPIC -D=_DARWIN_USE_64_BIT_INODE -o CMakeFiles/uv.dir/deps/libuv/src/unix/udp.c.o -c /tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src/unix/udp.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
clang called with: -DBUILDING_UV_SHARED -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/include -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src/unix -I/usr/local/homebrew/opt/lua@5.1/include/lua5.1 -O2 -fPIC -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -fPIC -D=_DARWIN_USE_64_BIT_INODE -o CMakeFiles/uv.dir/deps/libuv/src/unix/pthread-barrier.c.o -c /tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src/unix/pthread-barrier.c
superenv removed: -O2
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=nehalem -DBUILDING_UV_SHARED -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/include -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src/unix -I/usr/local/homebrew/opt/lua@5.1/include/lua5.1 -fPIC -fPIC -D=_DARWIN_USE_64_BIT_INODE -o CMakeFiles/uv.dir/deps/libuv/src/unix/pthread-barrier.c.o -c /tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src/unix/pthread-barrier.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
clang called with: -DBUILDING_UV_SHARED -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/include -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src/unix -I/usr/local/homebrew/opt/lua@5.1/include/lua5.1 -O2 -fPIC -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -fPIC -D=_DARWIN_USE_64_BIT_INODE -o CMakeFiles/uv.dir/deps/libuv/src/unix/proctitle.c.o -c /tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src/unix/proctitle.c
superenv removed: -O2
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=nehalem -DBUILDING_UV_SHARED -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/include -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src/unix -I/usr/local/homebrew/opt/lua@5.1/include/lua5.1 -fPIC -fPIC -D=_DARWIN_USE_64_BIT_INODE -o CMakeFiles/uv.dir/deps/libuv/src/unix/proctitle.c.o -c /tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src/unix/proctitle.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
clang called with: -DBUILDING_UV_SHARED -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/include -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src/unix -I/usr/local/homebrew/opt/lua@5.1/include/lua5.1 -O2 -fPIC -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -fPIC -D=_DARWIN_USE_64_BIT_INODE -o CMakeFiles/uv.dir/deps/libuv/src/unix/darwin.c.o -c /tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src/unix/darwin.c
superenv removed: -O2
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=nehalem -DBUILDING_UV_SHARED -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/include -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src/unix -I/usr/local/homebrew/opt/lua@5.1/include/lua5.1 -fPIC -fPIC -D=_DARWIN_USE_64_BIT_INODE -o CMakeFiles/uv.dir/deps/libuv/src/unix/darwin.c.o -c /tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src/unix/darwin.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
clang called with: -DBUILDING_UV_SHARED -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/include -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src/unix -I/usr/local/homebrew/opt/lua@5.1/include/lua5.1 -O2 -fPIC -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -fPIC -D=_DARWIN_USE_64_BIT_INODE -o CMakeFiles/uv.dir/deps/libuv/src/unix/fsevents.c.o -c /tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src/unix/fsevents.c
superenv removed: -O2
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=nehalem -DBUILDING_UV_SHARED -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/include -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src/unix -I/usr/local/homebrew/opt/lua@5.1/include/lua5.1 -fPIC -fPIC -D=_DARWIN_USE_64_BIT_INODE -o CMakeFiles/uv.dir/deps/libuv/src/unix/fsevents.c.o -c /tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src/unix/fsevents.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
clang called with: -DBUILDING_UV_SHARED -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/include -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src/unix -I/usr/local/homebrew/opt/lua@5.1/include/lua5.1 -O2 -fPIC -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -fPIC -D=_DARWIN_USE_64_BIT_INODE -o CMakeFiles/uv.dir/deps/libuv/src/unix/darwin-proctitle.c.o -c /tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src/unix/darwin-proctitle.c
superenv removed: -O2
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=nehalem -DBUILDING_UV_SHARED -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/include -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src/unix -I/usr/local/homebrew/opt/lua@5.1/include/lua5.1 -fPIC -fPIC -D=_DARWIN_USE_64_BIT_INODE -o CMakeFiles/uv.dir/deps/libuv/src/unix/darwin-proctitle.c.o -c /tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src/unix/darwin-proctitle.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
clang called with: -DBUILDING_UV_SHARED -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/include -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src/unix -I/usr/local/homebrew/opt/lua@5.1/include/lua5.1 -O2 -fPIC -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -fPIC -D=_DARWIN_USE_64_BIT_INODE -o CMakeFiles/uv.dir/deps/libuv/src/unix/kqueue.c.o -c /tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src/unix/kqueue.c
superenv removed: -O2
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=nehalem -DBUILDING_UV_SHARED -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/include -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src/unix -I/usr/local/homebrew/opt/lua@5.1/include/lua5.1 -fPIC -fPIC -D=_DARWIN_USE_64_BIT_INODE -o CMakeFiles/uv.dir/deps/libuv/src/unix/kqueue.c.o -c /tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src/unix/kqueue.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
clang called with: -DBUILDING_UV_SHARED -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Dluv_EXPORTS -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/include -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src/unix -I/usr/local/homebrew/opt/lua@5.1/include/lua5.1 -O2 -fPIC -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -fPIC -D=_DARWIN_USE_64_BIT_INODE -o CMakeFiles/luv.dir/src/luv.c.o -c /tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/src/luv.c
superenv removed: -O2
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=nehalem -DBUILDING_UV_SHARED -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Dluv_EXPORTS -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/include -I/tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/deps/libuv/src/unix -I/usr/local/homebrew/opt/lua@5.1/include/lua5.1 -fPIC -fPIC -D=_DARWIN_USE_64_BIT_INODE -o CMakeFiles/luv.dir/src/luv.c.o -c /tmp/neovim-20190615-9919-c01ohk/deps-build/build/src/luv/luv-1.9.1-1/luv-1.9.1-1/src/luv.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
clang called with: -O2 -fPIC -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -bundle -Wl,-headerpad_max_install_names -flat_namespace -undefined suppress -bundle -undefined dynamic_lookup -all_load -o luv.so CMakeFiles/luv.dir/src/luv.c.o libuv.a -framework Foundation -framework CoreServices -framework ApplicationServices
superenv removed: -O2
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=nehalem -fPIC -bundle -Wl,-headerpad_max_install_names -flat_namespace -undefined suppress -bundle -undefined dynamic_lookup -all_load -o luv.so CMakeFiles/luv.dir/src/luv.c.o libuv.a -framework Foundation -framework CoreServices -framework ApplicationServices -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
2019-06-15 11:34:13 +0200
luarocks
make
--lua-dir=/usr/local/homebrew/opt/lua@5.1
--tree=/private/tmp/neovim-20190615-9919-c01ohk/deps-build
coxpcall scm-1 is now installed in /private/tmp/neovim-20190615-9919-c01ohk/deps-build (license: MIT/X11)
2019-06-15 11:34:15 +0200
luarocks
make
--lua-dir=/usr/local/homebrew/opt/lua@5.1
--tree=/private/tmp/neovim-20190615-9919-c01ohk/deps-build
env MACOSX_DEPLOYMENT_TARGET=10.8 gcc -O2 -fPIC -I/usr/local/homebrew/opt/lua@5.1/include/lua5.1 -c nvim/native.c -o nvim/native.o
env MACOSX_DEPLOYMENT_TARGET=10.8 gcc -bundle -undefined dynamic_lookup -all_load -o nvim/native.so nvim/native.o
nvim-client 0.1.0-1 is now installed in /private/tmp/neovim-20190615-9919-c01ohk/deps-build (license: Apache)
gcc called with: -O2 -fPIC -I/usr/local/homebrew/opt/lua@5.1/include/lua5.1 -c nvim/native.c -o nvim/native.o
superenv added: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
superenv executed: clang -O2 -fPIC -I/usr/local/homebrew/opt/lua@5.1/include/lua5.1 -c nvim/native.c -o nvim/native.o -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
gcc called with: -bundle -undefined dynamic_lookup -all_load -o nvim/native.so nvim/native.o
superenv added: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -bundle -undefined dynamic_lookup -all_load -o nvim/native.so nvim/native.o -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
2019-06-15 11:34:16 +0200
cmake
../third-party
-DUSE_BUNDLED=OFF
-DCMAKE_C_FLAGS_RELEASE=-DNDEBUG
-DCMAKE_CXX_FLAGS_RELEASE=-DNDEBUG
-DCMAKE_INSTALL_PREFIX=/usr/local/homebrew/Cellar/neovim/HEAD-93f8c27
-DCMAKE_BUILD_TYPE=Release
-DCMAKE_FIND_FRAMEWORK=LAST
-DCMAKE_VERBOSE_MAKEFILE=ON
-Wno-dev
-- The C compiler identification is AppleClang 10.0.1.10010046
-- The CXX compiler identification is AppleClang 10.0.1.10010046
-- Check for working C compiler: /usr/local/homebrew/Library/Homebrew/shims/mac/super/clang
-- Check for working C compiler: /usr/local/homebrew/Library/Homebrew/shims/mac/super/clang -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/local/homebrew/Library/Homebrew/shims/mac/super/clang++
-- Check for working CXX compiler: /usr/local/homebrew/Library/Homebrew/shims/mac/super/clang++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Performing Test HAS_OG_FLAG
-- Performing Test HAS_OG_FLAG - Success
-- Found GNU Make at /usr/local/homebrew/Library/Homebrew/shims/mac/super/gmake
-- Configuring done
-- Generating done
-- Build files have been written to: /tmp/neovim-20190615-9919-c01ohk/deps-build
clang called with: CMakeCCompilerId.c
superenv added: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang CMakeCCompilerId.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: CMakeCXXCompilerId.cpp
superenv added: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ CMakeCXXCompilerId.cpp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -o CMakeFiles/cmTC_f517b.dir/testCCompiler.c.o -c /tmp/neovim-20190615-9919-c01ohk/deps-build/CMakeFiles/CMakeTmp/testCCompiler.c
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=nehalem -o CMakeFiles/cmTC_f517b.dir/testCCompiler.c.o -c /tmp/neovim-20190615-9919-c01ohk/deps-build/CMakeFiles/CMakeTmp/testCCompiler.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_f517b.dir/testCCompiler.c.o -o cmTC_f517b
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=nehalem -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_f517b.dir/testCCompiler.c.o -o cmTC_f517b -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -v -Wl,-v -o CMakeFiles/cmTC_e7bbd.dir/CMakeCCompilerABI.c.o -c /usr/local/homebrew/Cellar/cmake/3.14.5/share/cmake/Modules/CMakeCCompilerABI.c
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=nehalem -v -Wl,-v -o CMakeFiles/cmTC_e7bbd.dir/CMakeCCompilerABI.c.o -c /usr/local/homebrew/Cellar/cmake/3.14.5/share/cmake/Modules/CMakeCCompilerABI.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_e7bbd.dir/CMakeCCompilerABI.c.o -o cmTC_e7bbd
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=nehalem -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_e7bbd.dir/CMakeCCompilerABI.c.o -o cmTC_e7bbd -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -std=c11 -o CMakeFiles/cmTC_f2879.dir/feature_tests.c.o -c /tmp/neovim-20190615-9919-c01ohk/deps-build/CMakeFiles/feature_tests.c
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=nehalem -std=c11 -o CMakeFiles/cmTC_f2879.dir/feature_tests.c.o -c /tmp/neovim-20190615-9919-c01ohk/deps-build/CMakeFiles/feature_tests.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_f2879.dir/feature_tests.c.o -o cmTC_f2879
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=nehalem -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_f2879.dir/feature_tests.c.o -o cmTC_f2879 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -std=c99 -o CMakeFiles/cmTC_6f4c4.dir/feature_tests.c.o -c /tmp/neovim-20190615-9919-c01ohk/deps-build/CMakeFiles/feature_tests.c
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=nehalem -std=c99 -o CMakeFiles/cmTC_6f4c4.dir/feature_tests.c.o -c /tmp/neovim-20190615-9919-c01ohk/deps-build/CMakeFiles/feature_tests.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_6f4c4.dir/feature_tests.c.o -o cmTC_6f4c4
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=nehalem -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_6f4c4.dir/feature_tests.c.o -o cmTC_6f4c4 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -std=c90 -o CMakeFiles/cmTC_1d1cf.dir/feature_tests.c.o -c /tmp/neovim-20190615-9919-c01ohk/deps-build/CMakeFiles/feature_tests.c
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=nehalem -std=c90 -o CMakeFiles/cmTC_1d1cf.dir/feature_tests.c.o -c /tmp/neovim-20190615-9919-c01ohk/deps-build/CMakeFiles/feature_tests.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_1d1cf.dir/feature_tests.c.o -o cmTC_1d1cf
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=nehalem -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_1d1cf.dir/feature_tests.c.o -o cmTC_1d1cf -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -o CMakeFiles/cmTC_42b0f.dir/testCXXCompiler.cxx.o -c /tmp/neovim-20190615-9919-c01ohk/deps-build/CMakeFiles/CMakeTmp/testCXXCompiler.cxx
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
superenv executed: clang++ -pipe -w -Os -march=nehalem -o CMakeFiles/cmTC_42b0f.dir/testCXXCompiler.cxx.o -c /tmp/neovim-20190615-9919-c01ohk/deps-build/CMakeFiles/CMakeTmp/testCXXCompiler.cxx -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
clang++ called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_42b0f.dir/testCXXCompiler.cxx.o -o cmTC_42b0f
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -march=nehalem -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_42b0f.dir/testCXXCompiler.cxx.o -o cmTC_42b0f -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -v -Wl,-v -o CMakeFiles/cmTC_5f9de.dir/CMakeCXXCompilerABI.cpp.o -c /usr/local/homebrew/Cellar/cmake/3.14.5/share/cmake/Modules/CMakeCXXCompilerABI.cpp
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
superenv executed: clang++ -pipe -w -Os -march=nehalem -v -Wl,-v -o CMakeFiles/cmTC_5f9de.dir/CMakeCXXCompilerABI.cpp.o -c /usr/local/homebrew/Cellar/cmake/3.14.5/share/cmake/Modules/CMakeCXXCompilerABI.cpp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
clang++ called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_5f9de.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_5f9de
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -march=nehalem -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_5f9de.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_5f9de -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -std=c++1z -o CMakeFiles/cmTC_1b5e5.dir/feature_tests.cxx.o -c /tmp/neovim-20190615-9919-c01ohk/deps-build/CMakeFiles/feature_tests.cxx
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
superenv executed: clang++ -pipe -w -Os -march=nehalem -std=c++1z -o CMakeFiles/cmTC_1b5e5.dir/feature_tests.cxx.o -c /tmp/neovim-20190615-9919-c01ohk/deps-build/CMakeFiles/feature_tests.cxx -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
clang++ called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_1b5e5.dir/feature_tests.cxx.o -o cmTC_1b5e5
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -march=nehalem -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_1b5e5.dir/feature_tests.cxx.o -o cmTC_1b5e5 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -std=c++14 -o CMakeFiles/cmTC_88e62.dir/feature_tests.cxx.o -c /tmp/neovim-20190615-9919-c01ohk/deps-build/CMakeFiles/feature_tests.cxx
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
superenv executed: clang++ -pipe -w -Os -march=nehalem -std=c++14 -o CMakeFiles/cmTC_88e62.dir/feature_tests.cxx.o -c /tmp/neovim-20190615-9919-c01ohk/deps-build/CMakeFiles/feature_tests.cxx -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
clang++ called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_88e62.dir/feature_tests.cxx.o -o cmTC_88e62
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -march=nehalem -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_88e62.dir/feature_tests.cxx.o -o cmTC_88e62 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -std=c++11 -o CMakeFiles/cmTC_b28b3.dir/feature_tests.cxx.o -c /tmp/neovim-20190615-9919-c01ohk/deps-build/CMakeFiles/feature_tests.cxx
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
superenv executed: clang++ -pipe -w -Os -march=nehalem -std=c++11 -o CMakeFiles/cmTC_b28b3.dir/feature_tests.cxx.o -c /tmp/neovim-20190615-9919-c01ohk/deps-build/CMakeFiles/feature_tests.cxx -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
clang++ called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_b28b3.dir/feature_tests.cxx.o -o cmTC_b28b3
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -march=nehalem -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_b28b3.dir/feature_tests.cxx.o -o cmTC_b28b3 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -std=c++98 -o CMakeFiles/cmTC_fea07.dir/feature_tests.cxx.o -c /tmp/neovim-20190615-9919-c01ohk/deps-build/CMakeFiles/feature_tests.cxx
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
superenv executed: clang++ -pipe -w -Os -march=nehalem -std=c++98 -o CMakeFiles/cmTC_fea07.dir/feature_tests.cxx.o -c /tmp/neovim-20190615-9919-c01ohk/deps-build/CMakeFiles/feature_tests.cxx -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
clang++ called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_fea07.dir/feature_tests.cxx.o -o cmTC_fea07
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -march=nehalem -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_fea07.dir/feature_tests.cxx.o -o cmTC_fea07 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -DHAS_OG_FLAG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Og -o CMakeFiles/cmTC_00cd5.dir/src.c.o -c /tmp/neovim-20190615-9919-c01ohk/deps-build/CMakeFiles/CMakeTmp/src.c
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=nehalem -DHAS_OG_FLAG -Og -o CMakeFiles/cmTC_00cd5.dir/src.c.o -c /tmp/neovim-20190615-9919-c01ohk/deps-build/CMakeFiles/CMakeTmp/src.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
clang called with: -DHAS_OG_FLAG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_00cd5.dir/src.c.o -o cmTC_00cd5
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=nehalem -DHAS_OG_FLAG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_00cd5.dir/src.c.o -o cmTC_00cd5 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
2019-06-15 11:34:19 +0200
make
/usr/local/homebrew/Cellar/cmake/3.14.5/bin/cmake -S/tmp/neovim-20190615-9919-c01ohk/third-party -B/tmp/neovim-20190615-9919-c01ohk/deps-build --check-build-system CMakeFiles/Makefile.cmake 0
/usr/local/homebrew/Cellar/cmake/3.14.5/bin/cmake -E cmake_progress_start /tmp/neovim-20190615-9919-c01ohk/deps-build/CMakeFiles /tmp/neovim-20190615-9919-c01ohk/deps-build/CMakeFiles/progress.marks
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/Makefile2 all
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/clean-shared-libraries.dir/build.make CMakeFiles/clean-shared-libraries.dir/depend
cd /tmp/neovim-20190615-9919-c01ohk/deps-build && /usr/local/homebrew/Cellar/cmake/3.14.5/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/neovim-20190615-9919-c01ohk/third-party /tmp/neovim-20190615-9919-c01ohk/third-party /tmp/neovim-20190615-9919-c01ohk/deps-build /tmp/neovim-20190615-9919-c01ohk/deps-build /tmp/neovim-20190615-9919-c01ohk/deps-build/CMakeFiles/clean-shared-libraries.dir/DependInfo.cmake --color=
Scanning dependencies of target clean-shared-libraries
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/clean-shared-libraries.dir/build.make CMakeFiles/clean-shared-libraries.dir/build
/usr/local/homebrew/Cellar/cmake/3.14.5/bin/cmake -DREMOVE_FILE_GLOB=/tmp/neovim-20190615-9919-c01ohk/deps-build/usr/lib/lib*.dylib* -P /tmp/neovim-20190615-9919-c01ohk/third-party/cmake/RemoveFiles.cmake
Built target clean-shared-libraries
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/third-party.dir/build.make CMakeFiles/third-party.dir/depend
cd /tmp/neovim-20190615-9919-c01ohk/deps-build && /usr/local/homebrew/Cellar/cmake/3.14.5/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/neovim-20190615-9919-c01ohk/third-party /tmp/neovim-20190615-9919-c01ohk/third-party /tmp/neovim-20190615-9919-c01ohk/deps-build /tmp/neovim-20190615-9919-c01ohk/deps-build /tmp/neovim-20190615-9919-c01ohk/deps-build/CMakeFiles/third-party.dir/DependInfo.cmake --color=
Scanning dependencies of target third-party
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/third-party.dir/build.make CMakeFiles/third-party.dir/build
/usr/local/homebrew/Cellar/cmake/3.14.5/bin/cmake -E touch .third-party
Built target third-party
/usr/local/homebrew/Cellar/cmake/3.14.5/bin/cmake -E cmake_progress_start /tmp/neovim-20190615-9919-c01ohk/deps-build/CMakeFiles 0
2019-06-15 11:34:19 +0200
cmake
..
-DCMAKE_C_FLAGS_RELEASE=-DNDEBUG
-DCMAKE_CXX_FLAGS_RELEASE=-DNDEBUG
-DCMAKE_INSTALL_PREFIX=/usr/local/homebrew/Cellar/neovim/HEAD-93f8c27
-DCMAKE_BUILD_TYPE=Release
-DCMAKE_FIND_FRAMEWORK=LAST
-DCMAKE_VERBOSE_MAKEFILE=ON
-Wno-dev
-- The C compiler identification is AppleClang 10.0.1.10010046
-- Check for working C compiler: /usr/local/homebrew/Library/Homebrew/shims/mac/super/clang
-- Check for working C compiler: /usr/local/homebrew/Library/Homebrew/shims/mac/super/clang -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- CMAKE_INSTALL_PREFIX=/usr/local/homebrew/Cellar/neovim/HEAD-93f8c27
-- CMAKE_BUILD_TYPE=Release
-- MIN_LOG_LEVEL not specified, default is 1 (INFO)
-- Performing Test HAS_ACCEPTABLE_FORTIFY
-- Performing Test HAS_ACCEPTABLE_FORTIFY - Failed
-- Unsupported _FORTIFY_SOURCE found, forcing _FORTIFY_SOURCE=1
-- Performing Test HAVE_EXECINFO_BACKTRACE
-- Performing Test HAVE_EXECINFO_BACKTRACE - Success
-- Performing Test HAVE_BUILTIN_ADD_OVERFLOW
-- Performing Test HAVE_BUILTIN_ADD_OVERFLOW - Success
-- Performing Test HAS_WIMPLICIT_FALLTHROUGH_FLAG
-- Performing Test HAS_WIMPLICIT_FALLTHROUGH_FLAG - Success
-- Performing Test HAS_WVLA_FLAG
-- Performing Test HAS_WVLA_FLAG - Success
-- Performing Test HAS_FSTACK_PROTECTOR_STRONG_FLAG
-- Performing Test HAS_FSTACK_PROTECTOR_STRONG_FLAG - Success
-- Performing Test HAS_FSTACK_PROTECTOR_FLAG
-- Performing Test HAS_FSTACK_PROTECTOR_FLAG - Success
-- Performing Test HAS_DIAG_COLOR_FLAG
-- Performing Test HAS_DIAG_COLOR_FLAG - Success
-- Found PkgConfig: /usr/local/homebrew/bin/pkg-config (found version "0.29.2")
-- Looking for dlopen in dl
-- Looking for dlopen in dl - found
-- Looking for kstat_lookup in kstat
-- Looking for kstat_lookup in kstat - not found
-- Looking for kvm_open in kvm
-- Looking for kvm_open in kvm - not found
-- Looking for gethostbyname in nsl
-- Looking for gethostbyname in nsl - not found
-- Looking for perfstat_cpu in perfstat
-- Looking for perfstat_cpu in perfstat - not found
-- Looking for clock_gettime in rt
-- Looking for clock_gettime in rt - not found
-- Looking for sendfile in sendfile
-- Looking for sendfile in sendfile - not found
-- Found LibUV: /usr/local/homebrew/lib/libuv.dylib
-- Found Msgpack: /usr/local/homebrew/lib/libmsgpackc.dylib (found suitable version "3.2.0", minimum required is "1.0.0")
-- Could NOT find libluv (missing: LIBLUV_LIBRARY LIBLUV_INCLUDE_DIR)
-- Found LuaJit: /usr/local/homebrew/lib/libluajit-5.1.dylib
-- Performing Test MSGPACK_HAS_FLOAT32
-- Performing Test MSGPACK_HAS_FLOAT32 - Success
-- Found unibilium: /usr/local/homebrew/lib/libunibilium.dylib
-- Performing Test UNIBI_HAS_VAR_FROM
-- Performing Test UNIBI_HAS_VAR_FROM - Success
-- Found LibTermkey: /usr/local/homebrew/lib/libtermkey.dylib (Required is at least version "0.18")
-- Found LibVterm: /usr/local/homebrew/lib/libvterm.dylib
-- Performing Test HAVE_WORKING_LIBINTL
-- Performing Test HAVE_WORKING_LIBINTL - Success
-- Looking for _nl_msg_cat_cntr
-- Looking for _nl_msg_cat_cntr - found
-- Found LibIntl
-- Found Iconv
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - found
-- Found Threads: TRUE
-- Checking Lua interpreter: /usr/local/homebrew/bin/luajit
-- Using Lua interpreter: /usr/local/homebrew/bin/luajit
-- Performing Test HAS_WNO_STATIC_IN_INLINE_FLAG
-- Performing Test HAS_WNO_STATIC_IN_INLINE_FLAG - Success
-- Found Gettext: /usr/local/homebrew/opt/gettext/bin/msgmerge (found version "0.19.8.1")
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for stddef.h
-- Looking for stddef.h - found
-- Check size of int
-- Check size of int - done
-- Check size of long
-- Check size of long - done
-- Check size of intmax_t
-- Check size of intmax_t - done
-- Check size of size_t
-- Check size of size_t - done
-- Check size of long long
-- Check size of long long - done
-- Check size of void *
-- Check size of void * - done
-- Looking for _NSGetEnviron
-- Looking for _NSGetEnviron - found
-- Looking for include file iconv.h
-- Looking for include file iconv.h - found
-- Looking for include file langinfo.h
-- Looking for include file langinfo.h - found
-- Looking for include file locale.h
-- Looking for include file locale.h - found
-- Looking for include file pwd.h
-- Looking for include file pwd.h - found
-- Looking for include file strings.h
-- Looking for include file strings.h - found
-- Looking for include file sys/wait.h
-- Looking for include file sys/wait.h - found
-- Looking for include file sys/utsname.h
-- Looking for include file sys/utsname.h - found
-- Looking for include file termios.h
-- Looking for include file termios.h - found
-- Looking for include file utime.h
-- Looking for include file utime.h - found
-- Looking for include file sys/uio.h
-- Looking for include file sys/uio.h - found
-- Looking for fseeko
-- Looking for fseeko - found
-- Looking for getpwent
-- Looking for getpwent - found
-- Looking for getpwnam
-- Looking for getpwnam - found
-- Looking for getpwuid
-- Looking for getpwuid - found
-- Looking for readv
-- Looking for readv - found
-- Looking for opendir
-- Looking for opendir - found
-- Looking for readlink
-- Looking for readlink - found
-- Looking for setpgid
-- Looking for setpgid - found
-- Looking for setsid
-- Looking for setsid - found
-- Looking for sigaction
-- Looking for sigaction - found
-- Looking for strcasecmp
-- Looking for strcasecmp - found
-- Looking for strncasecmp
-- Looking for strncasecmp - found
-- Looking for utime
-- Looking for utime - found
-- Looking for utimes
-- Looking for utimes - found
-- Looking for FD_CLOEXEC
-- Looking for FD_CLOEXEC - found
-- Looking for CODESET
-- Looking for CODESET - found
-- Looking for include file endian.h
-- Looking for include file endian.h - not found
-- Looking for include file sys/endian.h
-- Looking for include file sys/endian.h - not found
-- Performing Test HAVE_BE64TOH_MACROS
-- Performing Test HAVE_BE64TOH_MACROS - Failed
-- Looking for be64toh
-- Looking for be64toh - not found
-- Performing Test ORDER_BIG_ENDIAN
-- Performing Test ORDER_BIG_ENDIAN - Failed
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
LIBLUV_INCLUDE_DIR (ADVANCED)
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim/po
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim/po
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim/po
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim/po
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim/po
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim/po
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim/po
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim/po
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim/po
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim/po
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim/po
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim/po
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim/po
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim/po
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim/po
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim/po
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim/po
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim/po
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim/po
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim/po
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim/po
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim/po
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim/po
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim/po
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim/po
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim/po
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim/po
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim/po
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim/po
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim/po
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim/po
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim/po
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim/po
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim/po
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim/po
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim/po
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim/po
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim/po
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim/po
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim/po
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim/po
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim/po
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim/po
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim/po
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim/po
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim/po
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim/po
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim/po
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim/po
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim/po
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim/po
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim/po
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim/po
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim/po
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim/po
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim/po
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim/po
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim/po
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim/po
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim/po
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim/po
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim/po
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim/po
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim/po
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim/po
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim/po
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim/po
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim/po
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim/po
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/test/includes
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/test/includes
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/test/includes
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/test/includes
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/test/includes
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/test/includes
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/test/includes
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/test/includes
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/test/includes
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/config
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/config
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/config
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/config
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/config
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/config
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/config
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/config
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/test/functional/fixtures
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/test/functional/fixtures
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/test/functional/fixtures
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/test/functional/fixtures
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/test/functional/fixtures
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/test/functional/fixtures
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/test/functional/fixtures
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/test/functional/fixtures
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/test/functional/fixtures
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/test/functional/fixtures
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/test/functional/fixtures
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/test/functional/fixtures
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/runtime
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/runtime
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/runtime
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/runtime
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/runtime
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/runtime
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/runtime
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/runtime
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/runtime
used as include directory in directory /tmp/neovim-20190615-9919-c01ohk/runtime
LIBLUV_LIBRARY (ADVANCED)
linked by target "libnvim" in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
linked by target "nvim-test" in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
linked by target "nvim" in directory /tmp/neovim-20190615-9919-c01ohk/src/nvim
-- Configuring incomplete, errors occurred!
See also "/tmp/neovim-20190615-9919-c01ohk/build/CMakeFiles/CMakeOutput.log".
See also "/tmp/neovim-20190615-9919-c01ohk/build/CMakeFiles/CMakeError.log".
HOMEBREW_VERSION: 2.1.5-17-g5abce1b
ORIGIN: https://github.com/Homebrew/brew.git
HEAD: 5abce1b511161a74a3e8c28a82157172980584b4
Last commit: 21 hours ago
Core tap ORIGIN: https://github.com/Homebrew/homebrew-core
Core tap HEAD: 74e8d4585346b39f06de84c5308b11c2cb3175a2
Core tap last commit: 4 hours ago
HOMEBREW_PREFIX: /usr/local/homebrew
HOMEBREW_CELLAR: /usr/local/homebrew/Cellar
HOMEBREW_CACHE: /Users/bwuser4/Library/Caches/Homebrew
HOMEBREW_LOGS: /Users/bwuser4/Library/Logs/Homebrew
HOMEBREW_REPOSITORY: /usr/local/homebrew
CPU: octa-core 64-bit haswell
Homebrew Ruby: 2.3.7 => /System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/bin/ruby
Clang: 10.0 build 1001
Git: 2.22.0 => /usr/local/homebrew/bin/git
Curl: 7.65.1 => /usr/local/homebrew/opt/curl/bin/curl
Java: 1.8.0_92
macOS: 10.14.5-x86_64
CLT: 10.2.1.0.1.1554506761
Xcode: 10.2.1
CLT headers: 10.2.1.0.1.1554506761
HOMEBREW_CC: clang
HOMEBREW_CXX: clang++
MAKEFLAGS: -j8
CMAKE_PREFIX_PATH: /usr/local/homebrew/opt/gettext:/usr/local/homebrew
CMAKE_INCLUDE_PATH: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2:/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
CMAKE_LIBRARY_PATH: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
PKG_CONFIG_PATH: /usr/local/homebrew/opt/lua@5.1/lib/pkgconfig:/usr/local/homebrew/opt/jemalloc/lib/pkgconfig:/usr/local/homebrew/opt/unibilium/lib/pkgconfig:/usr/local/homebrew/opt/libtermkey/lib/pkgconfig:/usr/local/homebrew/opt/libuv/lib/pkgconfig:/usr/local/homebrew/opt/libvterm/lib/pkgconfig:/usr/local/homebrew/opt/luajit/lib/pkgconfig:/usr/local/homebrew/opt/msgpack/lib/pkgconfig
PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/usr/local/homebrew/Library/Homebrew/os/mac/pkgconfig/10.14
HOMEBREW_GIT: git
HOMEBREW_SDKROOT: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk
ACLOCAL_PATH: /usr/local/homebrew/opt/gettext/share/aclocal:/usr/local/homebrew/share/aclocal
PATH: /usr/local/homebrew/Library/Homebrew/shims/mac/super:/usr/local/homebrew/opt/cmake/bin:/usr/local/homebrew/opt/lua@5.1/bin:/usr/local/homebrew/opt/luarocks/bin:/usr/local/homebrew/opt/pkg-config/bin:/usr/local/homebrew/opt/gettext/bin:/usr/local/homebrew/opt/jemalloc/bin:/usr/local/homebrew/opt/libvterm/bin:/usr/local/homebrew/opt/luajit/bin:/usr/bin:/bin:/usr/sbin:/sbin
clang called with: CMakeCCompilerId.c
superenv added: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang CMakeCCompilerId.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -o CMakeFiles/cmTC_521ba.dir/testCCompiler.c.o -c /tmp/neovim-20190615-9919-c01ohk/build/CMakeFiles/CMakeTmp/testCCompiler.c
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=nehalem -o CMakeFiles/cmTC_521ba.dir/testCCompiler.c.o -c /tmp/neovim-20190615-9919-c01ohk/build/CMakeFiles/CMakeTmp/testCCompiler.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_521ba.dir/testCCompiler.c.o -o cmTC_521ba
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=nehalem -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_521ba.dir/testCCompiler.c.o -o cmTC_521ba -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -v -Wl,-v -o CMakeFiles/cmTC_19afc.dir/CMakeCCompilerABI.c.o -c /usr/local/homebrew/Cellar/cmake/3.14.5/share/cmake/Modules/CMakeCCompilerABI.c
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=nehalem -v -Wl,-v -o CMakeFiles/cmTC_19afc.dir/CMakeCCompilerABI.c.o -c /usr/local/homebrew/Cellar/cmake/3.14.5/share/cmake/Modules/CMakeCCompilerABI.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_19afc.dir/CMakeCCompilerABI.c.o -o cmTC_19afc
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=nehalem -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_19afc.dir/CMakeCCompilerABI.c.o -o cmTC_19afc -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -std=c11 -o CMakeFiles/cmTC_e4bfe.dir/feature_tests.c.o -c /tmp/neovim-20190615-9919-c01ohk/build/CMakeFiles/feature_tests.c
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=nehalem -std=c11 -o CMakeFiles/cmTC_e4bfe.dir/feature_tests.c.o -c /tmp/neovim-20190615-9919-c01ohk/build/CMakeFiles/feature_tests.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_e4bfe.dir/feature_tests.c.o -o cmTC_e4bfe
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=nehalem -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_e4bfe.dir/feature_tests.c.o -o cmTC_e4bfe -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -std=c99 -o CMakeFiles/cmTC_f1ce4.dir/feature_tests.c.o -c /tmp/neovim-20190615-9919-c01ohk/build/CMakeFiles/feature_tests.c
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=nehalem -std=c99 -o CMakeFiles/cmTC_f1ce4.dir/feature_tests.c.o -c /tmp/neovim-20190615-9919-c01ohk/build/CMakeFiles/feature_tests.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_f1ce4.dir/feature_tests.c.o -o cmTC_f1ce4
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=nehalem -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_f1ce4.dir/feature_tests.c.o -o cmTC_f1ce4 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -std=c90 -o CMakeFiles/cmTC_cddfc.dir/feature_tests.c.o -c /tmp/neovim-20190615-9919-c01ohk/build/CMakeFiles/feature_tests.c
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=nehalem -std=c90 -o CMakeFiles/cmTC_cddfc.dir/feature_tests.c.o -c /tmp/neovim-20190615-9919-c01ohk/build/CMakeFiles/feature_tests.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_cddfc.dir/feature_tests.c.o -o cmTC_cddfc
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=nehalem -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_cddfc.dir/feature_tests.c.o -o cmTC_cddfc -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -DHAS_ACCEPTABLE_FORTIFY -DNDEBUG -DMIN_LOG_LEVEL=3 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -o CMakeFiles/cmTC_ca1ab.dir/src.c.o -c /tmp/neovim-20190615-9919-c01ohk/build/CMakeFiles/CMakeTmp/src.c
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=nehalem -DHAS_ACCEPTABLE_FORTIFY -DNDEBUG -DMIN_LOG_LEVEL=3 -o CMakeFiles/cmTC_ca1ab.dir/src.c.o -c /tmp/neovim-20190615-9919-c01ohk/build/CMakeFiles/CMakeTmp/src.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
clang called with: -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DHAVE_EXECINFO_BACKTRACE -DNDEBUG -DMIN_LOG_LEVEL=3 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -o CMakeFiles/cmTC_507bc.dir/src.c.o -c /tmp/neovim-20190615-9919-c01ohk/build/CMakeFiles/CMakeTmp/src.c
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=nehalem -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DHAVE_EXECINFO_BACKTRACE -DNDEBUG -DMIN_LOG_LEVEL=3 -o CMakeFiles/cmTC_507bc.dir/src.c.o -c /tmp/neovim-20190615-9919-c01ohk/build/CMakeFiles/CMakeTmp/src.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
clang called with: -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DHAVE_EXECINFO_BACKTRACE -DNDEBUG -DMIN_LOG_LEVEL=3 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_507bc.dir/src.c.o -o cmTC_507bc
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=nehalem -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DHAVE_EXECINFO_BACKTRACE -DNDEBUG -DMIN_LOG_LEVEL=3 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_507bc.dir/src.c.o -o cmTC_507bc -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DHAVE_BUILTIN_ADD_OVERFLOW -DNDEBUG -DMIN_LOG_LEVEL=3 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -o CMakeFiles/cmTC_c8c77.dir/src.c.o -c /tmp/neovim-20190615-9919-c01ohk/build/CMakeFiles/CMakeTmp/src.c
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=nehalem -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DHAVE_BUILTIN_ADD_OVERFLOW -DNDEBUG -DMIN_LOG_LEVEL=3 -o CMakeFiles/cmTC_c8c77.dir/src.c.o -c /tmp/neovim-20190615-9919-c01ohk/build/CMakeFiles/CMakeTmp/src.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
clang called with: -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DHAVE_BUILTIN_ADD_OVERFLOW -DNDEBUG -DMIN_LOG_LEVEL=3 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_c8c77.dir/src.c.o -o cmTC_c8c77
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=nehalem -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DHAVE_BUILTIN_ADD_OVERFLOW -DNDEBUG -DMIN_LOG_LEVEL=3 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_c8c77.dir/src.c.o -o cmTC_c8c77 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DHAS_WIMPLICIT_FALLTHROUGH_FLAG -DNDEBUG -DMIN_LOG_LEVEL=3 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wimplicit-fallthrough -o CMakeFiles/cmTC_54c8e.dir/src.c.o -c /tmp/neovim-20190615-9919-c01ohk/build/CMakeFiles/CMakeTmp/src.c
superenv removed: -Wimplicit-fallthrough
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=nehalem -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DHAS_WIMPLICIT_FALLTHROUGH_FLAG -DNDEBUG -DMIN_LOG_LEVEL=3 -o CMakeFiles/cmTC_54c8e.dir/src.c.o -c /tmp/neovim-20190615-9919-c01ohk/build/CMakeFiles/CMakeTmp/src.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
clang called with: -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DHAS_WIMPLICIT_FALLTHROUGH_FLAG -DNDEBUG -DMIN_LOG_LEVEL=3 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_54c8e.dir/src.c.o -o cmTC_54c8e
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=nehalem -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DHAS_WIMPLICIT_FALLTHROUGH_FLAG -DNDEBUG -DMIN_LOG_LEVEL=3 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_54c8e.dir/src.c.o -o cmTC_54c8e -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DHAS_WVLA_FLAG -DNDEBUG -DMIN_LOG_LEVEL=3 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wvla -o CMakeFiles/cmTC_b1394.dir/src.c.o -c /tmp/neovim-20190615-9919-c01ohk/build/CMakeFiles/CMakeTmp/src.c
superenv removed: -Wvla
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=nehalem -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DHAS_WVLA_FLAG -DNDEBUG -DMIN_LOG_LEVEL=3 -o CMakeFiles/cmTC_b1394.dir/src.c.o -c /tmp/neovim-20190615-9919-c01ohk/build/CMakeFiles/CMakeTmp/src.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
clang called with: -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DHAS_WVLA_FLAG -DNDEBUG -DMIN_LOG_LEVEL=3 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_b1394.dir/src.c.o -o cmTC_b1394
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=nehalem -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DHAS_WVLA_FLAG -DNDEBUG -DMIN_LOG_LEVEL=3 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_b1394.dir/src.c.o -o cmTC_b1394 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DHAS_FSTACK_PROTECTOR_STRONG_FLAG -DNDEBUG -DMIN_LOG_LEVEL=3 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -fstack-protector-strong -o CMakeFiles/cmTC_dea86.dir/src.c.o -c /tmp/neovim-20190615-9919-c01ohk/build/CMakeFiles/CMakeTmp/src.c
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=nehalem -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DHAS_FSTACK_PROTECTOR_STRONG_FLAG -DNDEBUG -DMIN_LOG_LEVEL=3 -fstack-protector-strong -o CMakeFiles/cmTC_dea86.dir/src.c.o -c /tmp/neovim-20190615-9919-c01ohk/build/CMakeFiles/CMakeTmp/src.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
clang called with: -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DHAS_FSTACK_PROTECTOR_STRONG_FLAG -DNDEBUG -DMIN_LOG_LEVEL=3 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_dea86.dir/src.c.o -o cmTC_dea86
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=nehalem -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DHAS_FSTACK_PROTECTOR_STRONG_FLAG -DNDEBUG -DMIN_LOG_LEVEL=3 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_dea86.dir/src.c.o -o cmTC_dea86 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DHAS_FSTACK_PROTECTOR_FLAG -DNDEBUG -DMIN_LOG_LEVEL=3 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -fstack-protector -o CMakeFiles/cmTC_217ae.dir/src.c.o -c /tmp/neovim-20190615-9919-c01ohk/build/CMakeFiles/CMakeTmp/src.c
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=nehalem -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DHAS_FSTACK_PROTECTOR_FLAG -DNDEBUG -DMIN_LOG_LEVEL=3 -fstack-protector -o CMakeFiles/cmTC_217ae.dir/src.c.o -c /tmp/neovim-20190615-9919-c01ohk/build/CMakeFiles/CMakeTmp/src.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
clang called with: -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DHAS_FSTACK_PROTECTOR_FLAG -DNDEBUG -DMIN_LOG_LEVEL=3 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_217ae.dir/src.c.o -o cmTC_217ae
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=nehalem -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DHAS_FSTACK_PROTECTOR_FLAG -DNDEBUG -DMIN_LOG_LEVEL=3 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_217ae.dir/src.c.o -o cmTC_217ae -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DHAS_DIAG_COLOR_FLAG -DNDEBUG -DMIN_LOG_LEVEL=3 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -fdiagnostics-color=auto -o CMakeFiles/cmTC_f6aa7.dir/src.c.o -c /tmp/neovim-20190615-9919-c01ohk/build/CMakeFiles/CMakeTmp/src.c
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=nehalem -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DHAS_DIAG_COLOR_FLAG -DNDEBUG -DMIN_LOG_LEVEL=3 -fdiagnostics-color=auto -o CMakeFiles/cmTC_f6aa7.dir/src.c.o -c /tmp/neovim-20190615-9919-c01ohk/build/CMakeFiles/CMakeTmp/src.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
clang called with: -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DHAS_DIAG_COLOR_FLAG -DNDEBUG -DMIN_LOG_LEVEL=3 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_f6aa7.dir/src.c.o -o cmTC_f6aa7
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=nehalem -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DHAS_DIAG_COLOR_FLAG -DNDEBUG -DMIN_LOG_LEVEL=3 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_f6aa7.dir/src.c.o -o cmTC_f6aa7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=dlopen -DNDEBUG -DMIN_LOG_LEVEL=3 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -o CMakeFiles/cmTC_2625d.dir/CheckFunctionExists.c.o -c /usr/local/homebrew/Cellar/cmake/3.14.5/share/cmake/Modules/CheckFunctionExists.c
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=nehalem -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=dlopen -DNDEBUG -DMIN_LOG_LEVEL=3 -o CMakeFiles/cmTC_2625d.dir/CheckFunctionExists.c.o -c /usr/local/homebrew/Cellar/cmake/3.14.5/share/cmake/Modules/CheckFunctionExists.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
clang called with: -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=dlopen -DNDEBUG -DMIN_LOG_LEVEL=3 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_2625d.dir/CheckFunctionExists.c.o -o cmTC_2625d -L/tmp/neovim-20190615-9919-c01ohk/build/CMakeFiles/CMakeTmp/dlfcn.h -Wl,-rpath,/tmp/neovim-20190615-9919-c01ohk/build/CMakeFiles/CMakeTmp/dlfcn.h -ldl
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=nehalem -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=dlopen -DNDEBUG -DMIN_LOG_LEVEL=3 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_2625d.dir/CheckFunctionExists.c.o -o cmTC_2625d -L/tmp/neovim-20190615-9919-c01ohk/build/CMakeFiles/CMakeTmp/dlfcn.h -Wl,-rpath,/tmp/neovim-20190615-9919-c01ohk/build/CMakeFiles/CMakeTmp/dlfcn.h -ldl -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=kstat_lookup -DNDEBUG -DMIN_LOG_LEVEL=3 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -o CMakeFiles/cmTC_ec3f9.dir/CheckFunctionExists.c.o -c /usr/local/homebrew/Cellar/cmake/3.14.5/share/cmake/Modules/CheckFunctionExists.c
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=nehalem -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=kstat_lookup -DNDEBUG -DMIN_LOG_LEVEL=3 -o CMakeFiles/cmTC_ec3f9.dir/CheckFunctionExists.c.o -c /usr/local/homebrew/Cellar/cmake/3.14.5/share/cmake/Modules/CheckFunctionExists.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
clang called with: -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=kstat_lookup -DNDEBUG -DMIN_LOG_LEVEL=3 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_ec3f9.dir/CheckFunctionExists.c.o -o cmTC_ec3f9 -L/tmp/neovim-20190615-9919-c01ohk/build/CMakeFiles/CMakeTmp/kstat.h -Wl,-rpath,/tmp/neovim-20190615-9919-c01ohk/build/CMakeFiles/CMakeTmp/kstat.h -lkstat
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=nehalem -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=kstat_lookup -DNDEBUG -DMIN_LOG_LEVEL=3 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_ec3f9.dir/CheckFunctionExists.c.o -o cmTC_ec3f9 -L/tmp/neovim-20190615-9919-c01ohk/build/CMakeFiles/CMakeTmp/kstat.h -Wl,-rpath,/tmp/neovim-20190615-9919-c01ohk/build/CMakeFiles/CMakeTmp/kstat.h -lkstat -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=kvm_open -DNDEBUG -DMIN_LOG_LEVEL=3 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -o CMakeFiles/cmTC_ff213.dir/CheckFunctionExists.c.o -c /usr/local/homebrew/Cellar/cmake/3.14.5/share/cmake/Modules/CheckFunctionExists.c
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=nehalem -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=kvm_open -DNDEBUG -DMIN_LOG_LEVEL=3 -o CMakeFiles/cmTC_ff213.dir/CheckFunctionExists.c.o -c /usr/local/homebrew/Cellar/cmake/3.14.5/share/cmake/Modules/CheckFunctionExists.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
clang called with: -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=kvm_open -DNDEBUG -DMIN_LOG_LEVEL=3 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_ff213.dir/CheckFunctionExists.c.o -o cmTC_ff213 -L/tmp/neovim-20190615-9919-c01ohk/build/CMakeFiles/CMakeTmp/kvm.h -Wl,-rpath,/tmp/neovim-20190615-9919-c01ohk/build/CMakeFiles/CMakeTmp/kvm.h -lkvm
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=nehalem -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=kvm_open -DNDEBUG -DMIN_LOG_LEVEL=3 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_ff213.dir/CheckFunctionExists.c.o -o cmTC_ff213 -L/tmp/neovim-20190615-9919-c01ohk/build/CMakeFiles/CMakeTmp/kvm.h -Wl,-rpath,/tmp/neovim-20190615-9919-c01ohk/build/CMakeFiles/CMakeTmp/kvm.h -lkvm -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=gethostbyname -DNDEBUG -DMIN_LOG_LEVEL=3 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -o CMakeFiles/cmTC_9cac1.dir/CheckFunctionExists.c.o -c /usr/local/homebrew/Cellar/cmake/3.14.5/share/cmake/Modules/CheckFunctionExists.c
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=nehalem -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=gethostbyname -DNDEBUG -DMIN_LOG_LEVEL=3 -o CMakeFiles/cmTC_9cac1.dir/CheckFunctionExists.c.o -c /usr/local/homebrew/Cellar/cmake/3.14.5/share/cmake/Modules/CheckFunctionExists.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
clang called with: -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=gethostbyname -DNDEBUG -DMIN_LOG_LEVEL=3 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_9cac1.dir/CheckFunctionExists.c.o -o cmTC_9cac1 -L/tmp/neovim-20190615-9919-c01ohk/build/CMakeFiles/CMakeTmp/nsl.h -Wl,-rpath,/tmp/neovim-20190615-9919-c01ohk/build/CMakeFiles/CMakeTmp/nsl.h -lnsl
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=nehalem -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=gethostbyname -DNDEBUG -DMIN_LOG_LEVEL=3 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_9cac1.dir/CheckFunctionExists.c.o -o cmTC_9cac1 -L/tmp/neovim-20190615-9919-c01ohk/build/CMakeFiles/CMakeTmp/nsl.h -Wl,-rpath,/tmp/neovim-20190615-9919-c01ohk/build/CMakeFiles/CMakeTmp/nsl.h -lnsl -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=perfstat_cpu -DNDEBUG -DMIN_LOG_LEVEL=3 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -o CMakeFiles/cmTC_20435.dir/CheckFunctionExists.c.o -c /usr/local/homebrew/Cellar/cmake/3.14.5/share/cmake/Modules/CheckFunctionExists.c
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=nehalem -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=perfstat_cpu -DNDEBUG -DMIN_LOG_LEVEL=3 -o CMakeFiles/cmTC_20435.dir/CheckFunctionExists.c.o -c /usr/local/homebrew/Cellar/cmake/3.14.5/share/cmake/Modules/CheckFunctionExists.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
clang called with: -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=perfstat_cpu -DNDEBUG -DMIN_LOG_LEVEL=3 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_20435.dir/CheckFunctionExists.c.o -o cmTC_20435 -L/tmp/neovim-20190615-9919-c01ohk/build/CMakeFiles/CMakeTmp/libperfstat.h -Wl,-rpath,/tmp/neovim-20190615-9919-c01ohk/build/CMakeFiles/CMakeTmp/libperfstat.h -lperfstat
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=nehalem -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=perfstat_cpu -DNDEBUG -DMIN_LOG_LEVEL=3 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_20435.dir/CheckFunctionExists.c.o -o cmTC_20435 -L/tmp/neovim-20190615-9919-c01ohk/build/CMakeFiles/CMakeTmp/libperfstat.h -Wl,-rpath,/tmp/neovim-20190615-9919-c01ohk/build/CMakeFiles/CMakeTmp/libperfstat.h -lperfstat -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=clock_gettime -DNDEBUG -DMIN_LOG_LEVEL=3 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -o CMakeFiles/cmTC_aa730.dir/CheckFunctionExists.c.o -c /usr/local/homebrew/Cellar/cmake/3.14.5/share/cmake/Modules/CheckFunctionExists.c
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=nehalem -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=clock_gettime -DNDEBUG -DMIN_LOG_LEVEL=3 -o CMakeFiles/cmTC_aa730.dir/CheckFunctionExists.c.o -c /usr/local/homebrew/Cellar/cmake/3.14.5/share/cmake/Modules/CheckFunctionExists.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
clang called with: -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=clock_gettime -DNDEBUG -DMIN_LOG_LEVEL=3 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_aa730.dir/CheckFunctionExists.c.o -o cmTC_aa730 -L/tmp/neovim-20190615-9919-c01ohk/build/CMakeFiles/CMakeTmp/time.h -Wl,-rpath,/tmp/neovim-20190615-9919-c01ohk/build/CMakeFiles/CMakeTmp/time.h -lrt
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=nehalem -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=clock_gettime -DNDEBUG -DMIN_LOG_LEVEL=3 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_aa730.dir/CheckFunctionExists.c.o -o cmTC_aa730 -L/tmp/neovim-20190615-9919-c01ohk/build/CMakeFiles/CMakeTmp/time.h -Wl,-rpath,/tmp/neovim-20190615-9919-c01ohk/build/CMakeFiles/CMakeTmp/time.h -lrt -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=sendfile -DNDEBUG -DMIN_LOG_LEVEL=3 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -o CMakeFiles/cmTC_0ffd4.dir/CheckFunctionExists.c.o -c /usr/local/homebrew/Cellar/cmake/3.14.5/share/cmake/Modules/CheckFunctionExists.c
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=nehalem -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=sendfile -DNDEBUG -DMIN_LOG_LEVEL=3 -o CMakeFiles/cmTC_0ffd4.dir/CheckFunctionExists.c.o -c /usr/local/homebrew/Cellar/cmake/3.14.5/share/cmake/Modules/CheckFunctionExists.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
clang called with: -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=sendfile -DNDEBUG -DMIN_LOG_LEVEL=3 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_0ffd4.dir/CheckFunctionExists.c.o -o cmTC_0ffd4 -lsendfile
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=nehalem -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=sendfile -DNDEBUG -DMIN_LOG_LEVEL=3 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_0ffd4.dir/CheckFunctionExists.c.o -o cmTC_0ffd4 -lsendfile -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DMSGPACK_HAS_FLOAT32 -DNDEBUG -DMIN_LOG_LEVEL=3 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -o CMakeFiles/cmTC_ed097.dir/src.c.o -c /tmp/neovim-20190615-9919-c01ohk/build/CMakeFiles/CMakeTmp/src.c
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=nehalem -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DMSGPACK_HAS_FLOAT32 -DNDEBUG -DMIN_LOG_LEVEL=3 -o CMakeFiles/cmTC_ed097.dir/src.c.o -c /tmp/neovim-20190615-9919-c01ohk/build/CMakeFiles/CMakeTmp/src.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
clang called with: -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DMSGPACK_HAS_FLOAT32 -DNDEBUG -DMIN_LOG_LEVEL=3 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_ed097.dir/src.c.o -o cmTC_ed097
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=nehalem -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DMSGPACK_HAS_FLOAT32 -DNDEBUG -DMIN_LOG_LEVEL=3 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_ed097.dir/src.c.o -o cmTC_ed097 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DUNIBI_HAS_VAR_FROM -DNDEBUG -DMIN_LOG_LEVEL=3 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -o CMakeFiles/cmTC_e86d0.dir/src.c.o -c /tmp/neovim-20190615-9919-c01ohk/build/CMakeFiles/CMakeTmp/src.c
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=nehalem -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DUNIBI_HAS_VAR_FROM -DNDEBUG -DMIN_LOG_LEVEL=3 -o CMakeFiles/cmTC_e86d0.dir/src.c.o -c /tmp/neovim-20190615-9919-c01ohk/build/CMakeFiles/CMakeTmp/src.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
clang called with: -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DUNIBI_HAS_VAR_FROM -DNDEBUG -DMIN_LOG_LEVEL=3 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_e86d0.dir/src.c.o -o cmTC_e86d0 /usr/local/homebrew/lib/libunibilium.dylib
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=nehalem -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DUNIBI_HAS_VAR_FROM -DNDEBUG -DMIN_LOG_LEVEL=3 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_e86d0.dir/src.c.o -o cmTC_e86d0 /usr/local/homebrew/lib/libunibilium.dylib -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DHAVE_WORKING_LIBINTL -DNDEBUG -DMIN_LOG_LEVEL=3 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -o CMakeFiles/cmTC_c4882.dir/src.c.o -c /tmp/neovim-20190615-9919-c01ohk/build/CMakeFiles/CMakeTmp/src.c
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=nehalem -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DHAVE_WORKING_LIBINTL -DNDEBUG -DMIN_LOG_LEVEL=3 -o CMakeFiles/cmTC_c4882.dir/src.c.o -c /tmp/neovim-20190615-9919-c01ohk/build/CMakeFiles/CMakeTmp/src.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
clang called with: -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DHAVE_WORKING_LIBINTL -DNDEBUG -DMIN_LOG_LEVEL=3 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_c4882.dir/src.c.o -o cmTC_c4882 /usr/local/homebrew/opt/gettext/lib/libintl.dylib
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=nehalem -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DHAVE_WORKING_LIBINTL -DNDEBUG -DMIN_LOG_LEVEL=3 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_c4882.dir/src.c.o -o cmTC_c4882 /usr/local/homebrew/opt/gettext/lib/libintl.dylib -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_VARIABLE_EXISTS=_nl_msg_cat_cntr -DNDEBUG -DMIN_LOG_LEVEL=3 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -o CMakeFiles/cmTC_a6e72.dir/CheckVariableExists.c.o -c /usr/local/homebrew/Cellar/cmake/3.14.5/share/cmake/Modules/CheckVariableExists.c
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=nehalem -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_VARIABLE_EXISTS=_nl_msg_cat_cntr -DNDEBUG -DMIN_LOG_LEVEL=3 -o CMakeFiles/cmTC_a6e72.dir/CheckVariableExists.c.o -c /usr/local/homebrew/Cellar/cmake/3.14.5/share/cmake/Modules/CheckVariableExists.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
clang called with: -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_VARIABLE_EXISTS=_nl_msg_cat_cntr -DNDEBUG -DMIN_LOG_LEVEL=3 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_a6e72.dir/CheckVariableExists.c.o -o cmTC_a6e72 /usr/local/homebrew/opt/gettext/lib/libintl.dylib
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=nehalem -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_VARIABLE_EXISTS=_nl_msg_cat_cntr -DNDEBUG -DMIN_LOG_LEVEL=3 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_a6e72.dir/CheckVariableExists.c.o -o cmTC_a6e72 /usr/local/homebrew/opt/gettext/lib/libintl.dylib -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DNDEBUG -DMIN_LOG_LEVEL=3 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -o CMakeFiles/cmTC_444f7.dir/CheckIncludeFile.c.o -c /tmp/neovim-20190615-9919-c01ohk/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=nehalem -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DNDEBUG -DMIN_LOG_LEVEL=3 -o CMakeFiles/cmTC_444f7.dir/CheckIncludeFile.c.o -c /tmp/neovim-20190615-9919-c01ohk/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
clang called with: -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DNDEBUG -DMIN_LOG_LEVEL=3 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_444f7.dir/CheckIncludeFile.c.o -o cmTC_444f7
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=nehalem -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DNDEBUG -DMIN_LOG_LEVEL=3 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_444f7.dir/CheckIncludeFile.c.o -o cmTC_444f7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DNDEBUG -DMIN_LOG_LEVEL=3 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -o CMakeFiles/cmTC_9b4bd.dir/CheckSymbolExists.c.o -c /tmp/neovim-20190615-9919-c01ohk/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=nehalem -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DNDEBUG -DMIN_LOG_LEVEL=3 -o CMakeFiles/cmTC_9b4bd.dir/CheckSymbolExists.c.o -c /tmp/neovim-20190615-9919-c01ohk/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
clang called with: -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DNDEBUG -DMIN_LOG_LEVEL=3 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_9b4bd.dir/CheckSymbolExists.c.o -o cmTC_9b4bd /usr/local/homebrew/opt/gettext/lib/libintl.dylib
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=nehalem -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DNDEBUG -DMIN_LOG_LEVEL=3 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_9b4bd.dir/CheckSymbolExists.c.o -o cmTC_9b4bd /usr/local/homebrew/opt/gettext/lib/libintl.dylib -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DHAS_WNO_STATIC_IN_INLINE_FLAG -DNDEBUG -DMIN_LOG_LEVEL=3 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wno-static-in-inline -o CMakeFiles/cmTC_331fa.dir/src.c.o -c /tmp/neovim-20190615-9919-c01ohk/build/CMakeFiles/CMakeTmp/src.c
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=nehalem -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DHAS_WNO_STATIC_IN_INLINE_FLAG -DNDEBUG -DMIN_LOG_LEVEL=3 -Wno-static-in-inline -o CMakeFiles/cmTC_331fa.dir/src.c.o -c /tmp/neovim-20190615-9919-c01ohk/build/CMakeFiles/CMakeTmp/src.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
clang called with: -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DHAS_WNO_STATIC_IN_INLINE_FLAG -DNDEBUG -DMIN_LOG_LEVEL=3 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_331fa.dir/src.c.o -o cmTC_331fa /usr/local/homebrew/opt/gettext/lib/libintl.dylib
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=nehalem -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DHAS_WNO_STATIC_IN_INLINE_FLAG -DNDEBUG -DMIN_LOG_LEVEL=3 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_331fa.dir/src.c.o -o cmTC_331fa /usr/local/homebrew/opt/gettext/lib/libintl.dylib -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -flto=thin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -o CMakeFiles/foo.dir/foo.c.o -c /tmp/neovim-20190615-9919-c01ohk/build/src/nvim/CMakeFiles/_CMakeLTOTest-C/src/foo.c
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=nehalem -flto=thin -o CMakeFiles/foo.dir/foo.c.o -c /tmp/neovim-20190615-9919-c01ohk/build/src/nvim/CMakeFiles/_CMakeLTOTest-C/src/foo.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
clang called with: -flto=thin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -o CMakeFiles/boo.dir/main.c.o -c /tmp/neovim-20190615-9919-c01ohk/build/src/nvim/CMakeFiles/_CMakeLTOTest-C/src/main.c
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=nehalem -flto=thin -o CMakeFiles/boo.dir/main.c.o -c /tmp/neovim-20190615-9919-c01ohk/build/src/nvim/CMakeFiles/_CMakeLTOTest-C/src/main.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
clang called with: -flto=thin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/boo.dir/main.c.o -o boo libfoo.a
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=nehalem -flto=thin -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/boo.dir/main.c.o -o boo libfoo.a -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DNDEBUG -DMIN_LOG_LEVEL=3 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -o CMakeFiles/cmTC_840e1.dir/CheckIncludeFile.c.o -c /tmp/neovim-20190615-9919-c01ohk/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=nehalem -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DNDEBUG -DMIN_LOG_LEVEL=3 -o CMakeFiles/cmTC_840e1.dir/CheckIncludeFile.c.o -c /tmp/neovim-20190615-9919-c01ohk/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
clang called with: -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DNDEBUG -DMIN_LOG_LEVEL=3 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_840e1.dir/CheckIncludeFile.c.o -o cmTC_840e1
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=nehalem -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DNDEBUG -DMIN_LOG_LEVEL=3 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_840e1.dir/CheckIncludeFile.c.o -o cmTC_840e1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DNDEBUG -DMIN_LOG_LEVEL=3 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -o CMakeFiles/cmTC_99fa5.dir/CheckIncludeFile.c.o -c /tmp/neovim-20190615-9919-c01ohk/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=nehalem -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DNDEBUG -DMIN_LOG_LEVEL=3 -o CMakeFiles/cmTC_99fa5.dir/CheckIncludeFile.c.o -c /tmp/neovim-20190615-9919-c01ohk/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
clang called with: -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DNDEBUG -DMIN_LOG_LEVEL=3 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_99fa5.dir/CheckIncludeFile.c.o -o cmTC_99fa5
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=nehalem -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DNDEBUG -DMIN_LOG_LEVEL=3 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_99fa5.dir/CheckIncludeFile.c.o -o cmTC_99fa5 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DNDEBUG -DMIN_LOG_LEVEL=3 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -o CMakeFiles/cmTC_1405c.dir/CheckIncludeFile.c.o -c /tmp/neovim-20190615-9919-c01ohk/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=nehalem -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DNDEBUG -DMIN_LOG_LEVEL=3 -o CMakeFiles/cmTC_1405c.dir/CheckIncludeFile.c.o -c /tmp/neovim-20190615-9919-c01ohk/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
clang called with: -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DNDEBUG -DMIN_LOG_LEVEL=3 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_1405c.dir/CheckIncludeFile.c.o -o cmTC_1405c
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=nehalem -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DNDEBUG -DMIN_LOG_LEVEL=3 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_1405c.dir/CheckIncludeFile.c.o -o cmTC_1405c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DNDEBUG -DMIN_LOG_LEVEL=3 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -o CMakeFiles/cmTC_22fa5.dir/SIZEOF_INT.c.o -c /tmp/neovim-20190615-9919-c01ohk/build/CMakeFiles/CheckTypeSize/SIZEOF_INT.c
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=nehalem -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DNDEBUG -DMIN_LOG_LEVEL=3 -o CMakeFiles/cmTC_22fa5.dir/SIZEOF_INT.c.o -c /tmp/neovim-20190615-9919-c01ohk/build/CMakeFiles/CheckTypeSize/SIZEOF_INT.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
clang called with: -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DNDEBUG -DMIN_LOG_LEVEL=3 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_22fa5.dir/SIZEOF_INT.c.o -o cmTC_22fa5 /usr/local/homebrew/opt/gettext/lib/libintl.dylib
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=nehalem -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DNDEBUG -DMIN_LOG_LEVEL=3 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_22fa5.dir/SIZEOF_INT.c.o -o cmTC_22fa5 /usr/local/homebrew/opt/gettext/lib/libintl.dylib -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DNDEBUG -DMIN_LOG_LEVEL=3 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -o CMakeFiles/cmTC_4f640.dir/SIZEOF_LONG.c.o -c /tmp/neovim-20190615-9919-c01ohk/build/CMakeFiles/CheckTypeSize/SIZEOF_LONG.c
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=nehalem -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DNDEBUG -DMIN_LOG_LEVEL=3 -o CMakeFiles/cmTC_4f640.dir/SIZEOF_LONG.c.o -c /tmp/neovim-20190615-9919-c01ohk/build/CMakeFiles/CheckTypeSize/SIZEOF_LONG.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
clang called with: -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DNDEBUG -DMIN_LOG_LEVEL=3 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_4f640.dir/SIZEOF_LONG.c.o -o cmTC_4f640 /usr/local/homebrew/opt/gettext/lib/libintl.dylib
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=nehalem -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DNDEBUG -DMIN_LOG_LEVEL=3 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_4f640.dir/SIZEOF_LONG.c.o -o cmTC_4f640 /usr/local/homebrew/opt/gettext/lib/libintl.dylib -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DNDEBUG -DMIN_LOG_LEVEL=3 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -o CMakeFiles/cmTC_77bcc.dir/SIZEOF_INTMAX_T.c.o -c /tmp/neovim-20190615-9919-c01ohk/build/CMakeFiles/CheckTypeSize/SIZEOF_INTMAX_T.c
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=nehalem -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DNDEBUG -DMIN_LOG_LEVEL=3 -o CMakeFiles/cmTC_77bcc.dir/SIZEOF_INTMAX_T.c.o -c /tmp/neovim-20190615-9919-c01ohk/build/CMakeFiles/CheckTypeSize/SIZEOF_INTMAX_T.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
clang called with: -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DNDEBUG -DMIN_LOG_LEVEL=3 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_77bcc.dir/SIZEOF_INTMAX_T.c.o -o cmTC_77bcc /usr/local/homebrew/opt/gettext/lib/libintl.dylib
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=nehalem -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DNDEBUG -DMIN_LOG_LEVEL=3 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_77bcc.dir/SIZEOF_INTMAX_T.c.o -o cmTC_77bcc /usr/local/homebrew/opt/gettext/lib/libintl.dylib -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DNDEBUG -DMIN_LOG_LEVEL=3 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -o CMakeFiles/cmTC_c426d.dir/SIZEOF_SIZE_T.c.o -c /tmp/neovim-20190615-9919-c01ohk/build/CMakeFiles/CheckTypeSize/SIZEOF_SIZE_T.c
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=nehalem -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DNDEBUG -DMIN_LOG_LEVEL=3 -o CMakeFiles/cmTC_c426d.dir/SIZEOF_SIZE_T.c.o -c /tmp/neovim-20190615-9919-c01ohk/build/CMakeFiles/CheckTypeSize/SIZEOF_SIZE_T.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
clang called with: -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DNDEBUG -DMIN_LOG_LEVEL=3 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_c426d.dir/SIZEOF_SIZE_T.c.o -o cmTC_c426d /usr/local/homebrew/opt/gettext/lib/libintl.dylib
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=nehalem -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DNDEBUG -DMIN_LOG_LEVEL=3 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_c426d.dir/SIZEOF_SIZE_T.c.o -o cmTC_c426d /usr/local/homebrew/opt/gettext/lib/libintl.dylib -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DNDEBUG -DMIN_LOG_LEVEL=3 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -o CMakeFiles/cmTC_bdbe4.dir/SIZEOF_LONG_LONG.c.o -c /tmp/neovim-20190615-9919-c01ohk/build/CMakeFiles/CheckTypeSize/SIZEOF_LONG_LONG.c
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=nehalem -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DNDEBUG -DMIN_LOG_LEVEL=3 -o CMakeFiles/cmTC_bdbe4.dir/SIZEOF_LONG_LONG.c.o -c /tmp/neovim-20190615-9919-c01ohk/build/CMakeFiles/CheckTypeSize/SIZEOF_LONG_LONG.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
clang called with: -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DNDEBUG -DMIN_LOG_LEVEL=3 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_bdbe4.dir/SIZEOF_LONG_LONG.c.o -o cmTC_bdbe4 /usr/local/homebrew/opt/gettext/lib/libintl.dylib
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=nehalem -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DNDEBUG -DMIN_LOG_LEVEL=3 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_bdbe4.dir/SIZEOF_LONG_LONG.c.o -o cmTC_bdbe4 /usr/local/homebrew/opt/gettext/lib/libintl.dylib -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DNDEBUG -DMIN_LOG_LEVEL=3 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -o CMakeFiles/cmTC_3f03e.dir/SIZEOF_VOID_PTR.c.o -c /tmp/neovim-20190615-9919-c01ohk/build/CMakeFiles/CheckTypeSize/SIZEOF_VOID_PTR.c
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=nehalem -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DNDEBUG -DMIN_LOG_LEVEL=3 -o CMakeFiles/cmTC_3f03e.dir/SIZEOF_VOID_PTR.c.o -c /tmp/neovim-20190615-9919-c01ohk/build/CMakeFiles/CheckTypeSize/SIZEOF_VOID_PTR.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
clang called with: -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DNDEBUG -DMIN_LOG_LEVEL=3 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_3f03e.dir/SIZEOF_VOID_PTR.c.o -o cmTC_3f03e /usr/local/homebrew/opt/gettext/lib/libintl.dylib
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=nehalem -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DNDEBUG -DMIN_LOG_LEVEL=3 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_3f03e.dir/SIZEOF_VOID_PTR.c.o -o cmTC_3f03e /usr/local/homebrew/opt/gettext/lib/libintl.dylib -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DNDEBUG -DMIN_LOG_LEVEL=3 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -o CMakeFiles/cmTC_a2b19.dir/CheckSymbolExists.c.o -c /tmp/neovim-20190615-9919-c01ohk/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=nehalem -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DNDEBUG -DMIN_LOG_LEVEL=3 -o CMakeFiles/cmTC_a2b19.dir/CheckSymbolExists.c.o -c /tmp/neovim-20190615-9919-c01ohk/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
clang called with: -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DNDEBUG -DMIN_LOG_LEVEL=3 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_a2b19.dir/CheckSymbolExists.c.o -o cmTC_a2b19 /usr/local/homebrew/opt/gettext/lib/libintl.dylib
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=nehalem -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DNDEBUG -DMIN_LOG_LEVEL=3 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_a2b19.dir/CheckSymbolExists.c.o -o cmTC_a2b19 /usr/local/homebrew/opt/gettext/lib/libintl.dylib -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DNDEBUG -DMIN_LOG_LEVEL=3 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -o CMakeFiles/cmTC_f1f9a.dir/HAVE_ICONV_H.c.o -c /tmp/neovim-20190615-9919-c01ohk/build/CMakeFiles/CheckIncludeFiles/HAVE_ICONV_H.c
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=nehalem -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DNDEBUG -DMIN_LOG_LEVEL=3 -o CMakeFiles/cmTC_f1f9a.dir/HAVE_ICONV_H.c.o -c /tmp/neovim-20190615-9919-c01ohk/build/CMakeFiles/CheckIncludeFiles/HAVE_ICONV_H.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
clang called with: -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DNDEBUG -DMIN_LOG_LEVEL=3 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_f1f9a.dir/HAVE_ICONV_H.c.o -o cmTC_f1f9a
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=nehalem -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DNDEBUG -DMIN_LOG_LEVEL=3 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_f1f9a.dir/HAVE_ICONV_H.c.o -o cmTC_f1f9a -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DNDEBUG -DMIN_LOG_LEVEL=3 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -o CMakeFiles/cmTC_3583d.dir/HAVE_LANGINFO_H.c.o -c /tmp/neovim-20190615-9919-c01ohk/build/CMakeFiles/CheckIncludeFiles/HAVE_LANGINFO_H.c
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=nehalem -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DNDEBUG -DMIN_LOG_LEVEL=3 -o CMakeFiles/cmTC_3583d.dir/HAVE_LANGINFO_H.c.o -c /tmp/neovim-20190615-9919-c01ohk/build/CMakeFiles/CheckIncludeFiles/HAVE_LANGINFO_H.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
clang called with: -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DNDEBUG -DMIN_LOG_LEVEL=3 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_3583d.dir/HAVE_LANGINFO_H.c.o -o cmTC_3583d
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=nehalem -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DNDEBUG -DMIN_LOG_LEVEL=3 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_3583d.dir/HAVE_LANGINFO_H.c.o -o cmTC_3583d -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DNDEBUG -DMIN_LOG_LEVEL=3 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -o CMakeFiles/cmTC_fe007.dir/HAVE_LOCALE_H.c.o -c /tmp/neovim-20190615-9919-c01ohk/build/CMakeFiles/CheckIncludeFiles/HAVE_LOCALE_H.c
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=nehalem -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DNDEBUG -DMIN_LOG_LEVEL=3 -o CMakeFiles/cmTC_fe007.dir/HAVE_LOCALE_H.c.o -c /tmp/neovim-20190615-9919-c01ohk/build/CMakeFiles/CheckIncludeFiles/HAVE_LOCALE_H.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
clang called with: -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DNDEBUG -DMIN_LOG_LEVEL=3 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_fe007.dir/HAVE_LOCALE_H.c.o -o cmTC_fe007
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=nehalem -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DNDEBUG -DMIN_LOG_LEVEL=3 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_fe007.dir/HAVE_LOCALE_H.c.o -o cmTC_fe007 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DNDEBUG -DMIN_LOG_LEVEL=3 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -o CMakeFiles/cmTC_16045.dir/HAVE_PWD_H.c.o -c /tmp/neovim-20190615-9919-c01ohk/build/CMakeFiles/CheckIncludeFiles/HAVE_PWD_H.c
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=nehalem -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DNDEBUG -DMIN_LOG_LEVEL=3 -o CMakeFiles/cmTC_16045.dir/HAVE_PWD_H.c.o -c /tmp/neovim-20190615-9919-c01ohk/build/CMakeFiles/CheckIncludeFiles/HAVE_PWD_H.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
clang called with: -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DNDEBUG -DMIN_LOG_LEVEL=3 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_16045.dir/HAVE_PWD_H.c.o -o cmTC_16045
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=nehalem -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DNDEBUG -DMIN_LOG_LEVEL=3 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_16045.dir/HAVE_PWD_H.c.o -o cmTC_16045 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DNDEBUG -DMIN_LOG_LEVEL=3 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -o CMakeFiles/cmTC_03de1.dir/HAVE_STRINGS_H.c.o -c /tmp/neovim-20190615-9919-c01ohk/build/CMakeFiles/CheckIncludeFiles/HAVE_STRINGS_H.c
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=nehalem -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DNDEBUG -DMIN_LOG_LEVEL=3 -o CMakeFiles/cmTC_03de1.dir/HAVE_STRINGS_H.c.o -c /tmp/neovim-20190615-9919-c01ohk/build/CMakeFiles/CheckIncludeFiles/HAVE_STRINGS_H.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
clang called with: -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DNDEBUG -DMIN_LOG_LEVEL=3 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_03de1.dir/HAVE_STRINGS_H.c.o -o cmTC_03de1
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=nehalem -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DNDEBUG -DMIN_LOG_LEVEL=3 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_03de1.dir/HAVE_STRINGS_H.c.o -o cmTC_03de1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DNDEBUG -DMIN_LOG_LEVEL=3 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -o CMakeFiles/cmTC_ad1ab.dir/HAVE_SYS_WAIT_H.c.o -c /tmp/neovim-20190615-9919-c01ohk/build/CMakeFiles/CheckIncludeFiles/HAVE_SYS_WAIT_H.c
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=nehalem -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DNDEBUG -DMIN_LOG_LEVEL=3 -o CMakeFiles/cmTC_ad1ab.dir/HAVE_SYS_WAIT_H.c.o -c /tmp/neovim-20190615-9919-c01ohk/build/CMakeFiles/CheckIncludeFiles/HAVE_SYS_WAIT_H.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
clang called with: -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DNDEBUG -DMIN_LOG_LEVEL=3 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_ad1ab.dir/HAVE_SYS_WAIT_H.c.o -o cmTC_ad1ab
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=nehalem -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DNDEBUG -DMIN_LOG_LEVEL=3 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_ad1ab.dir/HAVE_SYS_WAIT_H.c.o -o cmTC_ad1ab -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DNDEBUG -DMIN_LOG_LEVEL=3 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -o CMakeFiles/cmTC_43685.dir/HAVE_SYS_UTSNAME_H.c.o -c /tmp/neovim-20190615-9919-c01ohk/build/CMakeFiles/CheckIncludeFiles/HAVE_SYS_UTSNAME_H.c
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=nehalem -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DNDEBUG -DMIN_LOG_LEVEL=3 -o CMakeFiles/cmTC_43685.dir/HAVE_SYS_UTSNAME_H.c.o -c /tmp/neovim-20190615-9919-c01ohk/build/CMakeFiles/CheckIncludeFiles/HAVE_SYS_UTSNAME_H.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
clang called with: -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DNDEBUG -DMIN_LOG_LEVEL=3 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_43685.dir/HAVE_SYS_UTSNAME_H.c.o -o cmTC_43685
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=nehalem -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DNDEBUG -DMIN_LOG_LEVEL=3 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_43685.dir/HAVE_SYS_UTSNAME_H.c.o -o cmTC_43685 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DNDEBUG -DMIN_LOG_LEVEL=3 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -o CMakeFiles/cmTC_caa12.dir/HAVE_TERMIOS_H.c.o -c /tmp/neovim-20190615-9919-c01ohk/build/CMakeFiles/CheckIncludeFiles/HAVE_TERMIOS_H.c
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=nehalem -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DNDEBUG -DMIN_LOG_LEVEL=3 -o CMakeFiles/cmTC_caa12.dir/HAVE_TERMIOS_H.c.o -c /tmp/neovim-20190615-9919-c01ohk/build/CMakeFiles/CheckIncludeFiles/HAVE_TERMIOS_H.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
clang called with: -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DNDEBUG -DMIN_LOG_LEVEL=3 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_caa12.dir/HAVE_TERMIOS_H.c.o -o cmTC_caa12
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=nehalem -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DNDEBUG -DMIN_LOG_LEVEL=3 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_caa12.dir/HAVE_TERMIOS_H.c.o -o cmTC_caa12 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DNDEBUG -DMIN_LOG_LEVEL=3 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -o CMakeFiles/cmTC_c50be.dir/HAVE_UTIME_H.c.o -c /tmp/neovim-20190615-9919-c01ohk/build/CMakeFiles/CheckIncludeFiles/HAVE_UTIME_H.c
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=nehalem -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DNDEBUG -DMIN_LOG_LEVEL=3 -o CMakeFiles/cmTC_c50be.dir/HAVE_UTIME_H.c.o -c /tmp/neovim-20190615-9919-c01ohk/build/CMakeFiles/CheckIncludeFiles/HAVE_UTIME_H.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
clang called with: -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DNDEBUG -DMIN_LOG_LEVEL=3 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_c50be.dir/HAVE_UTIME_H.c.o -o cmTC_c50be
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=nehalem -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DNDEBUG -DMIN_LOG_LEVEL=3 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_c50be.dir/HAVE_UTIME_H.c.o -o cmTC_c50be -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DNDEBUG -DMIN_LOG_LEVEL=3 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -o CMakeFiles/cmTC_d70c6.dir/HAVE_SYS_UIO_H.c.o -c /tmp/neovim-20190615-9919-c01ohk/build/CMakeFiles/CheckIncludeFiles/HAVE_SYS_UIO_H.c
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=nehalem -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DNDEBUG -DMIN_LOG_LEVEL=3 -o CMakeFiles/cmTC_d70c6.dir/HAVE_SYS_UIO_H.c.o -c /tmp/neovim-20190615-9919-c01ohk/build/CMakeFiles/CheckIncludeFiles/HAVE_SYS_UIO_H.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
clang called with: -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DNDEBUG -DMIN_LOG_LEVEL=3 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_d70c6.dir/HAVE_SYS_UIO_H.c.o -o cmTC_d70c6
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=nehalem -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DNDEBUG -DMIN_LOG_LEVEL=3 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_d70c6.dir/HAVE_SYS_UIO_H.c.o -o cmTC_d70c6 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=fseeko -DNDEBUG -DMIN_LOG_LEVEL=3 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -o CMakeFiles/cmTC_7e55f.dir/CheckFunctionExists.c.o -c /usr/local/homebrew/Cellar/cmake/3.14.5/share/cmake/Modules/CheckFunctionExists.c
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=nehalem -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=fseeko -DNDEBUG -DMIN_LOG_LEVEL=3 -o CMakeFiles/cmTC_7e55f.dir/CheckFunctionExists.c.o -c /usr/local/homebrew/Cellar/cmake/3.14.5/share/cmake/Modules/CheckFunctionExists.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
clang called with: -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=fseeko -DNDEBUG -DMIN_LOG_LEVEL=3 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_7e55f.dir/CheckFunctionExists.c.o -o cmTC_7e55f /usr/local/homebrew/opt/gettext/lib/libintl.dylib
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=nehalem -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=fseeko -DNDEBUG -DMIN_LOG_LEVEL=3 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_7e55f.dir/CheckFunctionExists.c.o -o cmTC_7e55f /usr/local/homebrew/opt/gettext/lib/libintl.dylib -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=getpwent -DNDEBUG -DMIN_LOG_LEVEL=3 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -o CMakeFiles/cmTC_0de2e.dir/CheckFunctionExists.c.o -c /usr/local/homebrew/Cellar/cmake/3.14.5/share/cmake/Modules/CheckFunctionExists.c
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=nehalem -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=getpwent -DNDEBUG -DMIN_LOG_LEVEL=3 -o CMakeFiles/cmTC_0de2e.dir/CheckFunctionExists.c.o -c /usr/local/homebrew/Cellar/cmake/3.14.5/share/cmake/Modules/CheckFunctionExists.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
clang called with: -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=getpwent -DNDEBUG -DMIN_LOG_LEVEL=3 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_0de2e.dir/CheckFunctionExists.c.o -o cmTC_0de2e /usr/local/homebrew/opt/gettext/lib/libintl.dylib
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=nehalem -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=getpwent -DNDEBUG -DMIN_LOG_LEVEL=3 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_0de2e.dir/CheckFunctionExists.c.o -o cmTC_0de2e /usr/local/homebrew/opt/gettext/lib/libintl.dylib -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=getpwnam -DNDEBUG -DMIN_LOG_LEVEL=3 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -o CMakeFiles/cmTC_d6acf.dir/CheckFunctionExists.c.o -c /usr/local/homebrew/Cellar/cmake/3.14.5/share/cmake/Modules/CheckFunctionExists.c
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=nehalem -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=getpwnam -DNDEBUG -DMIN_LOG_LEVEL=3 -o CMakeFiles/cmTC_d6acf.dir/CheckFunctionExists.c.o -c /usr/local/homebrew/Cellar/cmake/3.14.5/share/cmake/Modules/CheckFunctionExists.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
clang called with: -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=getpwnam -DNDEBUG -DMIN_LOG_LEVEL=3 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_d6acf.dir/CheckFunctionExists.c.o -o cmTC_d6acf /usr/local/homebrew/opt/gettext/lib/libintl.dylib
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=nehalem -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=getpwnam -DNDEBUG -DMIN_LOG_LEVEL=3 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_d6acf.dir/CheckFunctionExists.c.o -o cmTC_d6acf /usr/local/homebrew/opt/gettext/lib/libintl.dylib -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=getpwuid -DNDEBUG -DMIN_LOG_LEVEL=3 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -o CMakeFiles/cmTC_83d74.dir/CheckFunctionExists.c.o -c /usr/local/homebrew/Cellar/cmake/3.14.5/share/cmake/Modules/CheckFunctionExists.c
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=nehalem -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=getpwuid -DNDEBUG -DMIN_LOG_LEVEL=3 -o CMakeFiles/cmTC_83d74.dir/CheckFunctionExists.c.o -c /usr/local/homebrew/Cellar/cmake/3.14.5/share/cmake/Modules/CheckFunctionExists.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
clang called with: -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=getpwuid -DNDEBUG -DMIN_LOG_LEVEL=3 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_83d74.dir/CheckFunctionExists.c.o -o cmTC_83d74 /usr/local/homebrew/opt/gettext/lib/libintl.dylib
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=nehalem -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=getpwuid -DNDEBUG -DMIN_LOG_LEVEL=3 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_83d74.dir/CheckFunctionExists.c.o -o cmTC_83d74 /usr/local/homebrew/opt/gettext/lib/libintl.dylib -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=readv -DNDEBUG -DMIN_LOG_LEVEL=3 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -o CMakeFiles/cmTC_ccede.dir/CheckFunctionExists.c.o -c /usr/local/homebrew/Cellar/cmake/3.14.5/share/cmake/Modules/CheckFunctionExists.c
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=nehalem -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=readv -DNDEBUG -DMIN_LOG_LEVEL=3 -o CMakeFiles/cmTC_ccede.dir/CheckFunctionExists.c.o -c /usr/local/homebrew/Cellar/cmake/3.14.5/share/cmake/Modules/CheckFunctionExists.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
clang called with: -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=readv -DNDEBUG -DMIN_LOG_LEVEL=3 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_ccede.dir/CheckFunctionExists.c.o -o cmTC_ccede /usr/local/homebrew/opt/gettext/lib/libintl.dylib
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=nehalem -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=readv -DNDEBUG -DMIN_LOG_LEVEL=3 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_ccede.dir/CheckFunctionExists.c.o -o cmTC_ccede /usr/local/homebrew/opt/gettext/lib/libintl.dylib -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=opendir -DNDEBUG -DMIN_LOG_LEVEL=3 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -o CMakeFiles/cmTC_766e6.dir/CheckFunctionExists.c.o -c /usr/local/homebrew/Cellar/cmake/3.14.5/share/cmake/Modules/CheckFunctionExists.c
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=nehalem -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=opendir -DNDEBUG -DMIN_LOG_LEVEL=3 -o CMakeFiles/cmTC_766e6.dir/CheckFunctionExists.c.o -c /usr/local/homebrew/Cellar/cmake/3.14.5/share/cmake/Modules/CheckFunctionExists.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
clang called with: -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=opendir -DNDEBUG -DMIN_LOG_LEVEL=3 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_766e6.dir/CheckFunctionExists.c.o -o cmTC_766e6 /usr/local/homebrew/opt/gettext/lib/libintl.dylib
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=nehalem -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=opendir -DNDEBUG -DMIN_LOG_LEVEL=3 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_766e6.dir/CheckFunctionExists.c.o -o cmTC_766e6 /usr/local/homebrew/opt/gettext/lib/libintl.dylib -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=readlink -DNDEBUG -DMIN_LOG_LEVEL=3 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -o CMakeFiles/cmTC_f8424.dir/CheckFunctionExists.c.o -c /usr/local/homebrew/Cellar/cmake/3.14.5/share/cmake/Modules/CheckFunctionExists.c
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=nehalem -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=readlink -DNDEBUG -DMIN_LOG_LEVEL=3 -o CMakeFiles/cmTC_f8424.dir/CheckFunctionExists.c.o -c /usr/local/homebrew/Cellar/cmake/3.14.5/share/cmake/Modules/CheckFunctionExists.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
clang called with: -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=readlink -DNDEBUG -DMIN_LOG_LEVEL=3 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_f8424.dir/CheckFunctionExists.c.o -o cmTC_f8424 /usr/local/homebrew/opt/gettext/lib/libintl.dylib
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=nehalem -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=readlink -DNDEBUG -DMIN_LOG_LEVEL=3 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_f8424.dir/CheckFunctionExists.c.o -o cmTC_f8424 /usr/local/homebrew/opt/gettext/lib/libintl.dylib -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=setpgid -DNDEBUG -DMIN_LOG_LEVEL=3 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -o CMakeFiles/cmTC_c790c.dir/CheckFunctionExists.c.o -c /usr/local/homebrew/Cellar/cmake/3.14.5/share/cmake/Modules/CheckFunctionExists.c
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=nehalem -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=setpgid -DNDEBUG -DMIN_LOG_LEVEL=3 -o CMakeFiles/cmTC_c790c.dir/CheckFunctionExists.c.o -c /usr/local/homebrew/Cellar/cmake/3.14.5/share/cmake/Modules/CheckFunctionExists.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
clang called with: -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=setpgid -DNDEBUG -DMIN_LOG_LEVEL=3 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_c790c.dir/CheckFunctionExists.c.o -o cmTC_c790c /usr/local/homebrew/opt/gettext/lib/libintl.dylib
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=nehalem -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=setpgid -DNDEBUG -DMIN_LOG_LEVEL=3 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_c790c.dir/CheckFunctionExists.c.o -o cmTC_c790c /usr/local/homebrew/opt/gettext/lib/libintl.dylib -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=setsid -DNDEBUG -DMIN_LOG_LEVEL=3 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -o CMakeFiles/cmTC_462e2.dir/CheckFunctionExists.c.o -c /usr/local/homebrew/Cellar/cmake/3.14.5/share/cmake/Modules/CheckFunctionExists.c
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=nehalem -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=setsid -DNDEBUG -DMIN_LOG_LEVEL=3 -o CMakeFiles/cmTC_462e2.dir/CheckFunctionExists.c.o -c /usr/local/homebrew/Cellar/cmake/3.14.5/share/cmake/Modules/CheckFunctionExists.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
clang called with: -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=setsid -DNDEBUG -DMIN_LOG_LEVEL=3 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_462e2.dir/CheckFunctionExists.c.o -o cmTC_462e2 /usr/local/homebrew/opt/gettext/lib/libintl.dylib
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=nehalem -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=setsid -DNDEBUG -DMIN_LOG_LEVEL=3 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_462e2.dir/CheckFunctionExists.c.o -o cmTC_462e2 /usr/local/homebrew/opt/gettext/lib/libintl.dylib -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=sigaction -DNDEBUG -DMIN_LOG_LEVEL=3 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -o CMakeFiles/cmTC_7f139.dir/CheckFunctionExists.c.o -c /usr/local/homebrew/Cellar/cmake/3.14.5/share/cmake/Modules/CheckFunctionExists.c
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=nehalem -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=sigaction -DNDEBUG -DMIN_LOG_LEVEL=3 -o CMakeFiles/cmTC_7f139.dir/CheckFunctionExists.c.o -c /usr/local/homebrew/Cellar/cmake/3.14.5/share/cmake/Modules/CheckFunctionExists.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
clang called with: -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=sigaction -DNDEBUG -DMIN_LOG_LEVEL=3 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_7f139.dir/CheckFunctionExists.c.o -o cmTC_7f139 /usr/local/homebrew/opt/gettext/lib/libintl.dylib
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=nehalem -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=sigaction -DNDEBUG -DMIN_LOG_LEVEL=3 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_7f139.dir/CheckFunctionExists.c.o -o cmTC_7f139 /usr/local/homebrew/opt/gettext/lib/libintl.dylib -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=strcasecmp -DNDEBUG -DMIN_LOG_LEVEL=3 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -o CMakeFiles/cmTC_58a7a.dir/CheckFunctionExists.c.o -c /usr/local/homebrew/Cellar/cmake/3.14.5/share/cmake/Modules/CheckFunctionExists.c
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=nehalem -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=strcasecmp -DNDEBUG -DMIN_LOG_LEVEL=3 -o CMakeFiles/cmTC_58a7a.dir/CheckFunctionExists.c.o -c /usr/local/homebrew/Cellar/cmake/3.14.5/share/cmake/Modules/CheckFunctionExists.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
clang called with: -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=strcasecmp -DNDEBUG -DMIN_LOG_LEVEL=3 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_58a7a.dir/CheckFunctionExists.c.o -o cmTC_58a7a /usr/local/homebrew/opt/gettext/lib/libintl.dylib
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=nehalem -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=strcasecmp -DNDEBUG -DMIN_LOG_LEVEL=3 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_58a7a.dir/CheckFunctionExists.c.o -o cmTC_58a7a /usr/local/homebrew/opt/gettext/lib/libintl.dylib -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=strncasecmp -DNDEBUG -DMIN_LOG_LEVEL=3 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -o CMakeFiles/cmTC_36d3b.dir/CheckFunctionExists.c.o -c /usr/local/homebrew/Cellar/cmake/3.14.5/share/cmake/Modules/CheckFunctionExists.c
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=nehalem -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=strncasecmp -DNDEBUG -DMIN_LOG_LEVEL=3 -o CMakeFiles/cmTC_36d3b.dir/CheckFunctionExists.c.o -c /usr/local/homebrew/Cellar/cmake/3.14.5/share/cmake/Modules/CheckFunctionExists.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
clang called with: -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=strncasecmp -DNDEBUG -DMIN_LOG_LEVEL=3 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_36d3b.dir/CheckFunctionExists.c.o -o cmTC_36d3b /usr/local/homebrew/opt/gettext/lib/libintl.dylib
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=nehalem -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=strncasecmp -DNDEBUG -DMIN_LOG_LEVEL=3 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_36d3b.dir/CheckFunctionExists.c.o -o cmTC_36d3b /usr/local/homebrew/opt/gettext/lib/libintl.dylib -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=utime -DNDEBUG -DMIN_LOG_LEVEL=3 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -o CMakeFiles/cmTC_6a1ba.dir/CheckFunctionExists.c.o -c /usr/local/homebrew/Cellar/cmake/3.14.5/share/cmake/Modules/CheckFunctionExists.c
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=nehalem -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=utime -DNDEBUG -DMIN_LOG_LEVEL=3 -o CMakeFiles/cmTC_6a1ba.dir/CheckFunctionExists.c.o -c /usr/local/homebrew/Cellar/cmake/3.14.5/share/cmake/Modules/CheckFunctionExists.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
clang called with: -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=utime -DNDEBUG -DMIN_LOG_LEVEL=3 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_6a1ba.dir/CheckFunctionExists.c.o -o cmTC_6a1ba /usr/local/homebrew/opt/gettext/lib/libintl.dylib
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=nehalem -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=utime -DNDEBUG -DMIN_LOG_LEVEL=3 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_6a1ba.dir/CheckFunctionExists.c.o -o cmTC_6a1ba /usr/local/homebrew/opt/gettext/lib/libintl.dylib -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=utimes -DNDEBUG -DMIN_LOG_LEVEL=3 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -o CMakeFiles/cmTC_d4625.dir/CheckFunctionExists.c.o -c /usr/local/homebrew/Cellar/cmake/3.14.5/share/cmake/Modules/CheckFunctionExists.c
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=nehalem -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=utimes -DNDEBUG -DMIN_LOG_LEVEL=3 -o CMakeFiles/cmTC_d4625.dir/CheckFunctionExists.c.o -c /usr/local/homebrew/Cellar/cmake/3.14.5/share/cmake/Modules/CheckFunctionExists.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
clang called with: -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=utimes -DNDEBUG -DMIN_LOG_LEVEL=3 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_d4625.dir/CheckFunctionExists.c.o -o cmTC_d4625 /usr/local/homebrew/opt/gettext/lib/libintl.dylib
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=nehalem -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=utimes -DNDEBUG -DMIN_LOG_LEVEL=3 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_d4625.dir/CheckFunctionExists.c.o -o cmTC_d4625 /usr/local/homebrew/opt/gettext/lib/libintl.dylib -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DNDEBUG -DMIN_LOG_LEVEL=3 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -o CMakeFiles/cmTC_ea676.dir/CheckSymbolExists.c.o -c /tmp/neovim-20190615-9919-c01ohk/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=nehalem -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DNDEBUG -DMIN_LOG_LEVEL=3 -o CMakeFiles/cmTC_ea676.dir/CheckSymbolExists.c.o -c /tmp/neovim-20190615-9919-c01ohk/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
clang called with: -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DNDEBUG -DMIN_LOG_LEVEL=3 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_ea676.dir/CheckSymbolExists.c.o -o cmTC_ea676 /usr/local/homebrew/opt/gettext/lib/libintl.dylib
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=nehalem -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DNDEBUG -DMIN_LOG_LEVEL=3 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_ea676.dir/CheckSymbolExists.c.o -o cmTC_ea676 /usr/local/homebrew/opt/gettext/lib/libintl.dylib -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DNDEBUG -DMIN_LOG_LEVEL=3 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -o CMakeFiles/cmTC_d4587.dir/CheckSymbolExists.c.o -c /tmp/neovim-20190615-9919-c01ohk/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=nehalem -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DNDEBUG -DMIN_LOG_LEVEL=3 -o CMakeFiles/cmTC_d4587.dir/CheckSymbolExists.c.o -c /tmp/neovim-20190615-9919-c01ohk/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
clang called with: -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DNDEBUG -DMIN_LOG_LEVEL=3 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_d4587.dir/CheckSymbolExists.c.o -o cmTC_d4587 /usr/local/homebrew/opt/gettext/lib/libintl.dylib
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=nehalem -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DNDEBUG -DMIN_LOG_LEVEL=3 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_d4587.dir/CheckSymbolExists.c.o -o cmTC_d4587 /usr/local/homebrew/opt/gettext/lib/libintl.dylib -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DNDEBUG -DMIN_LOG_LEVEL=3 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -o CMakeFiles/cmTC_93e7b.dir/HAVE_ENDIAN_H.c.o -c /tmp/neovim-20190615-9919-c01ohk/build/CMakeFiles/CheckIncludeFiles/HAVE_ENDIAN_H.c
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=nehalem -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DNDEBUG -DMIN_LOG_LEVEL=3 -o CMakeFiles/cmTC_93e7b.dir/HAVE_ENDIAN_H.c.o -c /tmp/neovim-20190615-9919-c01ohk/build/CMakeFiles/CheckIncludeFiles/HAVE_ENDIAN_H.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
clang called with: -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DNDEBUG -DMIN_LOG_LEVEL=3 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -o CMakeFiles/cmTC_902eb.dir/HAVE_SYS_ENDIAN_H.c.o -c /tmp/neovim-20190615-9919-c01ohk/build/CMakeFiles/CheckIncludeFiles/HAVE_SYS_ENDIAN_H.c
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=nehalem -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DNDEBUG -DMIN_LOG_LEVEL=3 -o CMakeFiles/cmTC_902eb.dir/HAVE_SYS_ENDIAN_H.c.o -c /tmp/neovim-20190615-9919-c01ohk/build/CMakeFiles/CheckIncludeFiles/HAVE_SYS_ENDIAN_H.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
clang called with: -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DHAVE_BE64TOH_MACROS -DNDEBUG -DMIN_LOG_LEVEL=3 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -o CMakeFiles/cmTC_35cc4.dir/src.c.o -c /tmp/neovim-20190615-9919-c01ohk/build/CMakeFiles/CMakeTmp/src.c
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=nehalem -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DHAVE_BE64TOH_MACROS -DNDEBUG -DMIN_LOG_LEVEL=3 -o CMakeFiles/cmTC_35cc4.dir/src.c.o -c /tmp/neovim-20190615-9919-c01ohk/build/CMakeFiles/CMakeTmp/src.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
clang called with: -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=be64toh -DNDEBUG -DMIN_LOG_LEVEL=3 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -o CMakeFiles/cmTC_cbc66.dir/CheckFunctionExists.c.o -c /usr/local/homebrew/Cellar/cmake/3.14.5/share/cmake/Modules/CheckFunctionExists.c
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=nehalem -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=be64toh -DNDEBUG -DMIN_LOG_LEVEL=3 -o CMakeFiles/cmTC_cbc66.dir/CheckFunctionExists.c.o -c /usr/local/homebrew/Cellar/cmake/3.14.5/share/cmake/Modules/CheckFunctionExists.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
clang called with: -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=be64toh -DNDEBUG -DMIN_LOG_LEVEL=3 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_cbc66.dir/CheckFunctionExists.c.o -o cmTC_cbc66 /usr/local/homebrew/opt/gettext/lib/libintl.dylib
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=nehalem -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=be64toh -DNDEBUG -DMIN_LOG_LEVEL=3 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_cbc66.dir/CheckFunctionExists.c.o -o cmTC_cbc66 /usr/local/homebrew/opt/gettext/lib/libintl.dylib -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DORDER_BIG_ENDIAN -DNDEBUG -DMIN_LOG_LEVEL=3 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -o CMakeFiles/cmTC_23fdc.dir/src.c.o -c /tmp/neovim-20190615-9919-c01ohk/build/CMakeFiles/CMakeTmp/src.c
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=nehalem -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DORDER_BIG_ENDIAN -DNDEBUG -DMIN_LOG_LEVEL=3 -o CMakeFiles/cmTC_23fdc.dir/src.c.o -c /tmp/neovim-20190615-9919-c01ohk/build/CMakeFiles/CMakeTmp/src.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include
clang called with: -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DORDER_BIG_ENDIAN -DNDEBUG -DMIN_LOG_LEVEL=3 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_23fdc.dir/src.c.o -o cmTC_23fdc /usr/local/homebrew/opt/gettext/lib/libintl.dylib
superenv added: -pipe -w -Os -march=nehalem --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=nehalem -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DORDER_BIG_ENDIAN -DNDEBUG -DMIN_LOG_LEVEL=3 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_23fdc.dir/src.c.o -o cmTC_23fdc /usr/local/homebrew/opt/gettext/lib/libintl.dylib -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/homebrew/opt/gettext/include -L/usr/local/homebrew/opt/gettext/lib -L/usr/local/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment