Skip to content

Instantly share code, notes, and snippets.

@dropofwill
Created January 28, 2017 21:31
Show Gist options
  • Save dropofwill/6846fef8d0537e199954d0c1f5eebcd3 to your computer and use it in GitHub Desktop.
Save dropofwill/6846fef8d0537e199954d0c1f5eebcd3 to your computer and use it in GitHub Desktop.
neovim (neovim/neovim/neovim) on macOS 10.11.6 - Homebrew build logs
Homebrew build logs for neovim/neovim/neovim on macOS 10.11.6
Build date: 2017-01-28 16:29:32
HOMEBREW_VERSION: 1.1.8
ORIGIN: https://github.com/Homebrew/brew
HEAD: e59ada508727f11464595893783beb914c26f60b
Last commit: 5 days ago
Core tap ORIGIN: https://github.com/Homebrew/homebrew-core
Core tap HEAD: cc4a955104b346df9cef368f67aa691a56289df9
Core tap last commit: 66 minutes ago
HOMEBREW_PREFIX: /usr/local
HOMEBREW_REPOSITORY: /usr/local/Homebrew
HOMEBREW_CELLAR: /usr/local/Cellar
HOMEBREW_BOTTLE_DOMAIN: https://homebrew.bintray.com
CPU: octa-core 64-bit haswell
Homebrew Ruby: 2.0.0-p648
Clang: 8.0 build 800
Git: 2.9.0 => /usr/local/bin/git
Perl: /usr/local/bin/perl => /usr/local/Cellar/perl/5.24.0_1/bin/perl
Python: /usr/local/var/pyenv/shims/python => /usr/local/var/pyenv/versions/2.7.10/bin/python2.7
Ruby: /usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/ruby
Java: 1.8.0_112, 1.7.0_80
macOS: 10.11.6-x86_64
Xcode: N/A
CLT: 8.2.0.0.1.1480973914
X11: N/A
Please note that these warnings are just used to help the Homebrew maintainers
with debugging if you file an issue. If everything you use Homebrew for is
working fine: please don't worry and just ignore them. Thanks!
Warning: "config" scripts exist outside your system or Homebrew directories.
`./configure` scripts often look for *-config scripts to determine if
software packages are installed, and what additional flags to use when
compiling and linking.
Having additional scripts in your path can confuse software installed via
Homebrew if the config script overrides a system or Homebrew provided
script of the same name. We found the following "config" scripts:
/usr/local/var/pyenv/shims/python-config
/usr/local/var/pyenv/shims/python2-config
/usr/local/var/pyenv/shims/python2.7-config
neovim/neovim/neovim
Formula: neovim
Tap: neovim/neovim
Path: /usr/local/Homebrew/Library/Taps/neovim/homebrew-neovim/Formula/neovim.rb
2017-01-28 16:29:29 -0500
cmake
../third-party
-DUSE_BUNDLED_BUSTED=OFF
-DUSE_BUNDLED_GPERF=OFF
-DUSE_BUNDLED_LIBUV=OFF
-DUSE_BUNDLED_MSGPACK=OFF
-DUSE_BUNDLED_UNIBILIUM=OFF
-DUSE_BUNDLED_LIBTERMKEY=OFF
-DUSE_BUNDLED_LIBVTERM=OFF
-DUSE_BUNDLED_JEMALLOC=OFF
-DUSE_EXISTING_SRC_DIR=ON
-DCMAKE_C_FLAGS_RELEASE=-DNDEBUG
-DCMAKE_CXX_FLAGS_RELEASE=-DNDEBUG
-DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/neovim/0.1.7
-DCMAKE_BUILD_TYPE=Release
-DCMAKE_FIND_FRAMEWORK=LAST
-DCMAKE_VERBOSE_MAKEFILE=ON
-Wno-dev
-- The C compiler identification is AppleClang 8.0.0.8000042
-- The CXX compiler identification is AppleClang 8.0.0.8000042
-- Check for working C compiler: /usr/local/Homebrew/Library/Homebrew/shims/super/clang
-- Check for working C compiler: /usr/local/Homebrew/Library/Homebrew/shims/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/super/clang++
-- Check for working CXX compiler: /usr/local/Homebrew/Library/Homebrew/shims/super/clang++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found GNU Make at /usr/local/Homebrew/Library/Homebrew/shims/super/gmake
-- Configuring done
-- Generating done
-- Build files have been written to: /tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build
clang called with: CMakeCCompilerId.c
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang CMakeCCompilerId.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: CMakeCXXCompilerId.cpp
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ CMakeCXXCompilerId.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o CMakeFiles/cmTC_3da4e.dir/testCCompiler.c.o -c /tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/CMakeFiles/CMakeTmp/testCCompiler.c
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -o CMakeFiles/cmTC_3da4e.dir/testCCompiler.c.o -c /tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/CMakeFiles/CMakeTmp/testCCompiler.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_3da4e.dir/testCCompiler.c.o -o cmTC_3da4e
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_3da4e.dir/testCCompiler.c.o -o cmTC_3da4e -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o CMakeFiles/cmTC_b0f2f.dir/CMakeCCompilerABI.c.o -c /usr/local/Cellar/cmake/3.7.2/share/cmake/Modules/CMakeCCompilerABI.c
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -o CMakeFiles/cmTC_b0f2f.dir/CMakeCCompilerABI.c.o -c /usr/local/Cellar/cmake/3.7.2/share/cmake/Modules/CMakeCCompilerABI.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_b0f2f.dir/CMakeCCompilerABI.c.o -o cmTC_b0f2f
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_b0f2f.dir/CMakeCCompilerABI.c.o -o cmTC_b0f2f -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -std=c11 -o CMakeFiles/cmTC_594e3.dir/feature_tests.c.o -c /tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/CMakeFiles/feature_tests.c
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -std=c11 -o CMakeFiles/cmTC_594e3.dir/feature_tests.c.o -c /tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/CMakeFiles/feature_tests.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_594e3.dir/feature_tests.c.o -o cmTC_594e3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_594e3.dir/feature_tests.c.o -o cmTC_594e3 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -std=c99 -o CMakeFiles/cmTC_a060c.dir/feature_tests.c.o -c /tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/CMakeFiles/feature_tests.c
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -std=c99 -o CMakeFiles/cmTC_a060c.dir/feature_tests.c.o -c /tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/CMakeFiles/feature_tests.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_a060c.dir/feature_tests.c.o -o cmTC_a060c
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_a060c.dir/feature_tests.c.o -o cmTC_a060c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -std=c90 -o CMakeFiles/cmTC_4d297.dir/feature_tests.c.o -c /tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/CMakeFiles/feature_tests.c
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -std=c90 -o CMakeFiles/cmTC_4d297.dir/feature_tests.c.o -c /tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/CMakeFiles/feature_tests.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_4d297.dir/feature_tests.c.o -o cmTC_4d297
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_4d297.dir/feature_tests.c.o -o cmTC_4d297 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -o CMakeFiles/cmTC_9d68a.dir/testCXXCompiler.cxx.o -c /tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/CMakeFiles/CMakeTmp/testCXXCompiler.cxx
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang++ -pipe -w -Os -march=native -o CMakeFiles/cmTC_9d68a.dir/testCXXCompiler.cxx.o -c /tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/CMakeFiles/CMakeTmp/testCXXCompiler.cxx -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang++ called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_9d68a.dir/testCXXCompiler.cxx.o -o cmTC_9d68a
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_9d68a.dir/testCXXCompiler.cxx.o -o cmTC_9d68a -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -o CMakeFiles/cmTC_f81a3.dir/CMakeCXXCompilerABI.cpp.o -c /usr/local/Cellar/cmake/3.7.2/share/cmake/Modules/CMakeCXXCompilerABI.cpp
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang++ -pipe -w -Os -march=native -o CMakeFiles/cmTC_f81a3.dir/CMakeCXXCompilerABI.cpp.o -c /usr/local/Cellar/cmake/3.7.2/share/cmake/Modules/CMakeCXXCompilerABI.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang++ called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_f81a3.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_f81a3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_f81a3.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_f81a3 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -std=c++14 -o CMakeFiles/cmTC_988b8.dir/feature_tests.cxx.o -c /tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/CMakeFiles/feature_tests.cxx
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang++ -pipe -w -Os -march=native -std=c++14 -o CMakeFiles/cmTC_988b8.dir/feature_tests.cxx.o -c /tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/CMakeFiles/feature_tests.cxx -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang++ called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_988b8.dir/feature_tests.cxx.o -o cmTC_988b8
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_988b8.dir/feature_tests.cxx.o -o cmTC_988b8 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -std=c++11 -o CMakeFiles/cmTC_ad8de.dir/feature_tests.cxx.o -c /tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/CMakeFiles/feature_tests.cxx
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang++ -pipe -w -Os -march=native -std=c++11 -o CMakeFiles/cmTC_ad8de.dir/feature_tests.cxx.o -c /tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/CMakeFiles/feature_tests.cxx -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang++ called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_ad8de.dir/feature_tests.cxx.o -o cmTC_ad8de
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_ad8de.dir/feature_tests.cxx.o -o cmTC_ad8de -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -std=c++98 -o CMakeFiles/cmTC_171f4.dir/feature_tests.cxx.o -c /tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/CMakeFiles/feature_tests.cxx
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang++ -pipe -w -Os -march=native -std=c++98 -o CMakeFiles/cmTC_171f4.dir/feature_tests.cxx.o -c /tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/CMakeFiles/feature_tests.cxx -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang++ called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_171f4.dir/feature_tests.cxx.o -o cmTC_171f4
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_171f4.dir/feature_tests.cxx.o -o cmTC_171f4 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
2017-01-28 16:29:31 -0500
make
VERBOSE=1
/usr/local/Cellar/cmake/3.7.2/bin/cmake -H/tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/third-party -B/tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build --check-build-system CMakeFiles/Makefile.cmake 0
/usr/local/Cellar/cmake/3.7.2/bin/cmake -E cmake_progress_start /tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/CMakeFiles /tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/CMakeFiles/progress.marks
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/Makefile2 all
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/luajit.dir/build.make CMakeFiles/luajit.dir/depend
cd /tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build && /usr/local/Cellar/cmake/3.7.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/third-party /tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/third-party /tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build /tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build /tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/CMakeFiles/luajit.dir/DependInfo.cmake --color=
Dependee "/tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/CMakeFiles/luajit.dir/DependInfo.cmake" is newer than depender "/tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/CMakeFiles/luajit.dir/depend.internal".
Dependee "/tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/CMakeFiles/luajit.dir/depend.internal".
Scanning dependencies of target luajit
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/luajit.dir/build.make CMakeFiles/luajit.dir/build
[ 3%] Creating directories for 'luajit'
/usr/local/Cellar/cmake/3.7.2/bin/cmake -E make_directory /tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/build/src/luajit
/usr/local/Cellar/cmake/3.7.2/bin/cmake -E make_directory /tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/build/src/luajit
/usr/local/Cellar/cmake/3.7.2/bin/cmake -E make_directory /tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/build
/usr/local/Cellar/cmake/3.7.2/bin/cmake -E make_directory /tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/build/tmp
/usr/local/Cellar/cmake/3.7.2/bin/cmake -E make_directory /tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/build/src/luajit-stamp
/usr/local/Cellar/cmake/3.7.2/bin/cmake -E make_directory /tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/build/downloads/luajit
/usr/local/Cellar/cmake/3.7.2/bin/cmake -E touch /tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/build/src/luajit-stamp/luajit-mkdir
[ 7%] Performing download step for 'luajit'
cd /tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/build/downloads/luajit && /usr/local/Cellar/cmake/3.7.2/bin/cmake -DPREFIX=/tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/build -DDOWNLOAD_DIR=/tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/build/downloads/luajit -DURL=https://github.com/neovim/deps/raw/master/opt/LuaJIT-2.0.4.tar.gz -DEXPECTED_SHA256=620fa4eb12375021bef6e4f237cbd2dd5d49e56beb414bee052c746beef1807d -DTARGET=luajit -DUSE_EXISTING_SRC_DIR=ON -P /tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/third-party/cmake/DownloadAndExtractFile.cmake
-- /tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/build/src/luajit is found and not empty, skipping download and extraction.
cd /tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/build/downloads/luajit && /usr/local/Cellar/cmake/3.7.2/bin/cmake -E touch /tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/build/src/luajit-stamp/luajit-download
[ 11%] No patch step for 'luajit'
/usr/local/Cellar/cmake/3.7.2/bin/cmake -E echo_append
[ 14%] No update step for 'luajit'
/usr/local/Cellar/cmake/3.7.2/bin/cmake -E echo_append
/usr/local/Cellar/cmake/3.7.2/bin/cmake -E touch /tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/build/src/luajit-stamp/luajit-patch
/usr/local/Cellar/cmake/3.7.2/bin/cmake -E touch /tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/build/src/luajit-stamp/luajit-update
[ 18%] No configure step for 'luajit'
cd /tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/build/src/luajit && /usr/local/Cellar/cmake/3.7.2/bin/cmake -E echo_append
cd /tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/build/src/luajit && /usr/local/Cellar/cmake/3.7.2/bin/cmake -E touch /tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/build/src/luajit-stamp/luajit-configure
[ 22%] No build step for 'luajit'
cd /tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/build/src/luajit && /usr/local/Cellar/cmake/3.7.2/bin/cmake -E echo_append
cd /tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/build/src/luajit && /usr/local/Cellar/cmake/3.7.2/bin/cmake -E touch /tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/build/src/luajit-stamp/luajit-build
[ 25%] Performing install step for 'luajit'
cd /tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/build/src/luajit && /Library/Developer/CommandLineTools/usr/bin/make CFLAGS=-fPIC CFLAGS+=-DLUAJIT_DISABLE_JIT CFLAGS+=-DLUA_USE_APICHECK CFLAGS+=-DLUA_USE_ASSERT CCDEBUG+=-g Q= install CC=/usr/local/Homebrew/Library/Homebrew/shims/super/clang PREFIX=/tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/usr
==== Building LuaJIT 2.0.4 ====
/Library/Developer/CommandLineTools/usr/bin/make -C src
HOSTCC host/minilua.o
/usr/local/Homebrew/Library/Homebrew/shims/super/clang -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -I. -DLUAJIT_TARGET=LUAJIT_ARCH_x64 -DLJ_ARCH_HASFPU=1 -DLJ_ABI_SOFTFP=0 -c -o host/minilua.o host/minilua.c
HOSTCC host/buildvm_asm.o
HOSTCC host/buildvm_peobj.o
/usr/local/Homebrew/Library/Homebrew/shims/super/clang -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -I. -DLUAJIT_TARGET=LUAJIT_ARCH_x64 -DLJ_ARCH_HASFPU=1 -DLJ_ABI_SOFTFP=0 -c -o host/buildvm_peobj.o host/buildvm_peobj.c
HOSTCC host/buildvm_fold.o
HOSTCC host/buildvm_lib.o
/usr/local/Homebrew/Library/Homebrew/shims/super/clang -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -I. -DLUAJIT_TARGET=LUAJIT_ARCH_x64 -DLJ_ARCH_HASFPU=1 -DLJ_ABI_SOFTFP=0 -c -o host/buildvm_fold.o host/buildvm_fold.c
/usr/local/Homebrew/Library/Homebrew/shims/super/clang -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -I. -DLUAJIT_TARGET=LUAJIT_ARCH_x64 -DLJ_ARCH_HASFPU=1 -DLJ_ABI_SOFTFP=0 -c -o host/buildvm_lib.o host/buildvm_lib.c
/usr/local/Homebrew/Library/Homebrew/shims/super/clang -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -I. -DLUAJIT_TARGET=LUAJIT_ARCH_x64 -DLJ_ARCH_HASFPU=1 -DLJ_ABI_SOFTFP=0 -c -o host/buildvm_asm.o host/buildvm_asm.c
CC lj_gc.o
CC lj_char.o
CC lj_obj.o
/usr/local/Homebrew/Library/Homebrew/shims/super/clang -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_gc.o lj_gc.c
/usr/local/Homebrew/Library/Homebrew/shims/super/clang -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_char.o lj_char.c
/usr/local/Homebrew/Library/Homebrew/shims/super/clang -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_obj.o lj_obj.c
CC lj_str.o
/usr/local/Homebrew/Library/Homebrew/shims/super/clang -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_str.o lj_str.c
CC lj_tab.o
CC lj_func.o
/usr/local/Homebrew/Library/Homebrew/shims/super/clang -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_tab.o lj_tab.c
CC lj_udata.o
/usr/local/Homebrew/Library/Homebrew/shims/super/clang -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_func.o lj_func.c
/usr/local/Homebrew/Library/Homebrew/shims/super/clang -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_udata.o lj_udata.c
CC lj_meta.o
/usr/local/Homebrew/Library/Homebrew/shims/super/clang -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_meta.o lj_meta.c
CC lj_debug.o
/usr/local/Homebrew/Library/Homebrew/shims/super/clang -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_debug.o lj_debug.c
CC lj_state.o
/usr/local/Homebrew/Library/Homebrew/shims/super/clang -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_state.o lj_state.c
CC lj_vmevent.o
/usr/local/Homebrew/Library/Homebrew/shims/super/clang -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_vmevent.o lj_vmevent.c
CC lj_vmmath.o
/usr/local/Homebrew/Library/Homebrew/shims/super/clang -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_vmmath.o lj_vmmath.c
CC lj_strscan.o
CC lj_api.o
/usr/local/Homebrew/Library/Homebrew/shims/super/clang -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_strscan.o lj_strscan.c
CC lj_lex.o
CC lj_parse.o
/usr/local/Homebrew/Library/Homebrew/shims/super/clang -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_api.o lj_api.c
/usr/local/Homebrew/Library/Homebrew/shims/super/clang -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_lex.o lj_lex.c
/usr/local/Homebrew/Library/Homebrew/shims/super/clang -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_parse.o lj_parse.c
CC lj_bcread.o
/usr/local/Homebrew/Library/Homebrew/shims/super/clang -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_bcread.o lj_bcread.c
CC lj_bcwrite.o
CC lj_load.o
/usr/local/Homebrew/Library/Homebrew/shims/super/clang -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_bcwrite.o lj_bcwrite.c
/usr/local/Homebrew/Library/Homebrew/shims/super/clang -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_load.o lj_load.c
CC lj_ir.o
/usr/local/Homebrew/Library/Homebrew/shims/super/clang -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_ir.o lj_ir.c
CC lj_opt_mem.o
CC lj_opt_narrow.o
/usr/local/Homebrew/Library/Homebrew/shims/super/clang -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_opt_mem.o lj_opt_mem.c
/usr/local/Homebrew/Library/Homebrew/shims/super/clang -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_opt_narrow.o lj_opt_narrow.c
CC lj_opt_dce.o
CC lj_opt_loop.o
/usr/local/Homebrew/Library/Homebrew/shims/super/clang -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_opt_dce.o lj_opt_dce.c
/usr/local/Homebrew/Library/Homebrew/shims/super/clang -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_opt_loop.o lj_opt_loop.c
CC lj_opt_split.o
/usr/local/Homebrew/Library/Homebrew/shims/super/clang -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_opt_split.o lj_opt_split.c
CC lj_opt_sink.o
/usr/local/Homebrew/Library/Homebrew/shims/super/clang -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_opt_sink.o lj_opt_sink.c
CC lj_mcode.o
/usr/local/Homebrew/Library/Homebrew/shims/super/clang -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_mcode.o lj_mcode.c
CC lj_snap.o
CC lj_asm.o
/usr/local/Homebrew/Library/Homebrew/shims/super/clang -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_snap.o lj_snap.c
/usr/local/Homebrew/Library/Homebrew/shims/super/clang -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_asm.o lj_asm.c
CC lj_trace.o
/usr/local/Homebrew/Library/Homebrew/shims/super/clang -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_trace.o lj_trace.c
CC lj_gdbjit.o
/usr/local/Homebrew/Library/Homebrew/shims/super/clang -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_gdbjit.o lj_gdbjit.c
CC lj_ctype.o
/usr/local/Homebrew/Library/Homebrew/shims/super/clang -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_ctype.o lj_ctype.c
CC lj_cdata.o
CC lj_cconv.o
/usr/local/Homebrew/Library/Homebrew/shims/super/clang -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_cdata.o lj_cdata.c
/usr/local/Homebrew/Library/Homebrew/shims/super/clang -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_cconv.o lj_cconv.c
CC lj_ccall.o
/usr/local/Homebrew/Library/Homebrew/shims/super/clang -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_ccall.o lj_ccall.c
CC lj_ccallback.o
/usr/local/Homebrew/Library/Homebrew/shims/super/clang -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_ccallback.o lj_ccallback.c
CC lj_carith.o
/usr/local/Homebrew/Library/Homebrew/shims/super/clang -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_carith.o lj_carith.c
CC lj_clib.o
/usr/local/Homebrew/Library/Homebrew/shims/super/clang -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_clib.o lj_clib.c
CC lj_cparse.o
/usr/local/Homebrew/Library/Homebrew/shims/super/clang -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_cparse.o lj_cparse.c
CC lj_lib.o
/usr/local/Homebrew/Library/Homebrew/shims/super/clang -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_lib.o lj_lib.c
CC lj_alloc.o
/usr/local/Homebrew/Library/Homebrew/shims/super/clang -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_alloc.o lj_alloc.c
CC lib_aux.o
CC lib_package.o
/usr/local/Homebrew/Library/Homebrew/shims/super/clang -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lib_aux.o lib_aux.c
/usr/local/Homebrew/Library/Homebrew/shims/super/clang -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lib_package.o lib_package.c
CC lib_init.o
/usr/local/Homebrew/Library/Homebrew/shims/super/clang -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lib_init.o lib_init.c
CC luajit.o
/usr/local/Homebrew/Library/Homebrew/shims/super/clang -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o luajit.o luajit.c
HOSTLINK host/minilua
/usr/local/Homebrew/Library/Homebrew/shims/super/clang -g -o host/minilua host/minilua.o -lm
DYNASM host/buildvm_arch.h
host/minilua ../dynasm/dynasm.lua -D P64 -D FFI -D FPU -D HFABI -D VER= -o host/buildvm_arch.h vm_x86.dasc
HOSTCC host/buildvm.o
/usr/local/Homebrew/Library/Homebrew/shims/super/clang -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -I. -DLUAJIT_TARGET=LUAJIT_ARCH_x64 -DLJ_ARCH_HASFPU=1 -DLJ_ABI_SOFTFP=0 -c -o host/buildvm.o host/buildvm.c
HOSTLINK host/buildvm
/usr/local/Homebrew/Library/Homebrew/shims/super/clang -g -o host/buildvm host/buildvm.o host/buildvm_asm.o host/buildvm_peobj.o host/buildvm_lib.o host/buildvm_fold.o
BUILDVM lj_vm.s
host/buildvm -m machasm -o lj_vm.s
BUILDVM lj_ffdef.h
make[4]: host/buildvm: Permission denied
BUILDVM lj_bcdef.h
host/buildvm -m bcdef -o lj_bcdef.h lib_base.c lib_math.c lib_bit.c lib_string.c lib_table.c lib_io.c lib_os.c lib_package.c lib_debug.c lib_jit.c lib_ffi.c
BUILDVM lj_recdef.h
make[4]: host/buildvm: Permission denied
BUILDVM lj_libdef.h
BUILDVM lj_folddef.h
BUILDVM jit/vmdef.lua
host/buildvm -m vmdef -o jit/vmdef.lua lib_base.c lib_math.c lib_bit.c lib_string.c lib_table.c lib_io.c lib_os.c lib_package.c lib_debug.c lib_jit.c lib_ffi.c
make[4]: host/buildvm: Permission denied
make[4]: *** [lj_bcdef.h] Error 1
make[4]: *** Waiting for unfinished jobs....
make[4]: *** [lj_vm.s] Error 1
host/buildvm -m libdef -o lj_libdef.h lib_base.c lib_math.c lib_bit.c lib_string.c lib_table.c lib_io.c lib_os.c lib_package.c lib_debug.c lib_jit.c lib_ffi.c
make[4]: host/buildvm: Permission denied
make[4]: *** [jit/vmdef.lua] Error 1
host/buildvm -m recdef -o lj_recdef.h lib_base.c lib_math.c lib_bit.c lib_string.c lib_table.c lib_io.c lib_os.c lib_package.c lib_debug.c lib_jit.c lib_ffi.c
make[4]: *** [lj_libdef.h] Error 1
host/buildvm -m folddef -o lj_folddef.h lj_opt_fold.c
host/buildvm -m ffdef -o lj_ffdef.h lib_base.c lib_math.c lib_bit.c lib_string.c lib_table.c lib_io.c lib_os.c lib_package.c lib_debug.c lib_jit.c lib_ffi.c
make[4]: host/buildvm: Permission denied
make[4]: *** [lj_ffdef.h] Error 1
make[3]: *** [src/luajit] Error 2
make[2]: *** [build/src/luajit-stamp/luajit-install] Error 2
make[1]: *** [CMakeFiles/luajit.dir/all] Error 2
make: *** [all] Error 2
HOMEBREW_VERSION: 1.1.8
ORIGIN: https://github.com/Homebrew/brew
HEAD: e59ada508727f11464595893783beb914c26f60b
Last commit: 5 days ago
Core tap ORIGIN: https://github.com/Homebrew/homebrew-core
Core tap HEAD: cc4a955104b346df9cef368f67aa691a56289df9
Core tap last commit: 64 minutes ago
HOMEBREW_PREFIX: /usr/local
HOMEBREW_REPOSITORY: /usr/local/Homebrew
HOMEBREW_CELLAR: /usr/local/Cellar
HOMEBREW_BOTTLE_DOMAIN: https://homebrew.bintray.com
CPU: octa-core 64-bit haswell
Homebrew Ruby: 2.0.0-p648
Clang: 8.0 build 800
Git: 2.10.1 => /Library/Developer/CommandLineTools/usr/bin/git
Perl: /usr/bin/perl
Python: /usr/bin/python
Ruby: /usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/ruby
Java: 1.8.0_112, 1.7.0_80
macOS: 10.11.6-x86_64
Xcode: N/A
CLT: 8.2.0.0.1.1480973914
X11: N/A
HOMEBREW_CC: clang
HOMEBREW_CXX: clang++
MAKEFLAGS: -j8
CMAKE_PREFIX_PATH: /usr/local/opt/gettext:/usr/local
CMAKE_INCLUDE_PATH: /usr/include/libxml2:/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
CMAKE_LIBRARY_PATH: /System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
PKG_CONFIG_PATH: /usr/local/opt/jemalloc/lib/pkgconfig:/usr/local/opt/libuv/lib/pkgconfig:/usr/local/opt/msgpack/lib/pkgconfig:/usr/local/opt/unibilium/lib/pkgconfig:/usr/local/opt/libtermkey/lib/pkgconfig:/usr/local/opt/libvterm/lib/pkgconfig
PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/usr/local/Homebrew/Library/Homebrew/os/mac/pkgconfig/10.11
ACLOCAL_PATH: /usr/local/opt/gettext/share/aclocal:/usr/local/share/aclocal
PATH: /usr/local/Homebrew/Library/Homebrew/shims/super:/usr/local/opt/cmake/bin:/usr/local/opt/libtool/bin:/usr/local/opt/automake/bin:/usr/local/opt/autoconf/bin:/usr/local/opt/pkg-config/bin:/usr/local/opt/jemalloc/bin:/usr/local/opt/libvterm/bin:/usr/local/opt/gettext/bin:/usr/bin:/bin:/usr/sbin:/sbin
clang called with: -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -E lj_arch.h -dM
superenv removed: -g -O2 -Wall
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -fomit-frame-pointer -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -E lj_arch.h -dM -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -E lj_arch.h -dM
superenv removed: -g -O2 -Wall
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -fomit-frame-pointer -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -E lj_arch.h -dM -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -E lj_arch.h -dM
superenv removed: -g -O2 -Wall
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -fomit-frame-pointer -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -E lj_arch.h -dM -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -o /dev/null -c -x c /dev/null -fno-stack-protector
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -o /dev/null -c -x c /dev/null -fno-stack-protector -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -E lj_arch.h -dM
superenv removed: -g -O2 -Wall
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -fomit-frame-pointer -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -E lj_arch.h -dM -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -E lj_arch.h -dM
superenv removed: -g -O2 -Wall
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -fomit-frame-pointer -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -E lj_arch.h -dM -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -E lj_arch.h -dM
superenv removed: -g -O2 -Wall
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -fomit-frame-pointer -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -E lj_arch.h -dM -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -E lj_arch.h -dM
superenv removed: -g -O2 -Wall
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -fomit-frame-pointer -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -E lj_arch.h -dM -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -E lj_arch.h -dM
superenv removed: -g -O2 -Wall
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -fomit-frame-pointer -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -E lj_arch.h -dM -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -E lj_arch.h -dM
superenv removed: -g -O2 -Wall
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -fomit-frame-pointer -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -E lj_arch.h -dM -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -I. -DLUAJIT_TARGET=LUAJIT_ARCH_x64 -DLJ_ARCH_HASFPU=1 -DLJ_ABI_SOFTFP=0 -c -o host/buildvm_peobj.o host/buildvm_peobj.c
superenv removed: -g -O2 -Wall
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -fomit-frame-pointer -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -I. -DLUAJIT_TARGET=LUAJIT_ARCH_x64 -DLJ_ARCH_HASFPU=1 -DLJ_ABI_SOFTFP=0 -c -o host/buildvm_peobj.o host/buildvm_peobj.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -I. -DLUAJIT_TARGET=LUAJIT_ARCH_x64 -DLJ_ARCH_HASFPU=1 -DLJ_ABI_SOFTFP=0 -c -o host/minilua.o host/minilua.c
superenv removed: -g -O2 -Wall
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -fomit-frame-pointer -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -I. -DLUAJIT_TARGET=LUAJIT_ARCH_x64 -DLJ_ARCH_HASFPU=1 -DLJ_ABI_SOFTFP=0 -c -o host/minilua.o host/minilua.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -I. -DLUAJIT_TARGET=LUAJIT_ARCH_x64 -DLJ_ARCH_HASFPU=1 -DLJ_ABI_SOFTFP=0 -c -o host/buildvm_lib.o host/buildvm_lib.c
superenv removed: -g -O2 -Wall
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -fomit-frame-pointer -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -I. -DLUAJIT_TARGET=LUAJIT_ARCH_x64 -DLJ_ARCH_HASFPU=1 -DLJ_ABI_SOFTFP=0 -c -o host/buildvm_lib.o host/buildvm_lib.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -I. -DLUAJIT_TARGET=LUAJIT_ARCH_x64 -DLJ_ARCH_HASFPU=1 -DLJ_ABI_SOFTFP=0 -c -o host/buildvm_fold.o host/buildvm_fold.c
superenv removed: -g -O2 -Wall
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -fomit-frame-pointer -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -I. -DLUAJIT_TARGET=LUAJIT_ARCH_x64 -DLJ_ARCH_HASFPU=1 -DLJ_ABI_SOFTFP=0 -c -o host/buildvm_fold.o host/buildvm_fold.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -I. -DLUAJIT_TARGET=LUAJIT_ARCH_x64 -DLJ_ARCH_HASFPU=1 -DLJ_ABI_SOFTFP=0 -c -o host/buildvm_asm.o host/buildvm_asm.c
superenv removed: -g -O2 -Wall
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -fomit-frame-pointer -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -I. -DLUAJIT_TARGET=LUAJIT_ARCH_x64 -DLJ_ARCH_HASFPU=1 -DLJ_ABI_SOFTFP=0 -c -o host/buildvm_asm.o host/buildvm_asm.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_gc.o lj_gc.c
superenv removed: -g -O2 -Wall
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -fomit-frame-pointer -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_gc.o lj_gc.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_char.o lj_char.c
superenv removed: -g -O2 -Wall
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -fomit-frame-pointer -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_char.o lj_char.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_obj.o lj_obj.c
superenv removed: -g -O2 -Wall
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -fomit-frame-pointer -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_obj.o lj_obj.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_str.o lj_str.c
superenv removed: -g -O2 -Wall
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -fomit-frame-pointer -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_str.o lj_str.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_func.o lj_func.c
superenv removed: -g -O2 -Wall
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -fomit-frame-pointer -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_func.o lj_func.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_tab.o lj_tab.c
superenv removed: -g -O2 -Wall
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -fomit-frame-pointer -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_tab.o lj_tab.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_udata.o lj_udata.c
superenv removed: -g -O2 -Wall
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -fomit-frame-pointer -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_udata.o lj_udata.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_meta.o lj_meta.c
superenv removed: -g -O2 -Wall
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -fomit-frame-pointer -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_meta.o lj_meta.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_debug.o lj_debug.c
superenv removed: -g -O2 -Wall
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -fomit-frame-pointer -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_debug.o lj_debug.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_state.o lj_state.c
superenv removed: -g -O2 -Wall
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -fomit-frame-pointer -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_state.o lj_state.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_vmevent.o lj_vmevent.c
superenv removed: -g -O2 -Wall
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -fomit-frame-pointer -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_vmevent.o lj_vmevent.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_vmmath.o lj_vmmath.c
superenv removed: -g -O2 -Wall
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -fomit-frame-pointer -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_vmmath.o lj_vmmath.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_api.o lj_api.c
superenv removed: -g -O2 -Wall
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -fomit-frame-pointer -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_api.o lj_api.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_parse.o lj_parse.c
superenv removed: -g -O2 -Wall
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -fomit-frame-pointer -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_parse.o lj_parse.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_strscan.o lj_strscan.c
superenv removed: -g -O2 -Wall
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -fomit-frame-pointer -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_strscan.o lj_strscan.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_lex.o lj_lex.c
superenv removed: -g -O2 -Wall
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -fomit-frame-pointer -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_lex.o lj_lex.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_bcread.o lj_bcread.c
superenv removed: -g -O2 -Wall
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -fomit-frame-pointer -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_bcread.o lj_bcread.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_load.o lj_load.c
superenv removed: -g -O2 -Wall
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -fomit-frame-pointer -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_load.o lj_load.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_bcwrite.o lj_bcwrite.c
superenv removed: -g -O2 -Wall
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -fomit-frame-pointer -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_bcwrite.o lj_bcwrite.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_ir.o lj_ir.c
superenv removed: -g -O2 -Wall
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -fomit-frame-pointer -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_ir.o lj_ir.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_opt_mem.o lj_opt_mem.c
superenv removed: -g -O2 -Wall
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -fomit-frame-pointer -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_opt_mem.o lj_opt_mem.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_opt_narrow.o lj_opt_narrow.c
superenv removed: -g -O2 -Wall
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -fomit-frame-pointer -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_opt_narrow.o lj_opt_narrow.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_opt_dce.o lj_opt_dce.c
superenv removed: -g -O2 -Wall
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -fomit-frame-pointer -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_opt_dce.o lj_opt_dce.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_opt_loop.o lj_opt_loop.c
superenv removed: -g -O2 -Wall
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -fomit-frame-pointer -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_opt_loop.o lj_opt_loop.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_opt_split.o lj_opt_split.c
superenv removed: -g -O2 -Wall
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -fomit-frame-pointer -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_opt_split.o lj_opt_split.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_opt_sink.o lj_opt_sink.c
superenv removed: -g -O2 -Wall
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -fomit-frame-pointer -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_opt_sink.o lj_opt_sink.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_mcode.o lj_mcode.c
superenv removed: -g -O2 -Wall
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -fomit-frame-pointer -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_mcode.o lj_mcode.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_asm.o lj_asm.c
superenv removed: -g -O2 -Wall
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -fomit-frame-pointer -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_asm.o lj_asm.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_snap.o lj_snap.c
superenv removed: -g -O2 -Wall
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -fomit-frame-pointer -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_snap.o lj_snap.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_trace.o lj_trace.c
superenv removed: -g -O2 -Wall
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -fomit-frame-pointer -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_trace.o lj_trace.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_gdbjit.o lj_gdbjit.c
superenv removed: -g -O2 -Wall
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -fomit-frame-pointer -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_gdbjit.o lj_gdbjit.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_ctype.o lj_ctype.c
superenv removed: -g -O2 -Wall
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -fomit-frame-pointer -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_ctype.o lj_ctype.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_cdata.o lj_cdata.c
superenv removed: -g -O2 -Wall
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -fomit-frame-pointer -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_cdata.o lj_cdata.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_cconv.o lj_cconv.c
superenv removed: -g -O2 -Wall
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -fomit-frame-pointer -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_cconv.o lj_cconv.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_ccall.o lj_ccall.c
superenv removed: -g -O2 -Wall
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -fomit-frame-pointer -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_ccall.o lj_ccall.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_ccallback.o lj_ccallback.c
superenv removed: -g -O2 -Wall
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -fomit-frame-pointer -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_ccallback.o lj_ccallback.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_carith.o lj_carith.c
superenv removed: -g -O2 -Wall
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -fomit-frame-pointer -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_carith.o lj_carith.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_clib.o lj_clib.c
superenv removed: -g -O2 -Wall
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -fomit-frame-pointer -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_clib.o lj_clib.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_cparse.o lj_cparse.c
superenv removed: -g -O2 -Wall
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -fomit-frame-pointer -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_cparse.o lj_cparse.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_lib.o lj_lib.c
superenv removed: -g -O2 -Wall
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -fomit-frame-pointer -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_lib.o lj_lib.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_alloc.o lj_alloc.c
superenv removed: -g -O2 -Wall
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -fomit-frame-pointer -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_alloc.o lj_alloc.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lib_package.o lib_package.c
superenv removed: -g -O2 -Wall
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -fomit-frame-pointer -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lib_package.o lib_package.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lib_aux.o lib_aux.c
superenv removed: -g -O2 -Wall
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -fomit-frame-pointer -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lib_aux.o lib_aux.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lib_init.o lib_init.c
superenv removed: -g -O2 -Wall
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -fomit-frame-pointer -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lib_init.o lib_init.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o luajit.o luajit.c
superenv removed: -g -O2 -Wall
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -fomit-frame-pointer -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o luajit.o luajit.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -g -o host/minilua host/minilua.o -lm
superenv removed: -g
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -w -Os -march=native -o host/minilua host/minilua.o -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -E lj_arch.h -dM
superenv removed: -g -O2 -Wall
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -fomit-frame-pointer -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170128-40978-5qwb6r/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -E lj_arch.h -dM -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -I. -DLUAJIT_TARGET=LUAJIT_ARCH_x64 -DLJ_ARCH_HASFPU=1 -DLJ_ABI_SOFTFP=0 -c -o host/buildvm.o host/buildvm.c
superenv removed: -g -O2 -Wall
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -fomit-frame-pointer -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -I. -DLUAJIT_TARGET=LUAJIT_ARCH_x64 -DLJ_ARCH_HASFPU=1 -DLJ_ABI_SOFTFP=0 -c -o host/buildvm.o host/buildvm.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -g -o host/buildvm host/buildvm.o host/buildvm_asm.o host/buildvm_peobj.o host/buildvm_lib.o host/buildvm_fold.o
superenv removed: -g
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -w -Os -march=native -o host/buildvm host/buildvm.o host/buildvm_asm.o host/buildvm_peobj.o host/buildvm_lib.o host/buildvm_fold.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/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