Created
December 23, 2015 16:58
-
-
Save anonymous/acabb834f7de2a4c3a64 to your computer and use it in GitHub Desktop.
neovim (neovim/neovim/neovim) on OS X 10.11.2 - Homebrew build logs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Homebrew build logs for neovim/neovim/neovim on OS X 10.11.2 | |
Build date: 2015-12-23 08:56:56 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
HOMEBREW_VERSION: 0.9.5 | |
ORIGIN: https://github.com/Homebrew/homebrew | |
HEAD: 1b5d07689283bbf36ee887c338894903cd2f739a | |
Last commit: 19 hours ago | |
HOMEBREW_PREFIX: /usr/local | |
HOMEBREW_REPOSITORY: /usr/local | |
HOMEBREW_CELLAR: /usr/local/Cellar | |
HOMEBREW_BOTTLE_DOMAIN: https://homebrew.bintray.com | |
CPU: 8-core 64-bit haswell | |
OS X: 10.11.2-x86_64 | |
Xcode: 7.2 | |
CLT: 7.2.0.0.1.1447826929 | |
Clang: 7.0 build 700 | |
X11: 2.7.8 => /opt/X11 | |
System Ruby: 2.0.0-p645 | |
Perl: /usr/bin/perl | |
Python: /usr/local/bin/python => /usr/local/Cellar/python/2.7.11/Frameworks/Python.framework/Versions/2.7/bin/python2.7 | |
Ruby: /usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/ruby | |
Java: 1.8.0_45 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: You have unlinked kegs in your Cellar | |
Leaving kegs unlinked can lead to build-trouble and cause brews that depend on | |
those kegs to fail to run properly once built. Run `brew link` on these: | |
pandoc | |
Warning: Some keg-only formula are linked into the Cellar. | |
Linking a keg-only formula, such as gettext, into the cellar with | |
`brew link <formula>` will cause other formulae to detect them during | |
the `./configure` step. This may cause problems when compiling those | |
other formulae. | |
Binaries provided by keg-only formulae may override system binaries | |
with other strange results. | |
You may wish to `brew unlink` these brews: | |
bison |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Formula: neovim | |
Tap: neovim/neovim | |
Path: /usr/local/Library/Taps/neovim/homebrew-neovim/Formula/neovim.rb |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2015-12-23 08:56:53 -0800 | |
cmake | |
../third-party | |
-DUSE_BUNDLED_BUSTED=OFF | |
-DUSE_EXISTING_SRC_DIR=ON | |
-DCMAKE_C_FLAGS_RELEASE= | |
-DCMAKE_CXX_FLAGS_RELEASE= | |
-DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/neovim/0.1.1 | |
-DCMAKE_BUILD_TYPE=Release | |
-DCMAKE_FIND_FRAMEWORK=LAST | |
-DCMAKE_VERBOSE_MAKEFILE=ON | |
-Wno-dev | |
-- The C compiler identification is AppleClang 7.0.2.7000181 | |
-- The CXX compiler identification is AppleClang 7.0.2.7000181 | |
-- Check for working C compiler: /usr/local/Library/ENV/4.3/clang | |
-- Check for working C compiler: /usr/local/Library/ENV/4.3/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/Library/ENV/4.3/clang++ | |
-- Check for working CXX compiler: /usr/local/Library/ENV/4.3/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/Library/ENV/4.3/gmake | |
-- Found PkgConfig: /usr/local/bin/pkg-config (found version "0.29") | |
-- Configuring done | |
-- Generating done | |
-- Build files have been written to: /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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_15155.dir/testCCompiler.c.o -c /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/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_15155.dir/testCCompiler.c.o -c /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/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_15155.dir/testCCompiler.c.o -o cmTC_15155 | |
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_15155.dir/testCCompiler.c.o -o cmTC_15155 -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_fc658.dir/CMakeCCompilerABI.c.o -c /usr/local/Cellar/cmake/3.4.1/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_fc658.dir/CMakeCCompilerABI.c.o -c /usr/local/Cellar/cmake/3.4.1/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_fc658.dir/CMakeCCompilerABI.c.o -o cmTC_fc658 | |
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_fc658.dir/CMakeCCompilerABI.c.o -o cmTC_fc658 -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_22db4.dir/feature_tests.c.o -c /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/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_22db4.dir/feature_tests.c.o -c /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/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_22db4.dir/feature_tests.c.o -o cmTC_22db4 | |
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_22db4.dir/feature_tests.c.o -o cmTC_22db4 -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_798cf.dir/feature_tests.c.o -c /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/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_798cf.dir/feature_tests.c.o -c /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/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_798cf.dir/feature_tests.c.o -o cmTC_798cf | |
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_798cf.dir/feature_tests.c.o -o cmTC_798cf -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_d033c.dir/feature_tests.c.o -c /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/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_d033c.dir/feature_tests.c.o -c /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/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_d033c.dir/feature_tests.c.o -o cmTC_d033c | |
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_d033c.dir/feature_tests.c.o -o cmTC_d033c -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_5f1d4.dir/testCXXCompiler.cxx.o -c /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/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_5f1d4.dir/testCXXCompiler.cxx.o -c /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/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_5f1d4.dir/testCXXCompiler.cxx.o -o cmTC_5f1d4 | |
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_5f1d4.dir/testCXXCompiler.cxx.o -o cmTC_5f1d4 -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_c7ff9.dir/CMakeCXXCompilerABI.cpp.o -c /usr/local/Cellar/cmake/3.4.1/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_c7ff9.dir/CMakeCXXCompilerABI.cpp.o -c /usr/local/Cellar/cmake/3.4.1/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_c7ff9.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_c7ff9 | |
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_c7ff9.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_c7ff9 -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_2ab5f.dir/feature_tests.cxx.o -c /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/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_2ab5f.dir/feature_tests.cxx.o -c /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/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_2ab5f.dir/feature_tests.cxx.o -o cmTC_2ab5f | |
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_2ab5f.dir/feature_tests.cxx.o -o cmTC_2ab5f -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_98130.dir/feature_tests.cxx.o -c /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/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_98130.dir/feature_tests.cxx.o -c /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/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_98130.dir/feature_tests.cxx.o -o cmTC_98130 | |
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_98130.dir/feature_tests.cxx.o -o cmTC_98130 -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_fd726.dir/feature_tests.cxx.o -c /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/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_fd726.dir/feature_tests.cxx.o -c /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/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_fd726.dir/feature_tests.cxx.o -o cmTC_fd726 | |
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_fd726.dir/feature_tests.cxx.o -o cmTC_fd726 -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 | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2015-12-23 08:56:55 -0800 | |
make | |
VERBOSE=1 | |
/usr/local/Cellar/cmake/3.4.1/bin/cmake -H/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/third-party -B/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build --check-build-system CMakeFiles/Makefile.cmake 0 | |
/usr/local/Cellar/cmake/3.4.1/bin/cmake -E cmake_progress_start /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/CMakeFiles /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/CMakeFiles/progress.marks | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/Makefile2 all | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/jemalloc.dir/build.make CMakeFiles/jemalloc.dir/depend | |
cd /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build && /usr/local/Cellar/cmake/3.4.1/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/third-party /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/third-party /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/CMakeFiles/jemalloc.dir/DependInfo.cmake --color= | |
Dependee "/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/CMakeFiles/jemalloc.dir/DependInfo.cmake" is newer than depender "/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/CMakeFiles/jemalloc.dir/depend.internal". | |
Dependee "/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/CMakeFiles/jemalloc.dir/depend.internal". | |
Scanning dependencies of target jemalloc | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/jemalloc.dir/build.make CMakeFiles/jemalloc.dir/build | |
[ 1%] Creating directories for 'jemalloc' | |
/usr/local/Cellar/cmake/3.4.1/bin/cmake -E make_directory /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/jemalloc | |
/usr/local/Cellar/cmake/3.4.1/bin/cmake -E make_directory /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/jemalloc | |
/usr/local/Cellar/cmake/3.4.1/bin/cmake -E make_directory /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build | |
/usr/local/Cellar/cmake/3.4.1/bin/cmake -E make_directory /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/tmp | |
/usr/local/Cellar/cmake/3.4.1/bin/cmake -E make_directory /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/jemalloc-stamp | |
/usr/local/Cellar/cmake/3.4.1/bin/cmake -E make_directory /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/downloads/jemalloc | |
/usr/local/Cellar/cmake/3.4.1/bin/cmake -E touch /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/jemalloc-stamp/jemalloc-mkdir | |
[ 3%] Performing download step for 'jemalloc' | |
cd /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/downloads/jemalloc && /usr/local/Cellar/cmake/3.4.1/bin/cmake -DPREFIX=/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build -DDOWNLOAD_DIR=/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/downloads/jemalloc -DURL=https://github.com/jemalloc/jemalloc/releases/download/4.0.2/jemalloc-4.0.2.tar.bz2 -DEXPECTED_SHA256=0d8a9c8a98adb6983e0ccb521d45d9db1656ef3e71d0b14fb333f2c8138f4611 -DTARGET=jemalloc -DUSE_EXISTING_SRC_DIR=ON -P /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/third-party/cmake/DownloadAndExtractFile.cmake | |
-- /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/jemalloc is found and not empty, skipping download and extraction. | |
cd /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/downloads/jemalloc && /usr/local/Cellar/cmake/3.4.1/bin/cmake -E touch /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/jemalloc-stamp/jemalloc-download | |
[ 4%] No patch step for 'jemalloc' | |
/usr/local/Cellar/cmake/3.4.1/bin/cmake -E echo_append | |
/usr/local/Cellar/cmake/3.4.1/bin/cmake -E touch /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/jemalloc-stamp/jemalloc-patch | |
[ 6%] No update step for 'jemalloc' | |
/usr/local/Cellar/cmake/3.4.1/bin/cmake -E echo_append | |
/usr/local/Cellar/cmake/3.4.1/bin/cmake -E touch /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/jemalloc-stamp/jemalloc-update | |
[ 7%] Performing configure step for 'jemalloc' | |
cd /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/jemalloc && /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/jemalloc/configure CC=/usr/local/Library/ENV/4.3/clang --prefix=/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr | |
checking for xsltproc... /usr/bin/xsltproc | |
checking for gcc... /usr/local/Library/ENV/4.3/clang | |
checking whether the C compiler works... yes | |
checking for C compiler default output file name... a.out | |
checking for suffix of executables... | |
checking whether we are cross compiling... no | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether /usr/local/Library/ENV/4.3/clang accepts -g... yes | |
checking for /usr/local/Library/ENV/4.3/clang option to accept ISO C89... none needed | |
checking whether compiler supports -std=gnu99... yes | |
checking whether compiler supports -Wall... yes | |
checking whether compiler supports -Werror=declaration-after-statement... yes | |
checking whether compiler supports -pipe... yes | |
checking whether compiler supports -g3... yes | |
checking how to run the C preprocessor... /usr/local/Library/ENV/4.3/clang -E | |
checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking whether byte ordering is bigendian... no | |
checking size of void *... 8 | |
checking size of int... 4 | |
checking size of long... 8 | |
checking size of intmax_t... 8 | |
checking build system type... x86_64-apple-darwin15.2.0 | |
checking host system type... x86_64-apple-darwin15.2.0 | |
checking whether pause instruction is compilable... yes | |
checking for ar... ar | |
checking malloc.h usability... no | |
checking malloc.h presence... no | |
checking for malloc.h... no | |
checking whether __attribute__ syntax is compilable... yes | |
checking whether compiler supports -Werror... yes | |
checking whether tls_model attribute is compilable... yes | |
checking whether compiler supports -Werror... yes | |
checking whether alloc_size attribute is compilable... no | |
checking whether compiler supports -Werror... yes | |
checking whether format(gnu_printf, ...) attribute is compilable... no | |
checking whether compiler supports -Werror... yes | |
checking whether format(printf, ...) attribute is compilable... yes | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking for ranlib... ranlib | |
checking for ld... /usr/local/Library/ENV/4.3/ld | |
checking for autoconf... /usr/local/opt/autoconf/bin/autoconf | |
checking for memalign... no | |
checking for valloc... yes | |
checking whether compiler supports -O3... yes | |
checking whether compiler supports -funroll-loops... yes | |
checking configured backtracing method... N/A | |
checking for sbrk... yes | |
Disabling dss allocation because sbrk is deprecated | |
checking whether utrace(2) is compilable... no | |
checking whether valgrind is compilable... no | |
checking whether a program using __builtin_ffsl is compilable... yes | |
checking LG_PAGE... 12 | |
checking pthread.h usability... yes | |
checking pthread.h presence... yes | |
checking for pthread.h... yes | |
checking for pthread_create in -lpthread... yes | |
checking for library containing clock_gettime... no | |
checking for secure_getenv... no | |
checking for issetugid... yes | |
checking for _malloc_thread_cleanup... no | |
checking for _pthread_mutex_init_calloc_cb... no | |
Forcing no TLS to avoid allocator/threading bootstrap issues | |
checking whether C11 atomics is compilable... no | |
checking whether atomic(9) is compilable... no | |
checking whether Darwin OSAtomic*() is compilable... yes | |
checking whether madvise(2) is compilable... yes | |
checking for __builtin_clz... yes | |
checking whether Darwin OSSpin*() is compilable... yes | |
checking malloc zone version... 8 | |
checking whether glibc malloc hook is compilable... no | |
checking whether glibc memalign hook is compilable... no | |
checking whether pthreads adaptive mutexes is compilable... no | |
checking for stdbool.h that conforms to C99... yes | |
checking for _Bool... yes | |
configure: creating ./config.status | |
config.status: creating Makefile | |
config.status: creating jemalloc.pc | |
config.status: creating doc/html.xsl | |
config.status: creating doc/manpages.xsl | |
config.status: creating doc/jemalloc.xml | |
config.status: creating include/jemalloc/jemalloc_macros.h | |
config.status: creating include/jemalloc/jemalloc_protos.h | |
config.status: creating include/jemalloc/jemalloc_typedefs.h | |
config.status: creating include/jemalloc/internal/jemalloc_internal.h | |
config.status: creating test/test.sh | |
config.status: creating test/include/test/jemalloc_test.h | |
config.status: creating config.stamp | |
config.status: creating bin/jemalloc-config | |
config.status: creating bin/jemalloc.sh | |
config.status: creating bin/jeprof | |
config.status: creating include/jemalloc/jemalloc_defs.h | |
config.status: creating include/jemalloc/internal/jemalloc_internal_defs.h | |
config.status: creating test/include/test/jemalloc_test_defs.h | |
config.status: executing include/jemalloc/internal/private_namespace.h commands | |
config.status: executing include/jemalloc/internal/private_unnamespace.h commands | |
config.status: executing include/jemalloc/internal/public_symbols.txt commands | |
config.status: executing include/jemalloc/internal/public_namespace.h commands | |
config.status: executing include/jemalloc/internal/public_unnamespace.h commands | |
config.status: executing include/jemalloc/internal/size_classes.h commands | |
config.status: executing include/jemalloc/jemalloc_protos_jet.h commands | |
config.status: executing include/jemalloc/jemalloc_rename.h commands | |
config.status: executing include/jemalloc/jemalloc_mangle.h commands | |
config.status: executing include/jemalloc/jemalloc_mangle_jet.h commands | |
config.status: executing include/jemalloc/jemalloc.h commands | |
=============================================================================== | |
jemalloc version : 4.0.2-0-g486d249fb4715fd3de679b6c2a04f7e657883111 | |
library revision : 2 | |
CONFIG : CC=/usr/local/Library/ENV/4.3/clang --prefix=/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr | |
CC : /usr/local/Library/ENV/4.3/clang | |
CFLAGS : -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -O3 -funroll-loops | |
CPPFLAGS : -D_REENTRANT | |
LDFLAGS : | |
EXTRA_LDFLAGS : | |
LIBS : -lpthread | |
TESTLIBS : | |
RPATH_EXTRA : | |
XSLTPROC : /usr/bin/xsltproc | |
XSLROOT : | |
PREFIX : /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr | |
BINDIR : /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr/bin | |
DATADIR : /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr/share | |
INCLUDEDIR : /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr/include | |
LIBDIR : /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr/lib | |
MANDIR : /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr/share/man | |
srcroot : | |
abs_srcroot : /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/jemalloc/ | |
objroot : | |
abs_objroot : /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/jemalloc/ | |
JEMALLOC_PREFIX : je_ | |
JEMALLOC_PRIVATE_NAMESPACE | |
: je_ | |
install_suffix : | |
autogen : 0 | |
cc-silence : 1 | |
debug : 0 | |
code-coverage : 0 | |
stats : 1 | |
prof : 0 | |
prof-libunwind : 0 | |
prof-libgcc : 0 | |
prof-gcc : 0 | |
tcache : 1 | |
fill : 1 | |
utrace : 0 | |
valgrind : 0 | |
xmalloc : 0 | |
munmap : 1 | |
lazy_lock : 0 | |
tls : 0 | |
cache-oblivious : 1 | |
=============================================================================== | |
cd /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/jemalloc && /usr/local/Cellar/cmake/3.4.1/bin/cmake -E touch /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/jemalloc-stamp/jemalloc-configure | |
[ 9%] No build step for 'jemalloc' | |
cd /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/jemalloc && /usr/local/Cellar/cmake/3.4.1/bin/cmake -E echo_append | |
cd /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/jemalloc && /usr/local/Cellar/cmake/3.4.1/bin/cmake -E touch /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/jemalloc-stamp/jemalloc-build | |
[ 10%] Performing install step for 'jemalloc' | |
cd /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/jemalloc && /Applications/Xcode.app/Contents/Developer/usr/bin/make install_include install_lib | |
install -d /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr/include/jemalloc | |
install -m 644 include/jemalloc/jemalloc.h /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr/include/jemalloc | |
/usr/local/Library/ENV/4.3/clang -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -O3 -funroll-loops -fPIC -DPIC -c -D_REENTRANT -Iinclude -Iinclude -o src/jemalloc.pic.o src/jemalloc.c | |
/usr/local/Library/ENV/4.3/clang -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -O3 -funroll-loops -fPIC -DPIC -c -D_REENTRANT -Iinclude -Iinclude -o src/arena.pic.o src/arena.c | |
/usr/local/Library/ENV/4.3/clang -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -O3 -funroll-loops -fPIC -DPIC -c -D_REENTRANT -Iinclude -Iinclude -o src/atomic.pic.o src/atomic.c | |
/usr/local/Library/ENV/4.3/clang -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -O3 -funroll-loops -fPIC -DPIC -c -D_REENTRANT -Iinclude -Iinclude -o src/base.pic.o src/base.c | |
/usr/local/Library/ENV/4.3/clang -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -O3 -funroll-loops -fPIC -DPIC -c -D_REENTRANT -Iinclude -Iinclude -o src/bitmap.pic.o src/bitmap.c | |
/usr/local/Library/ENV/4.3/clang -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -O3 -funroll-loops -fPIC -DPIC -c -D_REENTRANT -Iinclude -Iinclude -o src/chunk.pic.o src/chunk.c | |
/usr/local/Library/ENV/4.3/clang -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -O3 -funroll-loops -fPIC -DPIC -c -D_REENTRANT -Iinclude -Iinclude -o src/chunk_dss.pic.o src/chunk_dss.c | |
/usr/local/Library/ENV/4.3/clang -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -O3 -funroll-loops -fPIC -DPIC -c -D_REENTRANT -Iinclude -Iinclude -o src/chunk_mmap.pic.o src/chunk_mmap.c | |
/usr/local/Library/ENV/4.3/clang -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -O3 -funroll-loops -fPIC -DPIC -c -D_REENTRANT -Iinclude -Iinclude -o src/ckh.pic.o src/ckh.c | |
/usr/local/Library/ENV/4.3/clang -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -O3 -funroll-loops -fPIC -DPIC -c -D_REENTRANT -Iinclude -Iinclude -o src/ctl.pic.o src/ctl.c | |
/usr/local/Library/ENV/4.3/clang -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -O3 -funroll-loops -fPIC -DPIC -c -D_REENTRANT -Iinclude -Iinclude -o src/extent.pic.o src/extent.c | |
/usr/local/Library/ENV/4.3/clang -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -O3 -funroll-loops -fPIC -DPIC -c -D_REENTRANT -Iinclude -Iinclude -o src/hash.pic.o src/hash.c | |
/usr/local/Library/ENV/4.3/clang -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -O3 -funroll-loops -fPIC -DPIC -c -D_REENTRANT -Iinclude -Iinclude -o src/huge.pic.o src/huge.c | |
/usr/local/Library/ENV/4.3/clang -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -O3 -funroll-loops -fPIC -DPIC -c -D_REENTRANT -Iinclude -Iinclude -o src/mb.pic.o src/mb.c | |
/usr/local/Library/ENV/4.3/clang -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -O3 -funroll-loops -fPIC -DPIC -c -D_REENTRANT -Iinclude -Iinclude -o src/mutex.pic.o src/mutex.c | |
/usr/local/Library/ENV/4.3/clang -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -O3 -funroll-loops -fPIC -DPIC -c -D_REENTRANT -Iinclude -Iinclude -o src/pages.pic.o src/pages.c | |
/usr/local/Library/ENV/4.3/clang -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -O3 -funroll-loops -fPIC -DPIC -c -D_REENTRANT -Iinclude -Iinclude -o src/prof.pic.o src/prof.c | |
/usr/local/Library/ENV/4.3/clang -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -O3 -funroll-loops -fPIC -DPIC -c -D_REENTRANT -Iinclude -Iinclude -o src/quarantine.pic.o src/quarantine.c | |
/usr/local/Library/ENV/4.3/clang -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -O3 -funroll-loops -fPIC -DPIC -c -D_REENTRANT -Iinclude -Iinclude -o src/rtree.pic.o src/rtree.c | |
/usr/local/Library/ENV/4.3/clang -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -O3 -funroll-loops -fPIC -DPIC -c -D_REENTRANT -Iinclude -Iinclude -o src/stats.pic.o src/stats.c | |
/usr/local/Library/ENV/4.3/clang -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -O3 -funroll-loops -fPIC -DPIC -c -D_REENTRANT -Iinclude -Iinclude -o src/tcache.pic.o src/tcache.c | |
/usr/local/Library/ENV/4.3/clang -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -O3 -funroll-loops -fPIC -DPIC -c -D_REENTRANT -Iinclude -Iinclude -o src/util.pic.o src/util.c | |
/usr/local/Library/ENV/4.3/clang -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -O3 -funroll-loops -fPIC -DPIC -c -D_REENTRANT -Iinclude -Iinclude -o src/tsd.pic.o src/tsd.c | |
/usr/local/Library/ENV/4.3/clang -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -O3 -funroll-loops -fPIC -DPIC -c -D_REENTRANT -Iinclude -Iinclude -o src/zone.pic.o src/zone.c | |
/usr/local/Library/ENV/4.3/clang -shared -Wl,-install_name,/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr/lib/libjemalloc.2.dylib -o lib/libjemalloc.2.dylib src/jemalloc.pic.o src/arena.pic.o src/atomic.pic.o src/base.pic.o src/bitmap.pic.o src/chunk.pic.o src/chunk_dss.pic.o src/chunk_mmap.pic.o src/ckh.pic.o src/ctl.pic.o src/extent.pic.o src/hash.pic.o src/huge.pic.o src/mb.pic.o src/mutex.pic.o src/pages.pic.o src/prof.pic.o src/quarantine.pic.o src/rtree.pic.o src/stats.pic.o src/tcache.pic.o src/util.pic.o src/tsd.pic.o src/zone.pic.o -lpthread | |
ln -sf libjemalloc.2.dylib lib/libjemalloc.dylib | |
install -d /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr/lib | |
install -m 755 lib/libjemalloc.2.dylib /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr/lib | |
ln -sf libjemalloc.2.dylib /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr/lib/libjemalloc.dylib | |
/usr/local/Library/ENV/4.3/clang -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -O3 -funroll-loops -c -D_REENTRANT -Iinclude -Iinclude -o src/jemalloc.o src/jemalloc.c | |
/usr/local/Library/ENV/4.3/clang -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -O3 -funroll-loops -c -D_REENTRANT -Iinclude -Iinclude -o src/arena.o src/arena.c | |
/usr/local/Library/ENV/4.3/clang -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -O3 -funroll-loops -c -D_REENTRANT -Iinclude -Iinclude -o src/atomic.o src/atomic.c | |
/usr/local/Library/ENV/4.3/clang -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -O3 -funroll-loops -c -D_REENTRANT -Iinclude -Iinclude -o src/base.o src/base.c | |
/usr/local/Library/ENV/4.3/clang -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -O3 -funroll-loops -c -D_REENTRANT -Iinclude -Iinclude -o src/bitmap.o src/bitmap.c | |
/usr/local/Library/ENV/4.3/clang -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -O3 -funroll-loops -c -D_REENTRANT -Iinclude -Iinclude -o src/chunk.o src/chunk.c | |
/usr/local/Library/ENV/4.3/clang -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -O3 -funroll-loops -c -D_REENTRANT -Iinclude -Iinclude -o src/chunk_dss.o src/chunk_dss.c | |
/usr/local/Library/ENV/4.3/clang -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -O3 -funroll-loops -c -D_REENTRANT -Iinclude -Iinclude -o src/chunk_mmap.o src/chunk_mmap.c | |
/usr/local/Library/ENV/4.3/clang -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -O3 -funroll-loops -c -D_REENTRANT -Iinclude -Iinclude -o src/ckh.o src/ckh.c | |
/usr/local/Library/ENV/4.3/clang -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -O3 -funroll-loops -c -D_REENTRANT -Iinclude -Iinclude -o src/ctl.o src/ctl.c | |
/usr/local/Library/ENV/4.3/clang -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -O3 -funroll-loops -c -D_REENTRANT -Iinclude -Iinclude -o src/extent.o src/extent.c | |
/usr/local/Library/ENV/4.3/clang -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -O3 -funroll-loops -c -D_REENTRANT -Iinclude -Iinclude -o src/hash.o src/hash.c | |
/usr/local/Library/ENV/4.3/clang -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -O3 -funroll-loops -c -D_REENTRANT -Iinclude -Iinclude -o src/huge.o src/huge.c | |
/usr/local/Library/ENV/4.3/clang -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -O3 -funroll-loops -c -D_REENTRANT -Iinclude -Iinclude -o src/mb.o src/mb.c | |
/usr/local/Library/ENV/4.3/clang -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -O3 -funroll-loops -c -D_REENTRANT -Iinclude -Iinclude -o src/mutex.o src/mutex.c | |
/usr/local/Library/ENV/4.3/clang -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -O3 -funroll-loops -c -D_REENTRANT -Iinclude -Iinclude -o src/pages.o src/pages.c | |
/usr/local/Library/ENV/4.3/clang -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -O3 -funroll-loops -c -D_REENTRANT -Iinclude -Iinclude -o src/prof.o src/prof.c | |
/usr/local/Library/ENV/4.3/clang -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -O3 -funroll-loops -c -D_REENTRANT -Iinclude -Iinclude -o src/quarantine.o src/quarantine.c | |
/usr/local/Library/ENV/4.3/clang -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -O3 -funroll-loops -c -D_REENTRANT -Iinclude -Iinclude -o src/rtree.o src/rtree.c | |
/usr/local/Library/ENV/4.3/clang -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -O3 -funroll-loops -c -D_REENTRANT -Iinclude -Iinclude -o src/stats.o src/stats.c | |
/usr/local/Library/ENV/4.3/clang -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -O3 -funroll-loops -c -D_REENTRANT -Iinclude -Iinclude -o src/tcache.o src/tcache.c | |
/usr/local/Library/ENV/4.3/clang -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -O3 -funroll-loops -c -D_REENTRANT -Iinclude -Iinclude -o src/util.o src/util.c | |
/usr/local/Library/ENV/4.3/clang -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -O3 -funroll-loops -c -D_REENTRANT -Iinclude -Iinclude -o src/tsd.o src/tsd.c | |
/usr/local/Library/ENV/4.3/clang -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -O3 -funroll-loops -c -D_REENTRANT -Iinclude -Iinclude -o src/zone.o src/zone.c | |
ar crus lib/libjemalloc.a src/jemalloc.o src/arena.o src/atomic.o src/base.o src/bitmap.o src/chunk.o src/chunk_dss.o src/chunk_mmap.o src/ckh.o src/ctl.o src/extent.o src/hash.o src/huge.o src/mb.o src/mutex.o src/pages.o src/prof.o src/quarantine.o src/rtree.o src/stats.o src/tcache.o src/util.o src/tsd.o src/zone.o | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: lib/libjemalloc.a(atomic.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: lib/libjemalloc.a(hash.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: lib/libjemalloc.a(mb.o) has no symbols | |
ar crus lib/libjemalloc_pic.a src/jemalloc.pic.o src/arena.pic.o src/atomic.pic.o src/base.pic.o src/bitmap.pic.o src/chunk.pic.o src/chunk_dss.pic.o src/chunk_mmap.pic.o src/ckh.pic.o src/ctl.pic.o src/extent.pic.o src/hash.pic.o src/huge.pic.o src/mb.pic.o src/mutex.pic.o src/pages.pic.o src/prof.pic.o src/quarantine.pic.o src/rtree.pic.o src/stats.pic.o src/tcache.pic.o src/util.pic.o src/tsd.pic.o src/zone.pic.o | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: lib/libjemalloc_pic.a(atomic.pic.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: lib/libjemalloc_pic.a(hash.pic.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: lib/libjemalloc_pic.a(mb.pic.o) has no symbols | |
install -d /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr/lib | |
install -m 755 lib/libjemalloc.a /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr/lib | |
install -m 755 lib/libjemalloc_pic.a /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr/lib | |
install -d /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr/lib/pkgconfig | |
install -m 644 jemalloc.pc /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr/lib/pkgconfig | |
cd /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/jemalloc && /usr/local/Cellar/cmake/3.4.1/bin/cmake -E touch /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/jemalloc-stamp/jemalloc-install | |
[ 12%] Completed 'jemalloc' | |
/usr/local/Cellar/cmake/3.4.1/bin/cmake -E make_directory /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/CMakeFiles | |
/usr/local/Cellar/cmake/3.4.1/bin/cmake -E touch /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/CMakeFiles/jemalloc-complete | |
/usr/local/Cellar/cmake/3.4.1/bin/cmake -E touch /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/jemalloc-stamp/jemalloc-done | |
[ 12%] Built target jemalloc | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/unibilium.dir/build.make CMakeFiles/unibilium.dir/depend | |
cd /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build && /usr/local/Cellar/cmake/3.4.1/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/third-party /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/third-party /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/CMakeFiles/unibilium.dir/DependInfo.cmake --color= | |
Dependee "/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/CMakeFiles/unibilium.dir/DependInfo.cmake" is newer than depender "/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/CMakeFiles/unibilium.dir/depend.internal". | |
Dependee "/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/CMakeFiles/unibilium.dir/depend.internal". | |
Scanning dependencies of target unibilium | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/unibilium.dir/build.make CMakeFiles/unibilium.dir/build | |
[ 13%] Creating directories for 'unibilium' | |
/usr/local/Cellar/cmake/3.4.1/bin/cmake -E make_directory /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/unibilium | |
/usr/local/Cellar/cmake/3.4.1/bin/cmake -E make_directory /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/unibilium | |
/usr/local/Cellar/cmake/3.4.1/bin/cmake -E make_directory /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build | |
/usr/local/Cellar/cmake/3.4.1/bin/cmake -E make_directory /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/tmp | |
/usr/local/Cellar/cmake/3.4.1/bin/cmake -E make_directory /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/unibilium-stamp | |
/usr/local/Cellar/cmake/3.4.1/bin/cmake -E make_directory /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/downloads/unibilium | |
/usr/local/Cellar/cmake/3.4.1/bin/cmake -E touch /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/unibilium-stamp/unibilium-mkdir | |
[ 15%] Performing download step for 'unibilium' | |
cd /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/downloads/unibilium && /usr/local/Cellar/cmake/3.4.1/bin/cmake -DPREFIX=/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build -DDOWNLOAD_DIR=/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/downloads/unibilium -DURL=https://github.com/mauke/unibilium/archive/v1.2.0.tar.gz -DEXPECTED_SHA256=623af1099515e673abfd3cae5f2fa808a09ca55dda1c65a7b5c9424eb304ead8 -DTARGET=unibilium -DUSE_EXISTING_SRC_DIR=ON -P /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/third-party/cmake/DownloadAndExtractFile.cmake | |
-- /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/unibilium is found and not empty, skipping download and extraction. | |
cd /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/downloads/unibilium && /usr/local/Cellar/cmake/3.4.1/bin/cmake -E touch /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/unibilium-stamp/unibilium-download | |
[ 16%] No patch step for 'unibilium' | |
/usr/local/Cellar/cmake/3.4.1/bin/cmake -E echo_append | |
/usr/local/Cellar/cmake/3.4.1/bin/cmake -E touch /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/unibilium-stamp/unibilium-patch | |
[ 18%] No update step for 'unibilium' | |
/usr/local/Cellar/cmake/3.4.1/bin/cmake -E echo_append | |
/usr/local/Cellar/cmake/3.4.1/bin/cmake -E touch /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/unibilium-stamp/unibilium-update | |
[ 19%] No configure step for 'unibilium' | |
cd /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/unibilium && /usr/local/Cellar/cmake/3.4.1/bin/cmake -E echo_append | |
cd /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/unibilium && /usr/local/Cellar/cmake/3.4.1/bin/cmake -E touch /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/unibilium-stamp/unibilium-configure | |
[ 21%] Performing build step for 'unibilium' | |
cd /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/unibilium && /Applications/Xcode.app/Contents/Developer/usr/bin/make CC=/usr/local/Library/ENV/4.3/clang PREFIX=/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr CFLAGS=-fPIC | |
glibtool --mode=compile --tag=CC /usr/local/Library/ENV/4.3/clang -I. -Wall -std=c99 -fPIC -o unibilium.lo -c unibilium.c | |
glibtool: compile: /usr/local/Library/ENV/4.3/clang -I. -Wall -std=c99 -fPIC -c unibilium.c -fno-common -DPIC -o .libs/unibilium.o | |
glibtool: compile: /usr/local/Library/ENV/4.3/clang -I. -Wall -std=c99 -fPIC -c unibilium.c -o unibilium.o >/dev/null 2>&1 | |
glibtool --mode=compile --tag=CC /usr/local/Library/ENV/4.3/clang -I. -Wall -std=c99 -fPIC -o uninames.lo -c uninames.c | |
glibtool: compile: /usr/local/Library/ENV/4.3/clang -I. -Wall -std=c99 -fPIC -c uninames.c -fno-common -DPIC -o .libs/uninames.o | |
glibtool: compile: /usr/local/Library/ENV/4.3/clang -I. -Wall -std=c99 -fPIC -c uninames.c -o uninames.o >/dev/null 2>&1 | |
glibtool --mode=compile --tag=CC /usr/local/Library/ENV/4.3/clang -I. -DTERMINFO_DIRS='"/etc/terminfo:/lib/terminfo:/usr/share/terminfo:/usr/lib/terminfo:/usr/local/share/terminfo:/usr/local/lib/terminfo"' -Wall -std=c99 -fPIC -o uniutil.lo -c uniutil.c | |
glibtool: compile: /usr/local/Library/ENV/4.3/clang -I. -DTERMINFO_DIRS=\"/etc/terminfo:/lib/terminfo:/usr/share/terminfo:/usr/lib/terminfo:/usr/local/share/terminfo:/usr/local/lib/terminfo\" -Wall -std=c99 -fPIC -c uniutil.c -fno-common -DPIC -o .libs/uniutil.o | |
glibtool: compile: /usr/local/Library/ENV/4.3/clang -I. -DTERMINFO_DIRS=\"/etc/terminfo:/lib/terminfo:/usr/share/terminfo:/usr/lib/terminfo:/usr/local/share/terminfo:/usr/local/lib/terminfo\" -Wall -std=c99 -fPIC -c uniutil.c -o uniutil.o >/dev/null 2>&1 | |
glibtool --mode=link --tag=CC /usr/local/Library/ENV/4.3/clang -rpath '/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr/lib' -version-info 3:0:3 -o libunibilium.la unibilium.lo uninames.lo uniutil.lo | |
glibtool: link: clang -dynamiclib -Wl,-undefined -Wl,dynamic_lookup -o .libs/libunibilium.0.dylib .libs/unibilium.o .libs/uninames.o .libs/uniutil.o -install_name /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr/lib/libunibilium.0.dylib -compatibility_version 4 -current_version 4.0 -Wl,-single_module | |
glibtool: link: (cd ".libs" && rm -f "libunibilium.dylib" && ln -s "libunibilium.0.dylib" "libunibilium.dylib") | |
glibtool: link: ar cru .libs/libunibilium.a unibilium.o uninames.o uniutil.o | |
glibtool: link: ranlib .libs/libunibilium.a | |
glibtool: link: ( cd ".libs" && rm -f "libunibilium.la" && ln -s "../libunibilium.la" "libunibilium.la" ) | |
pod2man -c "unibilium" -s3 -r "unibilium-1.2.0" doc/unibi_add_ext_bool.pod | gzip > man/unibi_add_ext_bool.3.gz | |
pod2man -c "unibilium" -s3 -r "unibilium-1.2.0" doc/unibi_add_ext_num.pod | gzip > man/unibi_add_ext_num.3.gz | |
pod2man -c "unibilium" -s3 -r "unibilium-1.2.0" doc/unibi_add_ext_str.pod | gzip > man/unibi_add_ext_str.3.gz | |
pod2man -c "unibilium" -s3 -r "unibilium-1.2.0" doc/unibi_count_ext_bool.pod | gzip > man/unibi_count_ext_bool.3.gz | |
pod2man -c "unibilium" -s3 -r "unibilium-1.2.0" doc/unibi_count_ext_num.pod | gzip > man/unibi_count_ext_num.3.gz | |
pod2man -c "unibilium" -s3 -r "unibilium-1.2.0" doc/unibi_count_ext_str.pod | gzip > man/unibi_count_ext_str.3.gz | |
pod2man -c "unibilium" -s3 -r "unibilium-1.2.0" doc/unibi_del_ext_bool.pod | gzip > man/unibi_del_ext_bool.3.gz | |
pod2man -c "unibilium" -s3 -r "unibilium-1.2.0" doc/unibi_destroy.pod | gzip > man/unibi_destroy.3.gz | |
pod2man -c "unibilium" -s3 -r "unibilium-1.2.0" doc/unibi_dummy.pod | gzip > man/unibi_dummy.3.gz | |
pod2man -c "unibilium" -s3 -r "unibilium-1.2.0" doc/unibi_dump.pod | gzip > man/unibi_dump.3.gz | |
pod2man -c "unibilium" -s3 -r "unibilium-1.2.0" doc/unibi_format.pod | gzip > man/unibi_format.3.gz | |
pod2man -c "unibilium" -s3 -r "unibilium-1.2.0" doc/unibi_from_env.pod | gzip > man/unibi_from_env.3.gz | |
pod2man -c "unibilium" -s3 -r "unibilium-1.2.0" doc/unibi_from_fd.pod | gzip > man/unibi_from_fd.3.gz | |
pod2man -c "unibilium" -s3 -r "unibilium-1.2.0" doc/unibi_from_file.pod | gzip > man/unibi_from_file.3.gz | |
pod2man -c "unibilium" -s3 -r "unibilium-1.2.0" doc/unibi_from_fp.pod | gzip > man/unibi_from_fp.3.gz | |
pod2man -c "unibilium" -s3 -r "unibilium-1.2.0" doc/unibi_from_mem.pod | gzip > man/unibi_from_mem.3.gz | |
pod2man -c "unibilium" -s3 -r "unibilium-1.2.0" doc/unibi_from_term.pod | gzip > man/unibi_from_term.3.gz | |
pod2man -c "unibilium" -s3 -r "unibilium-1.2.0" doc/unibi_get_aliases.pod | gzip > man/unibi_get_aliases.3.gz | |
pod2man -c "unibilium" -s3 -r "unibilium-1.2.0" doc/unibi_get_bool.pod | gzip > man/unibi_get_bool.3.gz | |
pod2man -c "unibilium" -s3 -r "unibilium-1.2.0" doc/unibi_get_ext_bool.pod | gzip > man/unibi_get_ext_bool.3.gz | |
pod2man -c "unibilium" -s3 -r "unibilium-1.2.0" doc/unibi_get_ext_bool_name.pod | gzip > man/unibi_get_ext_bool_name.3.gz | |
pod2man -c "unibilium" -s3 -r "unibilium-1.2.0" doc/unibi_get_ext_num.pod | gzip > man/unibi_get_ext_num.3.gz | |
pod2man -c "unibilium" -s3 -r "unibilium-1.2.0" doc/unibi_get_ext_num_name.pod | gzip > man/unibi_get_ext_num_name.3.gz | |
pod2man -c "unibilium" -s3 -r "unibilium-1.2.0" doc/unibi_get_ext_str.pod | gzip > man/unibi_get_ext_str.3.gz | |
pod2man -c "unibilium" -s3 -r "unibilium-1.2.0" doc/unibi_get_ext_str_name.pod | gzip > man/unibi_get_ext_str_name.3.gz | |
pod2man -c "unibilium" -s3 -r "unibilium-1.2.0" doc/unibi_get_name.pod | gzip > man/unibi_get_name.3.gz | |
pod2man -c "unibilium" -s3 -r "unibilium-1.2.0" doc/unibi_get_num.pod | gzip > man/unibi_get_num.3.gz | |
pod2man -c "unibilium" -s3 -r "unibilium-1.2.0" doc/unibi_get_str.pod | gzip > man/unibi_get_str.3.gz | |
pod2man -c "unibilium" -s3 -r "unibilium-1.2.0" doc/unibi_int_from_var.pod | gzip > man/unibi_int_from_var.3.gz | |
pod2man -c "unibilium" -s3 -r "unibilium-1.2.0" doc/unibi_name_bool.pod | gzip > man/unibi_name_bool.3.gz | |
pod2man -c "unibilium" -s3 -r "unibilium-1.2.0" doc/unibi_name_num.pod | gzip > man/unibi_name_num.3.gz | |
pod2man -c "unibilium" -s3 -r "unibilium-1.2.0" doc/unibi_name_str.pod | gzip > man/unibi_name_str.3.gz | |
pod2man -c "unibilium" -s3 -r "unibilium-1.2.0" doc/unibi_num_from_var.pod | gzip > man/unibi_num_from_var.3.gz | |
pod2man -c "unibilium" -s3 -r "unibilium-1.2.0" doc/unibi_run.pod | gzip > man/unibi_run.3.gz | |
pod2man -c "unibilium" -s3 -r "unibilium-1.2.0" doc/unibi_set_aliases.pod | gzip > man/unibi_set_aliases.3.gz | |
pod2man -c "unibilium" -s3 -r "unibilium-1.2.0" doc/unibi_set_bool.pod | gzip > man/unibi_set_bool.3.gz | |
pod2man -c "unibilium" -s3 -r "unibilium-1.2.0" doc/unibi_set_ext_bool.pod | gzip > man/unibi_set_ext_bool.3.gz | |
pod2man -c "unibilium" -s3 -r "unibilium-1.2.0" doc/unibi_set_ext_bool_name.pod | gzip > man/unibi_set_ext_bool_name.3.gz | |
pod2man -c "unibilium" -s3 -r "unibilium-1.2.0" doc/unibi_set_ext_num.pod | gzip > man/unibi_set_ext_num.3.gz | |
pod2man -c "unibilium" -s3 -r "unibilium-1.2.0" doc/unibi_set_ext_num_name.pod | gzip > man/unibi_set_ext_num_name.3.gz | |
pod2man -c "unibilium" -s3 -r "unibilium-1.2.0" doc/unibi_set_ext_str.pod | gzip > man/unibi_set_ext_str.3.gz | |
pod2man -c "unibilium" -s3 -r "unibilium-1.2.0" doc/unibi_set_ext_str_name.pod | gzip > man/unibi_set_ext_str_name.3.gz | |
pod2man -c "unibilium" -s3 -r "unibilium-1.2.0" doc/unibi_set_name.pod | gzip > man/unibi_set_name.3.gz | |
pod2man -c "unibilium" -s3 -r "unibilium-1.2.0" doc/unibi_set_num.pod | gzip > man/unibi_set_num.3.gz | |
pod2man -c "unibilium" -s3 -r "unibilium-1.2.0" doc/unibi_set_str.pod | gzip > man/unibi_set_str.3.gz | |
pod2man -c "unibilium" -s3 -r "unibilium-1.2.0" doc/unibi_short_name_bool.pod | gzip > man/unibi_short_name_bool.3.gz | |
pod2man -c "unibilium" -s3 -r "unibilium-1.2.0" doc/unibi_short_name_num.pod | gzip > man/unibi_short_name_num.3.gz | |
pod2man -c "unibilium" -s3 -r "unibilium-1.2.0" doc/unibi_short_name_str.pod | gzip > man/unibi_short_name_str.3.gz | |
pod2man -c "unibilium" -s3 -r "unibilium-1.2.0" doc/unibi_str_from_var.pod | gzip > man/unibi_str_from_var.3.gz | |
pod2man -c "unibilium" -s3 -r "unibilium-1.2.0" doc/unibi_terminfo_dirs.pod | gzip > man/unibi_terminfo_dirs.3.gz | |
pod2man -c "unibilium" -s3 -r "unibilium-1.2.0" doc/unibi_var_from_num.pod | gzip > man/unibi_var_from_num.3.gz | |
pod2man -c "unibilium" -s3 -r "unibilium-1.2.0" doc/unibi_var_from_str.pod | gzip > man/unibi_var_from_str.3.gz | |
pod2man -c "unibilium" -s3 -r "unibilium-1.2.0" doc/unibilium.h.pod | gzip > man/unibilium.h.3.gz | |
glibtool --mode=compile --tag=CC /usr/local/Library/ENV/4.3/clang -I. -Wall -std=c99 -fPIC -o tools/gen-static-test.lo -c tools/gen-static-test.c | |
glibtool: compile: /usr/local/Library/ENV/4.3/clang -I. -Wall -std=c99 -fPIC -c tools/gen-static-test.c -fno-common -DPIC -o tools/.libs/gen-static-test.o | |
glibtool: compile: /usr/local/Library/ENV/4.3/clang -I. -Wall -std=c99 -fPIC -c tools/gen-static-test.c -o tools/gen-static-test.o >/dev/null 2>&1 | |
glibtool --mode=link --tag=CC /usr/local/Library/ENV/4.3/clang -o tools/gen-static-test libunibilium.la tools/gen-static-test.lo | |
glibtool: link: /usr/local/Library/ENV/4.3/clang -o tools/.libs/gen-static-test tools/.libs/gen-static-test.o ./.libs/libunibilium.dylib | |
glibtool --mode=compile --tag=CC /usr/local/Library/ENV/4.3/clang -I. -Wall -std=c99 -fPIC -o tools/unibi-dump.lo -c tools/unibi-dump.c | |
glibtool: compile: /usr/local/Library/ENV/4.3/clang -I. -Wall -std=c99 -fPIC -c tools/unibi-dump.c -fno-common -DPIC -o tools/.libs/unibi-dump.o | |
glibtool: compile: /usr/local/Library/ENV/4.3/clang -I. -Wall -std=c99 -fPIC -c tools/unibi-dump.c -o tools/unibi-dump.o >/dev/null 2>&1 | |
glibtool --mode=link --tag=CC /usr/local/Library/ENV/4.3/clang -o tools/unibi-dump libunibilium.la tools/unibi-dump.lo | |
glibtool: link: /usr/local/Library/ENV/4.3/clang -o tools/.libs/unibi-dump tools/.libs/unibi-dump.o ./.libs/libunibilium.dylib | |
glibtool --mode=compile --tag=CC /usr/local/Library/ENV/4.3/clang -I. -Wall -std=c99 -fPIC -o tools/unibi-put.lo -c tools/unibi-put.c | |
glibtool: compile: /usr/local/Library/ENV/4.3/clang -I. -Wall -std=c99 -fPIC -c tools/unibi-put.c -fno-common -DPIC -o tools/.libs/unibi-put.o | |
glibtool: compile: /usr/local/Library/ENV/4.3/clang -I. -Wall -std=c99 -fPIC -c tools/unibi-put.c -o tools/unibi-put.o >/dev/null 2>&1 | |
glibtool --mode=link --tag=CC /usr/local/Library/ENV/4.3/clang -o tools/unibi-put libunibilium.la tools/unibi-put.lo | |
glibtool: link: /usr/local/Library/ENV/4.3/clang -o tools/.libs/unibi-put tools/.libs/unibi-put.o ./.libs/libunibilium.dylib | |
glibtool --mode=compile --tag=CC /usr/local/Library/ENV/4.3/clang -I. -Wall -std=c99 -fPIC -o t/00_load.lo -c t/00_load.c | |
glibtool: compile: /usr/local/Library/ENV/4.3/clang -I. -Wall -std=c99 -fPIC -c t/00_load.c -fno-common -DPIC -o t/.libs/00_load.o | |
glibtool: compile: /usr/local/Library/ENV/4.3/clang -I. -Wall -std=c99 -fPIC -c t/00_load.c -o t/00_load.o >/dev/null 2>&1 | |
glibtool --mode=link --tag=CC /usr/local/Library/ENV/4.3/clang -o t/00_load.t libunibilium.la t/00_load.lo | |
glibtool: link: /usr/local/Library/ENV/4.3/clang -o t/.libs/00_load.t t/.libs/00_load.o ./.libs/libunibilium.dylib | |
glibtool --mode=compile --tag=CC /usr/local/Library/ENV/4.3/clang -I. -Wall -std=c99 -fPIC -o t/if-then-else.lo -c t/if-then-else.c | |
glibtool: compile: /usr/local/Library/ENV/4.3/clang -I. -Wall -std=c99 -fPIC -c t/if-then-else.c -fno-common -DPIC -o t/.libs/if-then-else.o | |
glibtool: compile: /usr/local/Library/ENV/4.3/clang -I. -Wall -std=c99 -fPIC -c t/if-then-else.c -o t/if-then-else.o >/dev/null 2>&1 | |
glibtool --mode=link --tag=CC /usr/local/Library/ENV/4.3/clang -o t/if-then-else.t libunibilium.la t/if-then-else.lo | |
glibtool: link: /usr/local/Library/ENV/4.3/clang -o t/.libs/if-then-else.t t/.libs/if-then-else.o ./.libs/libunibilium.dylib | |
glibtool --mode=compile --tag=CC /usr/local/Library/ENV/4.3/clang -I. -Wall -std=c99 -fPIC -o t/static_screen-256color.lo -c t/static_screen-256color.c | |
glibtool: compile: /usr/local/Library/ENV/4.3/clang -I. -Wall -std=c99 -fPIC -c t/static_screen-256color.c -fno-common -DPIC -o t/.libs/static_screen-256color.o | |
glibtool: compile: /usr/local/Library/ENV/4.3/clang -I. -Wall -std=c99 -fPIC -c t/static_screen-256color.c -o t/static_screen-256color.o >/dev/null 2>&1 | |
glibtool --mode=link --tag=CC /usr/local/Library/ENV/4.3/clang -o t/static_screen-256color.t libunibilium.la t/static_screen-256color.lo | |
glibtool: link: /usr/local/Library/ENV/4.3/clang -o t/.libs/static_screen-256color.t t/.libs/static_screen-256color.o ./.libs/libunibilium.dylib | |
glibtool --mode=compile --tag=CC /usr/local/Library/ENV/4.3/clang -I. -Wall -std=c99 -fPIC -o t/static_screen.lo -c t/static_screen.c | |
glibtool: compile: /usr/local/Library/ENV/4.3/clang -I. -Wall -std=c99 -fPIC -c t/static_screen.c -fno-common -DPIC -o t/.libs/static_screen.o | |
glibtool: compile: /usr/local/Library/ENV/4.3/clang -I. -Wall -std=c99 -fPIC -c t/static_screen.c -o t/static_screen.o >/dev/null 2>&1 | |
glibtool --mode=link --tag=CC /usr/local/Library/ENV/4.3/clang -o t/static_screen.t libunibilium.la t/static_screen.lo | |
glibtool: link: /usr/local/Library/ENV/4.3/clang -o t/.libs/static_screen.t t/.libs/static_screen.o ./.libs/libunibilium.dylib | |
glibtool --mode=compile --tag=CC /usr/local/Library/ENV/4.3/clang -I. -Wall -std=c99 -fPIC -o t/static_tmux.lo -c t/static_tmux.c | |
glibtool: compile: /usr/local/Library/ENV/4.3/clang -I. -Wall -std=c99 -fPIC -c t/static_tmux.c -fno-common -DPIC -o t/.libs/static_tmux.o | |
glibtool: compile: /usr/local/Library/ENV/4.3/clang -I. -Wall -std=c99 -fPIC -c t/static_tmux.c -o t/static_tmux.o >/dev/null 2>&1 | |
glibtool --mode=link --tag=CC /usr/local/Library/ENV/4.3/clang -o t/static_tmux.t libunibilium.la t/static_tmux.lo | |
glibtool: link: /usr/local/Library/ENV/4.3/clang -o t/.libs/static_tmux.t t/.libs/static_tmux.o ./.libs/libunibilium.dylib | |
glibtool --mode=compile --tag=CC /usr/local/Library/ENV/4.3/clang -I. -Wall -std=c99 -fPIC -o t/static_xterm.lo -c t/static_xterm.c | |
glibtool: compile: /usr/local/Library/ENV/4.3/clang -I. -Wall -std=c99 -fPIC -c t/static_xterm.c -fno-common -DPIC -o t/.libs/static_xterm.o | |
glibtool: compile: /usr/local/Library/ENV/4.3/clang -I. -Wall -std=c99 -fPIC -c t/static_xterm.c -o t/static_xterm.o >/dev/null 2>&1 | |
glibtool --mode=link --tag=CC /usr/local/Library/ENV/4.3/clang -o t/static_xterm.t libunibilium.la t/static_xterm.lo | |
glibtool: link: /usr/local/Library/ENV/4.3/clang -o t/.libs/static_xterm.t t/.libs/static_xterm.o ./.libs/libunibilium.dylib | |
rm tools/unibi-put.lo t/static_xterm.lo t/static_screen-256color.lo t/static_screen.lo tools/gen-static-test.lo t/00_load.lo tools/unibi-dump.lo t/if-then-else.lo t/static_tmux.lo | |
cd /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/unibilium && /usr/local/Cellar/cmake/3.4.1/bin/cmake -E touch /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/unibilium-stamp/unibilium-build | |
[ 22%] Performing install step for 'unibilium' | |
cd /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/unibilium && /Applications/Xcode.app/Contents/Developer/usr/bin/make PREFIX=/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr install | |
mkdir -p '/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr/include' | |
install -m644 unibilium.h '/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr/include' | |
mkdir -p '/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr/lib/pkgconfig' | |
sed 's,@VERSION@,1.2.0,;s,@LIBDIR@,/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr/lib,;s,@INCDIR@,/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr/include,' <unibilium.pc.in >'/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr/lib/pkgconfig/unibilium.pc' | |
mkdir -p '/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr/lib' | |
glibtool --mode=install cp libunibilium.la '/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr/lib/libunibilium.la' | |
glibtool: install: cp .libs/libunibilium.0.dylib /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr/lib/libunibilium.0.dylib | |
glibtool: install: (cd /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr/lib && { ln -s -f libunibilium.0.dylib libunibilium.dylib || { rm -f libunibilium.dylib && ln -s libunibilium.0.dylib libunibilium.dylib; }; }) | |
glibtool: install: cp .libs/libunibilium.lai /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr/lib/libunibilium.la | |
glibtool: install: cp .libs/libunibilium.a /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr/lib/libunibilium.a | |
glibtool: install: chmod 644 /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr/lib/libunibilium.a | |
glibtool: install: ranlib /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr/lib/libunibilium.a | |
mkdir -p '/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr/share/man/man3' | |
install -m644 man/unibi_add_ext_bool.3.gz man/unibi_add_ext_num.3.gz man/unibi_add_ext_str.3.gz man/unibi_count_ext_bool.3.gz man/unibi_count_ext_num.3.gz man/unibi_count_ext_str.3.gz man/unibi_del_ext_bool.3.gz man/unibi_destroy.3.gz man/unibi_dummy.3.gz man/unibi_dump.3.gz man/unibi_format.3.gz man/unibi_from_env.3.gz man/unibi_from_fd.3.gz man/unibi_from_file.3.gz man/unibi_from_fp.3.gz man/unibi_from_mem.3.gz man/unibi_from_term.3.gz man/unibi_get_aliases.3.gz man/unibi_get_bool.3.gz man/unibi_get_ext_bool.3.gz man/unibi_get_ext_bool_name.3.gz man/unibi_get_ext_num.3.gz man/unibi_get_ext_num_name.3.gz man/unibi_get_ext_str.3.gz man/unibi_get_ext_str_name.3.gz man/unibi_get_name.3.gz man/unibi_get_num.3.gz man/unibi_get_str.3.gz man/unibi_int_from_var.3.gz man/unibi_name_bool.3.gz man/unibi_name_num.3.gz man/unibi_name_str.3.gz man/unibi_num_from_var.3.gz man/unibi_run.3.gz man/unibi_set_aliases.3.gz man/unibi_set_bool.3.gz man/unibi_set_ext_bool.3.gz man/unibi_set_ext_bool_name.3.gz man/unibi_set_ext_num.3.gz man/unibi_set_ext_num_name.3.gz man/unibi_set_ext_str.3.gz man/unibi_set_ext_str_name.3.gz man/unibi_set_name.3.gz man/unibi_set_num.3.gz man/unibi_set_str.3.gz man/unibi_short_name_bool.3.gz man/unibi_short_name_num.3.gz man/unibi_short_name_str.3.gz man/unibi_str_from_var.3.gz man/unibi_terminfo_dirs.3.gz man/unibi_var_from_num.3.gz man/unibi_var_from_str.3.gz man/unibilium.h.3.gz '/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr/share/man/man3' | |
glibtool --mode=finish '/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr/lib' | |
cd /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/unibilium && /usr/local/Cellar/cmake/3.4.1/bin/cmake -E touch /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/unibilium-stamp/unibilium-install | |
[ 24%] Completed 'unibilium' | |
/usr/local/Cellar/cmake/3.4.1/bin/cmake -E make_directory /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/CMakeFiles | |
/usr/local/Cellar/cmake/3.4.1/bin/cmake -E touch /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/CMakeFiles/unibilium-complete | |
/usr/local/Cellar/cmake/3.4.1/bin/cmake -E touch /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/unibilium-stamp/unibilium-done | |
[ 24%] Built target unibilium | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/libtermkey.dir/build.make CMakeFiles/libtermkey.dir/depend | |
cd /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build && /usr/local/Cellar/cmake/3.4.1/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/third-party /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/third-party /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/CMakeFiles/libtermkey.dir/DependInfo.cmake --color= | |
Dependee "/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/CMakeFiles/libtermkey.dir/DependInfo.cmake" is newer than depender "/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/CMakeFiles/libtermkey.dir/depend.internal". | |
Dependee "/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/CMakeFiles/libtermkey.dir/depend.internal". | |
Scanning dependencies of target libtermkey | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/libtermkey.dir/build.make CMakeFiles/libtermkey.dir/build | |
[ 25%] Creating directories for 'libtermkey' | |
/usr/local/Cellar/cmake/3.4.1/bin/cmake -E make_directory /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libtermkey | |
/usr/local/Cellar/cmake/3.4.1/bin/cmake -E make_directory /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libtermkey | |
/usr/local/Cellar/cmake/3.4.1/bin/cmake -E make_directory /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build | |
/usr/local/Cellar/cmake/3.4.1/bin/cmake -E make_directory /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/tmp | |
/usr/local/Cellar/cmake/3.4.1/bin/cmake -E make_directory /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libtermkey-stamp | |
/usr/local/Cellar/cmake/3.4.1/bin/cmake -E make_directory /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/downloads/libtermkey | |
/usr/local/Cellar/cmake/3.4.1/bin/cmake -E touch /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libtermkey-stamp/libtermkey-mkdir | |
[ 27%] Performing download step for 'libtermkey' | |
cd /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/downloads/libtermkey && /usr/local/Cellar/cmake/3.4.1/bin/cmake -DPREFIX=/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build -DDOWNLOAD_DIR=/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/downloads/libtermkey -DURL=http://www.leonerd.org.uk/code/libtermkey/libtermkey-0.18.tar.gz -DEXPECTED_SHA256=239746de41c845af52bb3c14055558f743292dd6c24ac26c2d6567a5a6093926 -DTARGET=libtermkey -DUSE_EXISTING_SRC_DIR=ON -P /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/third-party/cmake/DownloadAndExtractFile.cmake | |
-- /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libtermkey is found and not empty, skipping download and extraction. | |
cd /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/downloads/libtermkey && /usr/local/Cellar/cmake/3.4.1/bin/cmake -E touch /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libtermkey-stamp/libtermkey-download | |
[ 28%] No patch step for 'libtermkey' | |
/usr/local/Cellar/cmake/3.4.1/bin/cmake -E echo_append | |
/usr/local/Cellar/cmake/3.4.1/bin/cmake -E touch /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libtermkey-stamp/libtermkey-patch | |
[ 30%] No update step for 'libtermkey' | |
/usr/local/Cellar/cmake/3.4.1/bin/cmake -E echo_append | |
/usr/local/Cellar/cmake/3.4.1/bin/cmake -E touch /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libtermkey-stamp/libtermkey-update | |
[ 31%] No configure step for 'libtermkey' | |
cd /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libtermkey && /usr/local/Cellar/cmake/3.4.1/bin/cmake -E echo_append | |
cd /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libtermkey && /usr/local/Cellar/cmake/3.4.1/bin/cmake -E touch /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libtermkey-stamp/libtermkey-configure | |
[ 33%] No build step for 'libtermkey' | |
cd /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libtermkey && /usr/local/Cellar/cmake/3.4.1/bin/cmake -E echo_append | |
cd /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libtermkey && /usr/local/Cellar/cmake/3.4.1/bin/cmake -E touch /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libtermkey-stamp/libtermkey-build | |
[ 34%] Performing install step for 'libtermkey' | |
cd /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libtermkey && /Applications/Xcode.app/Contents/Developer/usr/bin/make CC=/usr/local/Library/ENV/4.3/clang PREFIX=/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr PKG_CONFIG_PATH=/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr/lib/pkgconfig CFLAGS=-fPIC install | |
install -d /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr/include | |
install -m644 termkey.h /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr/include | |
install -d /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr/lib/pkgconfig | |
sed "s,@LIBDIR@,/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr/lib,;s,@INCDIR@,/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr/include," <termkey.pc.in >/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr/lib/pkgconfig/termkey.pc | |
glibtool --mode=compile --tag=CC /usr/local/Library/ENV/4.3/clang -fPIC -Wall -std=c99 -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr/include -DHAVE_UNIBILIUM -o termkey.lo -c termkey.c | |
glibtool: compile: /usr/local/Library/ENV/4.3/clang -fPIC -Wall -std=c99 -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr/include -DHAVE_UNIBILIUM -c termkey.c -fno-common -DPIC -o .libs/termkey.o | |
glibtool: compile: /usr/local/Library/ENV/4.3/clang -fPIC -Wall -std=c99 -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr/include -DHAVE_UNIBILIUM -c termkey.c -o termkey.o >/dev/null 2>&1 | |
glibtool --mode=compile --tag=CC /usr/local/Library/ENV/4.3/clang -fPIC -Wall -std=c99 -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr/include -DHAVE_UNIBILIUM -o driver-csi.lo -c driver-csi.c | |
glibtool: compile: /usr/local/Library/ENV/4.3/clang -fPIC -Wall -std=c99 -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr/include -DHAVE_UNIBILIUM -c driver-csi.c -fno-common -DPIC -o .libs/driver-csi.o | |
glibtool: compile: /usr/local/Library/ENV/4.3/clang -fPIC -Wall -std=c99 -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr/include -DHAVE_UNIBILIUM -c driver-csi.c -o driver-csi.o >/dev/null 2>&1 | |
glibtool --mode=compile --tag=CC /usr/local/Library/ENV/4.3/clang -fPIC -Wall -std=c99 -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr/include -DHAVE_UNIBILIUM -o driver-ti.lo -c driver-ti.c | |
glibtool: compile: /usr/local/Library/ENV/4.3/clang -fPIC -Wall -std=c99 -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr/include -DHAVE_UNIBILIUM -c driver-ti.c -fno-common -DPIC -o .libs/driver-ti.o | |
glibtool: compile: /usr/local/Library/ENV/4.3/clang -fPIC -Wall -std=c99 -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr/include -DHAVE_UNIBILIUM -c driver-ti.c -o driver-ti.o >/dev/null 2>&1 | |
glibtool --mode=link --tag=CC /usr/local/Library/ENV/4.3/clang -rpath /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr/lib -version-info 13:0:12 -L/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr/lib -lunibilium -o libtermkey.la termkey.lo driver-csi.lo driver-ti.lo | |
glibtool: link: clang -dynamiclib -Wl,-undefined -Wl,dynamic_lookup -o .libs/libtermkey.1.dylib .libs/termkey.o .libs/driver-csi.o .libs/driver-ti.o -L/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr/lib /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr/lib/libunibilium.dylib -install_name /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr/lib/libtermkey.1.dylib -compatibility_version 14 -current_version 14.0 -Wl,-single_module | |
glibtool: link: (cd ".libs" && rm -f "libtermkey.dylib" && ln -s "libtermkey.1.dylib" "libtermkey.dylib") | |
glibtool: link: ar cru .libs/libtermkey.a termkey.o driver-csi.o driver-ti.o | |
glibtool: link: ranlib .libs/libtermkey.a | |
glibtool: link: ( cd ".libs" && rm -f "libtermkey.la" && ln -s "../libtermkey.la" "libtermkey.la" ) | |
install -d /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr/lib | |
glibtool --mode=install install libtermkey.la /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr/lib/libtermkey.la | |
glibtool: install: install .libs/libtermkey.1.dylib /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr/lib/libtermkey.1.dylib | |
glibtool: install: (cd /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr/lib && { ln -s -f libtermkey.1.dylib libtermkey.dylib || { rm -f libtermkey.dylib && ln -s libtermkey.1.dylib libtermkey.dylib; }; }) | |
glibtool: install: install .libs/libtermkey.lai /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr/lib/libtermkey.la | |
glibtool: install: install .libs/libtermkey.a /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr/lib/libtermkey.a | |
glibtool: install: chmod 644 /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr/lib/libtermkey.a | |
glibtool: install: ranlib /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr/lib/libtermkey.a | |
install -d /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr/share/man/man3 | |
install -d /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr/share/man/man7 | |
for F in man/*.3; do \ | |
gzip <$F >/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr/share/man/man3/${F#man/}.gz; \ | |
done | |
for F in man/*.7; do \ | |
gzip <$F >/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr/share/man/man7/${F#man/}.gz; \ | |
done | |
while read FROM EQ TO; do \ | |
echo ln -sf $TO.gz /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr/share/man/man3/$FROM.gz; \ | |
done < man/also | |
ln -sf termkey_new.3.gz /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr/share/man/man3/termkey_destroy.3.gz | |
ln -sf termkey_new.3.gz /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr/share/man/man3/termkey_new_abstract.3.gz | |
ln -sf termkey_set_flags.3.gz /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr/share/man/man3/termkey_get_flags.3.gz | |
ln -sf termkey_set_canonflags.3.gz /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr/share/man/man3/termkey_get_canonflags.3.gz | |
ln -sf termkey_set_buffer_size.3.gz /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr/share/man/man3/termkey_get_buffer_size.3.gz | |
ln -sf termkey_set_waittime.3.gz /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr/share/man/man3/termkey_get_waittime.3.gz | |
ln -sf termkey_getkey.3.gz /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr/share/man/man3/termkey_getkey_force.3.gz | |
ln -sf termkey_start.3.gz /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr/share/man/man3/termkey_stop.3.gz | |
ln -sf termkey_start.3.gz /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr/share/man/man3/termkey_is_started.3.gz | |
glibtool --mode=finish /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr/lib | |
cd /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libtermkey && /usr/local/Cellar/cmake/3.4.1/bin/cmake -E touch /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libtermkey-stamp/libtermkey-install | |
[ 36%] Completed 'libtermkey' | |
/usr/local/Cellar/cmake/3.4.1/bin/cmake -E make_directory /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/CMakeFiles | |
/usr/local/Cellar/cmake/3.4.1/bin/cmake -E touch /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/CMakeFiles/libtermkey-complete | |
/usr/local/Cellar/cmake/3.4.1/bin/cmake -E touch /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libtermkey-stamp/libtermkey-done | |
[ 36%] Built target libtermkey | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/libuv.dir/build.make CMakeFiles/libuv.dir/depend | |
cd /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build && /usr/local/Cellar/cmake/3.4.1/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/third-party /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/third-party /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/CMakeFiles/libuv.dir/DependInfo.cmake --color= | |
Dependee "/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/CMakeFiles/libuv.dir/DependInfo.cmake" is newer than depender "/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/CMakeFiles/libuv.dir/depend.internal". | |
Dependee "/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/CMakeFiles/libuv.dir/depend.internal". | |
Scanning dependencies of target libuv | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/libuv.dir/build.make CMakeFiles/libuv.dir/build | |
[ 37%] Creating directories for 'libuv' | |
/usr/local/Cellar/cmake/3.4.1/bin/cmake -E make_directory /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv | |
/usr/local/Cellar/cmake/3.4.1/bin/cmake -E make_directory /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv-build | |
/usr/local/Cellar/cmake/3.4.1/bin/cmake -E make_directory /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build | |
/usr/local/Cellar/cmake/3.4.1/bin/cmake -E make_directory /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/tmp | |
/usr/local/Cellar/cmake/3.4.1/bin/cmake -E make_directory /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv-stamp | |
/usr/local/Cellar/cmake/3.4.1/bin/cmake -E make_directory /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/downloads/libuv | |
/usr/local/Cellar/cmake/3.4.1/bin/cmake -E touch /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv-stamp/libuv-mkdir | |
[ 39%] Performing download step for 'libuv' | |
cd /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/downloads/libuv && /usr/local/Cellar/cmake/3.4.1/bin/cmake -DPREFIX=/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build -DDOWNLOAD_DIR=/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/downloads/libuv -DURL=https://github.com/libuv/libuv/archive/v1.7.3.tar.gz -DEXPECTED_SHA256=db5d46318e18330c696d954747036e1be8e2346411d4f30236d7e2f499f0cfab -DTARGET=libuv -DUSE_EXISTING_SRC_DIR=ON -P /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/third-party/cmake/DownloadAndExtractFile.cmake | |
-- /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv is found and not empty, skipping download and extraction. | |
cd /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/downloads/libuv && /usr/local/Cellar/cmake/3.4.1/bin/cmake -E touch /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv-stamp/libuv-download | |
[ 40%] No patch step for 'libuv' | |
/usr/local/Cellar/cmake/3.4.1/bin/cmake -E echo_append | |
/usr/local/Cellar/cmake/3.4.1/bin/cmake -E touch /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv-stamp/libuv-patch | |
[ 42%] No update step for 'libuv' | |
/usr/local/Cellar/cmake/3.4.1/bin/cmake -E echo_append | |
/usr/local/Cellar/cmake/3.4.1/bin/cmake -E touch /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv-stamp/libuv-update | |
[ 43%] Performing configure step for 'libuv' | |
cd /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv-build && sh /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/autogen.sh && /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/configure --with-pic --disable-shared --prefix=/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr --libdir=/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr/lib CC=/usr/local/Library/ENV/4.3/clang | |
+ glibtoolize | |
glibtoolize: putting auxiliary files in '.'. | |
glibtoolize: linking file './ltmain.sh' | |
glibtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. | |
glibtoolize: linking file 'm4/libtool.m4' | |
glibtoolize: linking file 'm4/ltoptions.m4' | |
glibtoolize: linking file 'm4/ltsugar.m4' | |
glibtoolize: linking file 'm4/ltversion.m4' | |
glibtoolize: linking file 'm4/lt~obsolete.m4' | |
+ aclocal -I m4 | |
+ autoconf | |
+ automake --add-missing --copy | |
configure.ac:35: installing './ar-lib' | |
configure.ac:25: installing './compile' | |
configure.ac:22: installing './config.guess' | |
configure.ac:22: installing './config.sub' | |
configure.ac:21: installing './install-sh' | |
configure.ac:21: installing './missing' | |
Makefile.am: installing './depcomp' | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/install-sh -c -d | |
checking for gawk... no | |
checking for mawk... no | |
checking for nawk... no | |
checking for awk... awk | |
checking whether make sets $(MAKE)... yes | |
checking whether make supports nested variables... yes | |
checking build system type... x86_64-apple-darwin15.2.0 | |
checking host system type... x86_64-apple-darwin15.2.0 | |
checking for gcc... /usr/local/Library/ENV/4.3/clang | |
checking whether the C compiler works... yes | |
checking for C compiler default output file name... a.out | |
checking for suffix of executables... | |
checking whether we are cross compiling... no | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether /usr/local/Library/ENV/4.3/clang accepts -g... yes | |
checking for /usr/local/Library/ENV/4.3/clang option to accept ISO C89... none needed | |
checking whether /usr/local/Library/ENV/4.3/clang understands -c and -o together... yes | |
checking for style of include used by make... GNU | |
checking dependency style of /usr/local/Library/ENV/4.3/clang... gcc3 | |
checking if /usr/local/Library/ENV/4.3/clang supports -fvisibility=hidden flag... yes | |
checking if /usr/local/Library/ENV/4.3/clang supports -g flag... yes | |
checking if /usr/local/Library/ENV/4.3/clang supports -std=gnu89 flag... yes | |
checking if /usr/local/Library/ENV/4.3/clang supports -pedantic flag... yes | |
checking if /usr/local/Library/ENV/4.3/clang supports -Wall flag... yes | |
checking if /usr/local/Library/ENV/4.3/clang supports -Wextra flag... yes | |
checking if /usr/local/Library/ENV/4.3/clang supports -Wno-unused-parameter flag... yes | |
checking for ar... ar | |
checking the archiver (ar) interface... ar | |
checking how to print strings... printf | |
checking for a sed that does not truncate output... /usr/local/Library/ENV/4.3/sed | |
checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for fgrep... /usr/bin/grep -F | |
checking for ld used by /usr/local/Library/ENV/4.3/clang... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld | |
checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no | |
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm | |
checking the name lister (/usr/bin/nm) interface... BSD nm | |
checking whether ln -s works... yes | |
checking the maximum length of command line arguments... 196608 | |
checking how to convert x86_64-apple-darwin15.2.0 file names to x86_64-apple-darwin15.2.0 format... func_convert_file_noop | |
checking how to convert x86_64-apple-darwin15.2.0 file names to toolchain format... func_convert_file_noop | |
checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r | |
checking for objdump... no | |
checking how to recognize dependent libraries... pass_all | |
checking for dlltool... no | |
checking how to associate runtime and link libraries... printf %s\n | |
checking for archiver @FILE support... no | |
checking for strip... strip | |
checking for ranlib... ranlib | |
checking command to parse /usr/bin/nm output from /usr/local/Library/ENV/4.3/clang object... ok | |
checking for sysroot... no | |
checking for a working dd... /bin/dd | |
checking how to truncate binary pipes... /bin/dd bs=4096 count=1 | |
checking for mt... no | |
checking if : is a manifest tool... no | |
checking for dsymutil... dsymutil | |
checking for nmedit... nmedit | |
checking for lipo... lipo | |
checking for otool... otool | |
checking for otool64... no | |
checking for -single_module linker flag... yes | |
checking for -exported_symbols_list linker flag... yes | |
checking for -force_load linker flag... yes | |
checking how to run the C preprocessor... /usr/local/Library/ENV/4.3/clang -E | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking for dlfcn.h... yes | |
checking for objdir... .libs | |
checking if /usr/local/Library/ENV/4.3/clang supports -fno-rtti -fno-exceptions... yes | |
checking for /usr/local/Library/ENV/4.3/clang option to produce PIC... -fno-common -DPIC | |
checking if /usr/local/Library/ENV/4.3/clang PIC flag -fno-common -DPIC works... yes | |
checking if /usr/local/Library/ENV/4.3/clang static flag -static works... no | |
checking if /usr/local/Library/ENV/4.3/clang supports -c -o file.o... yes | |
checking if /usr/local/Library/ENV/4.3/clang supports -c -o file.o... (cached) yes | |
checking whether the /usr/local/Library/ENV/4.3/clang linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes | |
checking dynamic linker characteristics... darwin15.2.0 dyld | |
checking how to hardcode library paths into programs... immediate | |
checking whether stripping libraries is possible... yes | |
checking if libtool supports shared libraries... yes | |
checking whether to build shared libraries... no | |
checking whether to build static libraries... yes | |
checking whether make supports nested variables... (cached) yes | |
checking for dlopen in -ldl... yes | |
checking for kstat_lookup in -lkstat... no | |
checking for kvm_open in -lkvm... no | |
checking for gethostbyname in -lnsl... no | |
checking for perfstat_cpu in -lperfstat... no | |
checking for pthread_mutex_init in -lpthread... yes | |
checking for clock_gettime in -lrt... no | |
checking for sendfile in -lsendfile... no | |
checking for socket in -lsocket... no | |
checking for special C compiler options needed for large files... no | |
checking for _FILE_OFFSET_BITS value needed for large files... no | |
checking sys/ahafs_evProds.h usability... no | |
checking sys/ahafs_evProds.h presence... no | |
checking for sys/ahafs_evProds.h... no | |
checking for pkg-config... yes | |
checking that generated files are newer than configure... done | |
configure: creating ./config.status | |
config.status: creating libuv.pc | |
config.status: creating Makefile | |
config.status: executing depfiles commands | |
config.status: executing libtool commands | |
cd /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv-build && /usr/local/Cellar/cmake/3.4.1/bin/cmake -E touch /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv-stamp/libuv-configure | |
[ 45%] No build step for 'libuv' | |
cd /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv-build && /usr/local/Cellar/cmake/3.4.1/bin/cmake -E echo_append | |
cd /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv-build && /usr/local/Cellar/cmake/3.4.1/bin/cmake -E touch /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv-stamp/libuv-build | |
[ 46%] Performing install step for 'libuv' | |
cd /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv-build && /Applications/Xcode.app/Contents/Developer/usr/bin/make V=1 install | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/local/Library/ENV/4.3/clang -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.7.3\" -DPACKAGE_STRING=\"libuv\ 1.7.3\" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.7.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/include -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -MT src/libuv_la-fs-poll.lo -MD -MP -MF src/.deps/libuv_la-fs-poll.Tpo -c -o src/libuv_la-fs-poll.lo `test -f 'src/fs-poll.c' || echo '/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/'`src/fs-poll.c | |
libtool: compile: /usr/local/Library/ENV/4.3/clang -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.7.3\" "-DPACKAGE_STRING=\"libuv 1.7.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.7.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/include -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -MT src/libuv_la-fs-poll.lo -MD -MP -MF src/.deps/libuv_la-fs-poll.Tpo -c /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/fs-poll.c -fno-common -DPIC -o src/libuv_la-fs-poll.o | |
mv -f src/.deps/libuv_la-fs-poll.Tpo src/.deps/libuv_la-fs-poll.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/local/Library/ENV/4.3/clang -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.7.3\" -DPACKAGE_STRING=\"libuv\ 1.7.3\" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.7.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/include -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -MT src/libuv_la-inet.lo -MD -MP -MF src/.deps/libuv_la-inet.Tpo -c -o src/libuv_la-inet.lo `test -f 'src/inet.c' || echo '/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/'`src/inet.c | |
libtool: compile: /usr/local/Library/ENV/4.3/clang -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.7.3\" "-DPACKAGE_STRING=\"libuv 1.7.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.7.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/include -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -MT src/libuv_la-inet.lo -MD -MP -MF src/.deps/libuv_la-inet.Tpo -c /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/inet.c -fno-common -DPIC -o src/libuv_la-inet.o | |
mv -f src/.deps/libuv_la-inet.Tpo src/.deps/libuv_la-inet.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/local/Library/ENV/4.3/clang -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.7.3\" -DPACKAGE_STRING=\"libuv\ 1.7.3\" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.7.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/include -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -MT src/libuv_la-threadpool.lo -MD -MP -MF src/.deps/libuv_la-threadpool.Tpo -c -o src/libuv_la-threadpool.lo `test -f 'src/threadpool.c' || echo '/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/'`src/threadpool.c | |
libtool: compile: /usr/local/Library/ENV/4.3/clang -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.7.3\" "-DPACKAGE_STRING=\"libuv 1.7.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.7.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/include -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -MT src/libuv_la-threadpool.lo -MD -MP -MF src/.deps/libuv_la-threadpool.Tpo -c /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/threadpool.c -fno-common -DPIC -o src/libuv_la-threadpool.o | |
mv -f src/.deps/libuv_la-threadpool.Tpo src/.deps/libuv_la-threadpool.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/local/Library/ENV/4.3/clang -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.7.3\" -DPACKAGE_STRING=\"libuv\ 1.7.3\" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.7.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/include -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -MT src/libuv_la-uv-common.lo -MD -MP -MF src/.deps/libuv_la-uv-common.Tpo -c -o src/libuv_la-uv-common.lo `test -f 'src/uv-common.c' || echo '/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/'`src/uv-common.c | |
libtool: compile: /usr/local/Library/ENV/4.3/clang -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.7.3\" "-DPACKAGE_STRING=\"libuv 1.7.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.7.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/include -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -MT src/libuv_la-uv-common.lo -MD -MP -MF src/.deps/libuv_la-uv-common.Tpo -c /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/uv-common.c -fno-common -DPIC -o src/libuv_la-uv-common.o | |
mv -f src/.deps/libuv_la-uv-common.Tpo src/.deps/libuv_la-uv-common.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/local/Library/ENV/4.3/clang -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.7.3\" -DPACKAGE_STRING=\"libuv\ 1.7.3\" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.7.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/include -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -MT src/libuv_la-version.lo -MD -MP -MF src/.deps/libuv_la-version.Tpo -c -o src/libuv_la-version.lo `test -f 'src/version.c' || echo '/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/'`src/version.c | |
libtool: compile: /usr/local/Library/ENV/4.3/clang -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.7.3\" "-DPACKAGE_STRING=\"libuv 1.7.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.7.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/include -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -MT src/libuv_la-version.lo -MD -MP -MF src/.deps/libuv_la-version.Tpo -c /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/version.c -fno-common -DPIC -o src/libuv_la-version.o | |
mv -f src/.deps/libuv_la-version.Tpo src/.deps/libuv_la-version.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/local/Library/ENV/4.3/clang -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.7.3\" -DPACKAGE_STRING=\"libuv\ 1.7.3\" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.7.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/include -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -MT src/unix/libuv_la-async.lo -MD -MP -MF src/unix/.deps/libuv_la-async.Tpo -c -o src/unix/libuv_la-async.lo `test -f 'src/unix/async.c' || echo '/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/'`src/unix/async.c | |
libtool: compile: /usr/local/Library/ENV/4.3/clang -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.7.3\" "-DPACKAGE_STRING=\"libuv 1.7.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.7.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/include -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -MT src/unix/libuv_la-async.lo -MD -MP -MF src/unix/.deps/libuv_la-async.Tpo -c /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix/async.c -fno-common -DPIC -o src/unix/libuv_la-async.o | |
mv -f src/unix/.deps/libuv_la-async.Tpo src/unix/.deps/libuv_la-async.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/local/Library/ENV/4.3/clang -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.7.3\" -DPACKAGE_STRING=\"libuv\ 1.7.3\" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.7.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/include -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -MT src/unix/libuv_la-core.lo -MD -MP -MF src/unix/.deps/libuv_la-core.Tpo -c -o src/unix/libuv_la-core.lo `test -f 'src/unix/core.c' || echo '/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/'`src/unix/core.c | |
libtool: compile: /usr/local/Library/ENV/4.3/clang -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.7.3\" "-DPACKAGE_STRING=\"libuv 1.7.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.7.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/include -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -MT src/unix/libuv_la-core.lo -MD -MP -MF src/unix/.deps/libuv_la-core.Tpo -c /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix/core.c -fno-common -DPIC -o src/unix/libuv_la-core.o | |
mv -f src/unix/.deps/libuv_la-core.Tpo src/unix/.deps/libuv_la-core.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/local/Library/ENV/4.3/clang -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.7.3\" -DPACKAGE_STRING=\"libuv\ 1.7.3\" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.7.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/include -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -MT src/unix/libuv_la-dl.lo -MD -MP -MF src/unix/.deps/libuv_la-dl.Tpo -c -o src/unix/libuv_la-dl.lo `test -f 'src/unix/dl.c' || echo '/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/'`src/unix/dl.c | |
libtool: compile: /usr/local/Library/ENV/4.3/clang -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.7.3\" "-DPACKAGE_STRING=\"libuv 1.7.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.7.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/include -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -MT src/unix/libuv_la-dl.lo -MD -MP -MF src/unix/.deps/libuv_la-dl.Tpo -c /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix/dl.c -fno-common -DPIC -o src/unix/libuv_la-dl.o | |
mv -f src/unix/.deps/libuv_la-dl.Tpo src/unix/.deps/libuv_la-dl.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/local/Library/ENV/4.3/clang -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.7.3\" -DPACKAGE_STRING=\"libuv\ 1.7.3\" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.7.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/include -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -MT src/unix/libuv_la-fs.lo -MD -MP -MF src/unix/.deps/libuv_la-fs.Tpo -c -o src/unix/libuv_la-fs.lo `test -f 'src/unix/fs.c' || echo '/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/'`src/unix/fs.c | |
libtool: compile: /usr/local/Library/ENV/4.3/clang -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.7.3\" "-DPACKAGE_STRING=\"libuv 1.7.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.7.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/include -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -MT src/unix/libuv_la-fs.lo -MD -MP -MF src/unix/.deps/libuv_la-fs.Tpo -c /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix/fs.c -fno-common -DPIC -o src/unix/libuv_la-fs.o | |
mv -f src/unix/.deps/libuv_la-fs.Tpo src/unix/.deps/libuv_la-fs.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/local/Library/ENV/4.3/clang -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.7.3\" -DPACKAGE_STRING=\"libuv\ 1.7.3\" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.7.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/include -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -MT src/unix/libuv_la-getaddrinfo.lo -MD -MP -MF src/unix/.deps/libuv_la-getaddrinfo.Tpo -c -o src/unix/libuv_la-getaddrinfo.lo `test -f 'src/unix/getaddrinfo.c' || echo '/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/'`src/unix/getaddrinfo.c | |
libtool: compile: /usr/local/Library/ENV/4.3/clang -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.7.3\" "-DPACKAGE_STRING=\"libuv 1.7.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.7.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/include -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -MT src/unix/libuv_la-getaddrinfo.lo -MD -MP -MF src/unix/.deps/libuv_la-getaddrinfo.Tpo -c /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix/getaddrinfo.c -fno-common -DPIC -o src/unix/libuv_la-getaddrinfo.o | |
mv -f src/unix/.deps/libuv_la-getaddrinfo.Tpo src/unix/.deps/libuv_la-getaddrinfo.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/local/Library/ENV/4.3/clang -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.7.3\" -DPACKAGE_STRING=\"libuv\ 1.7.3\" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.7.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/include -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -MT src/unix/libuv_la-getnameinfo.lo -MD -MP -MF src/unix/.deps/libuv_la-getnameinfo.Tpo -c -o src/unix/libuv_la-getnameinfo.lo `test -f 'src/unix/getnameinfo.c' || echo '/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/'`src/unix/getnameinfo.c | |
libtool: compile: /usr/local/Library/ENV/4.3/clang -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.7.3\" "-DPACKAGE_STRING=\"libuv 1.7.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.7.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/include -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -MT src/unix/libuv_la-getnameinfo.lo -MD -MP -MF src/unix/.deps/libuv_la-getnameinfo.Tpo -c /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix/getnameinfo.c -fno-common -DPIC -o src/unix/libuv_la-getnameinfo.o | |
mv -f src/unix/.deps/libuv_la-getnameinfo.Tpo src/unix/.deps/libuv_la-getnameinfo.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/local/Library/ENV/4.3/clang -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.7.3\" -DPACKAGE_STRING=\"libuv\ 1.7.3\" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.7.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/include -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -MT src/unix/libuv_la-loop-watcher.lo -MD -MP -MF src/unix/.deps/libuv_la-loop-watcher.Tpo -c -o src/unix/libuv_la-loop-watcher.lo `test -f 'src/unix/loop-watcher.c' || echo '/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/'`src/unix/loop-watcher.c | |
libtool: compile: /usr/local/Library/ENV/4.3/clang -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.7.3\" "-DPACKAGE_STRING=\"libuv 1.7.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.7.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/include -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -MT src/unix/libuv_la-loop-watcher.lo -MD -MP -MF src/unix/.deps/libuv_la-loop-watcher.Tpo -c /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix/loop-watcher.c -fno-common -DPIC -o src/unix/libuv_la-loop-watcher.o | |
mv -f src/unix/.deps/libuv_la-loop-watcher.Tpo src/unix/.deps/libuv_la-loop-watcher.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/local/Library/ENV/4.3/clang -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.7.3\" -DPACKAGE_STRING=\"libuv\ 1.7.3\" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.7.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/include -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -MT src/unix/libuv_la-loop.lo -MD -MP -MF src/unix/.deps/libuv_la-loop.Tpo -c -o src/unix/libuv_la-loop.lo `test -f 'src/unix/loop.c' || echo '/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/'`src/unix/loop.c | |
libtool: compile: /usr/local/Library/ENV/4.3/clang -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.7.3\" "-DPACKAGE_STRING=\"libuv 1.7.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.7.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/include -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -MT src/unix/libuv_la-loop.lo -MD -MP -MF src/unix/.deps/libuv_la-loop.Tpo -c /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix/loop.c -fno-common -DPIC -o src/unix/libuv_la-loop.o | |
mv -f src/unix/.deps/libuv_la-loop.Tpo src/unix/.deps/libuv_la-loop.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/local/Library/ENV/4.3/clang -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.7.3\" -DPACKAGE_STRING=\"libuv\ 1.7.3\" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.7.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/include -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -MT src/unix/libuv_la-pipe.lo -MD -MP -MF src/unix/.deps/libuv_la-pipe.Tpo -c -o src/unix/libuv_la-pipe.lo `test -f 'src/unix/pipe.c' || echo '/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/'`src/unix/pipe.c | |
libtool: compile: /usr/local/Library/ENV/4.3/clang -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.7.3\" "-DPACKAGE_STRING=\"libuv 1.7.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.7.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/include -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -MT src/unix/libuv_la-pipe.lo -MD -MP -MF src/unix/.deps/libuv_la-pipe.Tpo -c /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix/pipe.c -fno-common -DPIC -o src/unix/libuv_la-pipe.o | |
mv -f src/unix/.deps/libuv_la-pipe.Tpo src/unix/.deps/libuv_la-pipe.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/local/Library/ENV/4.3/clang -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.7.3\" -DPACKAGE_STRING=\"libuv\ 1.7.3\" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.7.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/include -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -MT src/unix/libuv_la-poll.lo -MD -MP -MF src/unix/.deps/libuv_la-poll.Tpo -c -o src/unix/libuv_la-poll.lo `test -f 'src/unix/poll.c' || echo '/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/'`src/unix/poll.c | |
libtool: compile: /usr/local/Library/ENV/4.3/clang -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.7.3\" "-DPACKAGE_STRING=\"libuv 1.7.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.7.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/include -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -MT src/unix/libuv_la-poll.lo -MD -MP -MF src/unix/.deps/libuv_la-poll.Tpo -c /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix/poll.c -fno-common -DPIC -o src/unix/libuv_la-poll.o | |
mv -f src/unix/.deps/libuv_la-poll.Tpo src/unix/.deps/libuv_la-poll.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/local/Library/ENV/4.3/clang -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.7.3\" -DPACKAGE_STRING=\"libuv\ 1.7.3\" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.7.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/include -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -MT src/unix/libuv_la-process.lo -MD -MP -MF src/unix/.deps/libuv_la-process.Tpo -c -o src/unix/libuv_la-process.lo `test -f 'src/unix/process.c' || echo '/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/'`src/unix/process.c | |
libtool: compile: /usr/local/Library/ENV/4.3/clang -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.7.3\" "-DPACKAGE_STRING=\"libuv 1.7.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.7.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/include -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -MT src/unix/libuv_la-process.lo -MD -MP -MF src/unix/.deps/libuv_la-process.Tpo -c /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix/process.c -fno-common -DPIC -o src/unix/libuv_la-process.o | |
mv -f src/unix/.deps/libuv_la-process.Tpo src/unix/.deps/libuv_la-process.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/local/Library/ENV/4.3/clang -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.7.3\" -DPACKAGE_STRING=\"libuv\ 1.7.3\" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.7.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/include -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -MT src/unix/libuv_la-signal.lo -MD -MP -MF src/unix/.deps/libuv_la-signal.Tpo -c -o src/unix/libuv_la-signal.lo `test -f 'src/unix/signal.c' || echo '/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/'`src/unix/signal.c | |
libtool: compile: /usr/local/Library/ENV/4.3/clang -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.7.3\" "-DPACKAGE_STRING=\"libuv 1.7.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.7.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/include -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -MT src/unix/libuv_la-signal.lo -MD -MP -MF src/unix/.deps/libuv_la-signal.Tpo -c /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix/signal.c -fno-common -DPIC -o src/unix/libuv_la-signal.o | |
mv -f src/unix/.deps/libuv_la-signal.Tpo src/unix/.deps/libuv_la-signal.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/local/Library/ENV/4.3/clang -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.7.3\" -DPACKAGE_STRING=\"libuv\ 1.7.3\" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.7.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/include -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -MT src/unix/libuv_la-stream.lo -MD -MP -MF src/unix/.deps/libuv_la-stream.Tpo -c -o src/unix/libuv_la-stream.lo `test -f 'src/unix/stream.c' || echo '/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/'`src/unix/stream.c | |
libtool: compile: /usr/local/Library/ENV/4.3/clang -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.7.3\" "-DPACKAGE_STRING=\"libuv 1.7.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.7.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/include -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -MT src/unix/libuv_la-stream.lo -MD -MP -MF src/unix/.deps/libuv_la-stream.Tpo -c /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix/stream.c -fno-common -DPIC -o src/unix/libuv_la-stream.o | |
mv -f src/unix/.deps/libuv_la-stream.Tpo src/unix/.deps/libuv_la-stream.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/local/Library/ENV/4.3/clang -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.7.3\" -DPACKAGE_STRING=\"libuv\ 1.7.3\" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.7.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/include -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -MT src/unix/libuv_la-tcp.lo -MD -MP -MF src/unix/.deps/libuv_la-tcp.Tpo -c -o src/unix/libuv_la-tcp.lo `test -f 'src/unix/tcp.c' || echo '/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/'`src/unix/tcp.c | |
libtool: compile: /usr/local/Library/ENV/4.3/clang -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.7.3\" "-DPACKAGE_STRING=\"libuv 1.7.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.7.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/include -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -MT src/unix/libuv_la-tcp.lo -MD -MP -MF src/unix/.deps/libuv_la-tcp.Tpo -c /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix/tcp.c -fno-common -DPIC -o src/unix/libuv_la-tcp.o | |
mv -f src/unix/.deps/libuv_la-tcp.Tpo src/unix/.deps/libuv_la-tcp.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/local/Library/ENV/4.3/clang -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.7.3\" -DPACKAGE_STRING=\"libuv\ 1.7.3\" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.7.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/include -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -MT src/unix/libuv_la-thread.lo -MD -MP -MF src/unix/.deps/libuv_la-thread.Tpo -c -o src/unix/libuv_la-thread.lo `test -f 'src/unix/thread.c' || echo '/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/'`src/unix/thread.c | |
libtool: compile: /usr/local/Library/ENV/4.3/clang -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.7.3\" "-DPACKAGE_STRING=\"libuv 1.7.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.7.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/include -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -MT src/unix/libuv_la-thread.lo -MD -MP -MF src/unix/.deps/libuv_la-thread.Tpo -c /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix/thread.c -fno-common -DPIC -o src/unix/libuv_la-thread.o | |
mv -f src/unix/.deps/libuv_la-thread.Tpo src/unix/.deps/libuv_la-thread.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/local/Library/ENV/4.3/clang -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.7.3\" -DPACKAGE_STRING=\"libuv\ 1.7.3\" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.7.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/include -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -MT src/unix/libuv_la-timer.lo -MD -MP -MF src/unix/.deps/libuv_la-timer.Tpo -c -o src/unix/libuv_la-timer.lo `test -f 'src/unix/timer.c' || echo '/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/'`src/unix/timer.c | |
libtool: compile: /usr/local/Library/ENV/4.3/clang -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.7.3\" "-DPACKAGE_STRING=\"libuv 1.7.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.7.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/include -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -MT src/unix/libuv_la-timer.lo -MD -MP -MF src/unix/.deps/libuv_la-timer.Tpo -c /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix/timer.c -fno-common -DPIC -o src/unix/libuv_la-timer.o | |
mv -f src/unix/.deps/libuv_la-timer.Tpo src/unix/.deps/libuv_la-timer.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/local/Library/ENV/4.3/clang -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.7.3\" -DPACKAGE_STRING=\"libuv\ 1.7.3\" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.7.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/include -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -MT src/unix/libuv_la-tty.lo -MD -MP -MF src/unix/.deps/libuv_la-tty.Tpo -c -o src/unix/libuv_la-tty.lo `test -f 'src/unix/tty.c' || echo '/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/'`src/unix/tty.c | |
libtool: compile: /usr/local/Library/ENV/4.3/clang -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.7.3\" "-DPACKAGE_STRING=\"libuv 1.7.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.7.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/include -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -MT src/unix/libuv_la-tty.lo -MD -MP -MF src/unix/.deps/libuv_la-tty.Tpo -c /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix/tty.c -fno-common -DPIC -o src/unix/libuv_la-tty.o | |
mv -f src/unix/.deps/libuv_la-tty.Tpo src/unix/.deps/libuv_la-tty.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/local/Library/ENV/4.3/clang -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.7.3\" -DPACKAGE_STRING=\"libuv\ 1.7.3\" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.7.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/include -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -MT src/unix/libuv_la-udp.lo -MD -MP -MF src/unix/.deps/libuv_la-udp.Tpo -c -o src/unix/libuv_la-udp.lo `test -f 'src/unix/udp.c' || echo '/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/'`src/unix/udp.c | |
libtool: compile: /usr/local/Library/ENV/4.3/clang -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.7.3\" "-DPACKAGE_STRING=\"libuv 1.7.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.7.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/include -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -MT src/unix/libuv_la-udp.lo -MD -MP -MF src/unix/.deps/libuv_la-udp.Tpo -c /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix/udp.c -fno-common -DPIC -o src/unix/libuv_la-udp.o | |
mv -f src/unix/.deps/libuv_la-udp.Tpo src/unix/.deps/libuv_la-udp.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/local/Library/ENV/4.3/clang -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.7.3\" -DPACKAGE_STRING=\"libuv\ 1.7.3\" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.7.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/include -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -MT src/unix/libuv_la-darwin.lo -MD -MP -MF src/unix/.deps/libuv_la-darwin.Tpo -c -o src/unix/libuv_la-darwin.lo `test -f 'src/unix/darwin.c' || echo '/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/'`src/unix/darwin.c | |
libtool: compile: /usr/local/Library/ENV/4.3/clang -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.7.3\" "-DPACKAGE_STRING=\"libuv 1.7.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.7.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/include -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -MT src/unix/libuv_la-darwin.lo -MD -MP -MF src/unix/.deps/libuv_la-darwin.Tpo -c /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix/darwin.c -fno-common -DPIC -o src/unix/libuv_la-darwin.o | |
mv -f src/unix/.deps/libuv_la-darwin.Tpo src/unix/.deps/libuv_la-darwin.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/local/Library/ENV/4.3/clang -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.7.3\" -DPACKAGE_STRING=\"libuv\ 1.7.3\" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.7.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/include -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -MT src/unix/libuv_la-darwin-proctitle.lo -MD -MP -MF src/unix/.deps/libuv_la-darwin-proctitle.Tpo -c -o src/unix/libuv_la-darwin-proctitle.lo `test -f 'src/unix/darwin-proctitle.c' || echo '/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/'`src/unix/darwin-proctitle.c | |
libtool: compile: /usr/local/Library/ENV/4.3/clang -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.7.3\" "-DPACKAGE_STRING=\"libuv 1.7.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.7.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/include -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -MT src/unix/libuv_la-darwin-proctitle.lo -MD -MP -MF src/unix/.deps/libuv_la-darwin-proctitle.Tpo -c /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix/darwin-proctitle.c -fno-common -DPIC -o src/unix/libuv_la-darwin-proctitle.o | |
mv -f src/unix/.deps/libuv_la-darwin-proctitle.Tpo src/unix/.deps/libuv_la-darwin-proctitle.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/local/Library/ENV/4.3/clang -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.7.3\" -DPACKAGE_STRING=\"libuv\ 1.7.3\" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.7.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/include -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -MT src/unix/libuv_la-fsevents.lo -MD -MP -MF src/unix/.deps/libuv_la-fsevents.Tpo -c -o src/unix/libuv_la-fsevents.lo `test -f 'src/unix/fsevents.c' || echo '/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/'`src/unix/fsevents.c | |
libtool: compile: /usr/local/Library/ENV/4.3/clang -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.7.3\" "-DPACKAGE_STRING=\"libuv 1.7.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.7.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/include -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -MT src/unix/libuv_la-fsevents.lo -MD -MP -MF src/unix/.deps/libuv_la-fsevents.Tpo -c /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix/fsevents.c -fno-common -DPIC -o src/unix/libuv_la-fsevents.o | |
mv -f src/unix/.deps/libuv_la-fsevents.Tpo src/unix/.deps/libuv_la-fsevents.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/local/Library/ENV/4.3/clang -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.7.3\" -DPACKAGE_STRING=\"libuv\ 1.7.3\" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.7.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/include -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -MT src/unix/libuv_la-kqueue.lo -MD -MP -MF src/unix/.deps/libuv_la-kqueue.Tpo -c -o src/unix/libuv_la-kqueue.lo `test -f 'src/unix/kqueue.c' || echo '/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/'`src/unix/kqueue.c | |
libtool: compile: /usr/local/Library/ENV/4.3/clang -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.7.3\" "-DPACKAGE_STRING=\"libuv 1.7.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.7.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/include -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -MT src/unix/libuv_la-kqueue.lo -MD -MP -MF src/unix/.deps/libuv_la-kqueue.Tpo -c /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix/kqueue.c -fno-common -DPIC -o src/unix/libuv_la-kqueue.o | |
mv -f src/unix/.deps/libuv_la-kqueue.Tpo src/unix/.deps/libuv_la-kqueue.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/local/Library/ENV/4.3/clang -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.7.3\" -DPACKAGE_STRING=\"libuv\ 1.7.3\" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.7.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/include -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -MT src/unix/libuv_la-proctitle.lo -MD -MP -MF src/unix/.deps/libuv_la-proctitle.Tpo -c -o src/unix/libuv_la-proctitle.lo `test -f 'src/unix/proctitle.c' || echo '/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/'`src/unix/proctitle.c | |
libtool: compile: /usr/local/Library/ENV/4.3/clang -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.7.3\" "-DPACKAGE_STRING=\"libuv 1.7.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.7.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/include -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -MT src/unix/libuv_la-proctitle.lo -MD -MP -MF src/unix/.deps/libuv_la-proctitle.Tpo -c /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix/proctitle.c -fno-common -DPIC -o src/unix/libuv_la-proctitle.o | |
mv -f src/unix/.deps/libuv_la-proctitle.Tpo src/unix/.deps/libuv_la-proctitle.Plo | |
/bin/sh ./libtool --tag=CC --mode=link /usr/local/Library/ENV/4.3/clang -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -no-undefined -version-info 1:0:0 -o libuv.la -rpath /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr/lib src/libuv_la-fs-poll.lo src/libuv_la-inet.lo src/libuv_la-threadpool.lo src/libuv_la-uv-common.lo src/libuv_la-version.lo src/unix/libuv_la-async.lo src/unix/libuv_la-core.lo src/unix/libuv_la-dl.lo src/unix/libuv_la-fs.lo src/unix/libuv_la-getaddrinfo.lo src/unix/libuv_la-getnameinfo.lo src/unix/libuv_la-loop-watcher.lo src/unix/libuv_la-loop.lo src/unix/libuv_la-pipe.lo src/unix/libuv_la-poll.lo src/unix/libuv_la-process.lo src/unix/libuv_la-signal.lo src/unix/libuv_la-stream.lo src/unix/libuv_la-tcp.lo src/unix/libuv_la-thread.lo src/unix/libuv_la-timer.lo src/unix/libuv_la-tty.lo src/unix/libuv_la-udp.lo src/unix/libuv_la-darwin.lo src/unix/libuv_la-darwin-proctitle.lo src/unix/libuv_la-fsevents.lo src/unix/libuv_la-kqueue.lo src/unix/libuv_la-proctitle.lo -lpthread -ldl | |
libtool: link: ar cru .libs/libuv.a src/libuv_la-fs-poll.o src/libuv_la-inet.o src/libuv_la-threadpool.o src/libuv_la-uv-common.o src/libuv_la-version.o src/unix/libuv_la-async.o src/unix/libuv_la-core.o src/unix/libuv_la-dl.o src/unix/libuv_la-fs.o src/unix/libuv_la-getaddrinfo.o src/unix/libuv_la-getnameinfo.o src/unix/libuv_la-loop-watcher.o src/unix/libuv_la-loop.o src/unix/libuv_la-pipe.o src/unix/libuv_la-poll.o src/unix/libuv_la-process.o src/unix/libuv_la-signal.o src/unix/libuv_la-stream.o src/unix/libuv_la-tcp.o src/unix/libuv_la-thread.o src/unix/libuv_la-timer.o src/unix/libuv_la-tty.o src/unix/libuv_la-udp.o src/unix/libuv_la-darwin.o src/unix/libuv_la-darwin-proctitle.o src/unix/libuv_la-fsevents.o src/unix/libuv_la-kqueue.o src/unix/libuv_la-proctitle.o | |
libtool: link: ranlib .libs/libuv.a | |
libtool: link: ( cd ".libs" && rm -f "libuv.la" && ln -s "../libuv.la" "libuv.la" ) | |
/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/install-sh -c -d '/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr/lib' | |
/bin/sh ./libtool --mode=install /usr/bin/install -c libuv.la '/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr/lib' | |
libtool: install: /usr/bin/install -c .libs/libuv.lai /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr/lib/libuv.la | |
libtool: install: /usr/bin/install -c .libs/libuv.a /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr/lib/libuv.a | |
libtool: install: chmod 644 /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr/lib/libuv.a | |
libtool: install: ranlib /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr/lib/libuv.a | |
/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/install-sh -c -d '/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr/include' | |
/usr/bin/install -c -m 644 /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/include/uv.h /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/include/uv-errno.h /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/include/uv-threadpool.h /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/include/uv-version.h /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/include/uv-unix.h /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/include/uv-darwin.h '/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr/include' | |
/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/install-sh -c -d '/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr/lib/pkgconfig' | |
/usr/bin/install -c -m 644 libuv.pc '/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr/lib/pkgconfig' | |
cd /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv-build && /usr/local/Cellar/cmake/3.4.1/bin/cmake -E touch /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv-stamp/libuv-install | |
[ 48%] Completed 'libuv' | |
/usr/local/Cellar/cmake/3.4.1/bin/cmake -E make_directory /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/CMakeFiles | |
/usr/local/Cellar/cmake/3.4.1/bin/cmake -E touch /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/CMakeFiles/libuv-complete | |
/usr/local/Cellar/cmake/3.4.1/bin/cmake -E touch /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv-stamp/libuv-done | |
[ 48%] Built target libuv | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/libvterm.dir/build.make CMakeFiles/libvterm.dir/depend | |
cd /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build && /usr/local/Cellar/cmake/3.4.1/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/third-party /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/third-party /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/CMakeFiles/libvterm.dir/DependInfo.cmake --color= | |
Dependee "/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/CMakeFiles/libvterm.dir/DependInfo.cmake" is newer than depender "/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/CMakeFiles/libvterm.dir/depend.internal". | |
Dependee "/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/CMakeFiles/libvterm.dir/depend.internal". | |
Scanning dependencies of target libvterm | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/libvterm.dir/build.make CMakeFiles/libvterm.dir/build | |
[ 50%] Creating directories for 'libvterm' | |
/usr/local/Cellar/cmake/3.4.1/bin/cmake -E make_directory /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libvterm | |
/usr/local/Cellar/cmake/3.4.1/bin/cmake -E make_directory /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libvterm | |
/usr/local/Cellar/cmake/3.4.1/bin/cmake -E make_directory /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build | |
/usr/local/Cellar/cmake/3.4.1/bin/cmake -E make_directory /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/tmp | |
/usr/local/Cellar/cmake/3.4.1/bin/cmake -E make_directory /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libvterm-stamp | |
/usr/local/Cellar/cmake/3.4.1/bin/cmake -E make_directory /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/downloads/libvterm | |
/usr/local/Cellar/cmake/3.4.1/bin/cmake -E touch /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libvterm-stamp/libvterm-mkdir | |
[ 51%] Performing download step for 'libvterm' | |
cd /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/downloads/libvterm && /usr/local/Cellar/cmake/3.4.1/bin/cmake -DPREFIX=/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build -DDOWNLOAD_DIR=/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/downloads/libvterm -DURL=https://github.com/neovim/libvterm/archive/1b745d29d45623aa8d22a7b9288c7b0e331c7088.tar.gz -DEXPECTED_SHA256=3fc75908256c0d158d6c2a32d39f34e86bfd26364f5404b7d9c03bb70cdc3611 -DTARGET=libvterm -DUSE_EXISTING_SRC_DIR=ON -P /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/third-party/cmake/DownloadAndExtractFile.cmake | |
-- /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libvterm is found and not empty, skipping download and extraction. | |
cd /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/downloads/libvterm && /usr/local/Cellar/cmake/3.4.1/bin/cmake -E touch /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libvterm-stamp/libvterm-download | |
[ 53%] No patch step for 'libvterm' | |
/usr/local/Cellar/cmake/3.4.1/bin/cmake -E echo_append | |
/usr/local/Cellar/cmake/3.4.1/bin/cmake -E touch /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libvterm-stamp/libvterm-patch | |
[ 54%] No update step for 'libvterm' | |
/usr/local/Cellar/cmake/3.4.1/bin/cmake -E echo_append | |
/usr/local/Cellar/cmake/3.4.1/bin/cmake -E touch /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libvterm-stamp/libvterm-update | |
[ 56%] No configure step for 'libvterm' | |
cd /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libvterm && /usr/local/Cellar/cmake/3.4.1/bin/cmake -E echo_append | |
cd /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libvterm && /usr/local/Cellar/cmake/3.4.1/bin/cmake -E touch /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libvterm-stamp/libvterm-configure | |
[ 57%] No build step for 'libvterm' | |
cd /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libvterm && /usr/local/Cellar/cmake/3.4.1/bin/cmake -E echo_append | |
cd /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libvterm && /usr/local/Cellar/cmake/3.4.1/bin/cmake -E touch /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libvterm-stamp/libvterm-build | |
[ 59%] Performing install step for 'libvterm' | |
cd /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libvterm && /Applications/Xcode.app/Contents/Developer/usr/bin/make CC=/usr/local/Library/ENV/4.3/clang PREFIX=/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr CFLAGS=-fPIC install | |
install -d /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr/include | |
install -m644 include/vterm.h include/vterm_keycodes.h /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr/include | |
install -d /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr/lib/pkgconfig | |
sed -e "s,@PREFIX@,/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr," -e "s,@LIBDIR@,/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr/lib," <vterm.pc.in >/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr/lib/pkgconfig/vterm.pc | |
TBL src/encoding/DECdrawing.tbl | |
TBL src/encoding/uk.tbl | |
CC src/encoding.c | |
glibtool: compile: /usr/local/Library/ENV/4.3/clang -fPIC -Wall -Iinclude -std=c99 -c src/encoding.c -fno-common -DPIC -o src/.libs/encoding.o | |
glibtool: compile: /usr/local/Library/ENV/4.3/clang -fPIC -Wall -Iinclude -std=c99 -c src/encoding.c -o src/encoding.o >/dev/null 2>&1 | |
CC src/keyboard.c | |
glibtool: compile: /usr/local/Library/ENV/4.3/clang -fPIC -Wall -Iinclude -std=c99 -c src/keyboard.c -fno-common -DPIC -o src/.libs/keyboard.o | |
glibtool: compile: /usr/local/Library/ENV/4.3/clang -fPIC -Wall -Iinclude -std=c99 -c src/keyboard.c -o src/keyboard.o >/dev/null 2>&1 | |
CC src/mouse.c | |
glibtool: compile: /usr/local/Library/ENV/4.3/clang -fPIC -Wall -Iinclude -std=c99 -c src/mouse.c -fno-common -DPIC -o src/.libs/mouse.o | |
glibtool: compile: /usr/local/Library/ENV/4.3/clang -fPIC -Wall -Iinclude -std=c99 -c src/mouse.c -o src/mouse.o >/dev/null 2>&1 | |
CC src/parser.c | |
glibtool: compile: /usr/local/Library/ENV/4.3/clang -fPIC -Wall -Iinclude -std=c99 -c src/parser.c -fno-common -DPIC -o src/.libs/parser.o | |
glibtool: compile: /usr/local/Library/ENV/4.3/clang -fPIC -Wall -Iinclude -std=c99 -c src/parser.c -o src/parser.o >/dev/null 2>&1 | |
CC src/pen.c | |
glibtool: compile: /usr/local/Library/ENV/4.3/clang -fPIC -Wall -Iinclude -std=c99 -c src/pen.c -fno-common -DPIC -o src/.libs/pen.o | |
glibtool: compile: /usr/local/Library/ENV/4.3/clang -fPIC -Wall -Iinclude -std=c99 -c src/pen.c -o src/pen.o >/dev/null 2>&1 | |
CC src/screen.c | |
glibtool: compile: /usr/local/Library/ENV/4.3/clang -fPIC -Wall -Iinclude -std=c99 -c src/screen.c -fno-common -DPIC -o src/.libs/screen.o | |
glibtool: compile: /usr/local/Library/ENV/4.3/clang -fPIC -Wall -Iinclude -std=c99 -c src/screen.c -o src/screen.o >/dev/null 2>&1 | |
CC src/state.c | |
glibtool: compile: /usr/local/Library/ENV/4.3/clang -fPIC -Wall -Iinclude -std=c99 -c src/state.c -fno-common -DPIC -o src/.libs/state.o | |
glibtool: compile: /usr/local/Library/ENV/4.3/clang -fPIC -Wall -Iinclude -std=c99 -c src/state.c -o src/state.o >/dev/null 2>&1 | |
CC src/unicode.c | |
glibtool: compile: /usr/local/Library/ENV/4.3/clang -fPIC -Wall -Iinclude -std=c99 -c src/unicode.c -fno-common -DPIC -o src/.libs/unicode.o | |
glibtool: compile: /usr/local/Library/ENV/4.3/clang -fPIC -Wall -Iinclude -std=c99 -c src/unicode.c -o src/unicode.o >/dev/null 2>&1 | |
CC src/vterm.c | |
glibtool: compile: /usr/local/Library/ENV/4.3/clang -fPIC -Wall -Iinclude -std=c99 -c src/vterm.c -fno-common -DPIC -o src/.libs/vterm.o | |
glibtool: compile: /usr/local/Library/ENV/4.3/clang -fPIC -Wall -Iinclude -std=c99 -c src/vterm.c -o src/vterm.o >/dev/null 2>&1 | |
LINK libvterm.la | |
glibtool: link: clang -dynamiclib -Wl,-undefined -Wl,dynamic_lookup -o .libs/libvterm.0.dylib src/.libs/encoding.o src/.libs/keyboard.o src/.libs/mouse.o src/.libs/parser.o src/.libs/pen.o src/.libs/screen.o src/.libs/state.o src/.libs/unicode.o src/.libs/vterm.o -install_name /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr/lib/libvterm.0.dylib -compatibility_version 1 -current_version 1.0 -Wl,-single_module | |
glibtool: link: (cd ".libs" && rm -f "libvterm.dylib" && ln -s "libvterm.0.dylib" "libvterm.dylib") | |
glibtool: link: ar cru .libs/libvterm.a src/encoding.o src/keyboard.o src/mouse.o src/parser.o src/pen.o src/screen.o src/state.o src/unicode.o src/vterm.o | |
glibtool: link: ranlib .libs/libvterm.a | |
glibtool: link: ( cd ".libs" && rm -f "libvterm.la" && ln -s "../libvterm.la" "libvterm.la" ) | |
install -d /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr/lib | |
glibtool --mode=install install libvterm.la /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr/lib/libvterm.la | |
glibtool: install: install .libs/libvterm.0.dylib /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr/lib/libvterm.0.dylib | |
glibtool: install: (cd /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr/lib && { ln -s -f libvterm.0.dylib libvterm.dylib || { rm -f libvterm.dylib && ln -s libvterm.0.dylib libvterm.dylib; }; }) | |
glibtool: install: install .libs/libvterm.lai /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr/lib/libvterm.la | |
glibtool: install: install .libs/libvterm.a /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr/lib/libvterm.a | |
glibtool: install: chmod 644 /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr/lib/libvterm.a | |
glibtool: install: ranlib /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr/lib/libvterm.a | |
glibtool --mode=finish /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr/lib | |
CC bin/unterm.c | |
glibtool: link: /usr/local/Library/ENV/4.3/clang -fPIC -Wall -Iinclude -std=c99 -o bin/.libs/unterm bin/unterm.c /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libvterm/.libs/libvterm.dylib | |
CC bin/vterm-ctrl.c | |
glibtool: link: /usr/local/Library/ENV/4.3/clang -fPIC -Wall -Iinclude -std=c99 -o bin/.libs/vterm-ctrl bin/vterm-ctrl.c /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libvterm/.libs/libvterm.dylib | |
CC bin/vterm-dump.c | |
glibtool: link: /usr/local/Library/ENV/4.3/clang -fPIC -Wall -Iinclude -std=c99 -o bin/.libs/vterm-dump bin/vterm-dump.c /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libvterm/.libs/libvterm.dylib | |
install -d /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr/bin | |
glibtool --mode=install install bin/unterm bin/vterm-ctrl bin/vterm-dump /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr/bin/ | |
glibtool: install: install bin/.libs/unterm /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr/bin/unterm | |
glibtool: install: install bin/.libs/vterm-ctrl /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr/bin/vterm-ctrl | |
glibtool: install: install bin/.libs/vterm-dump /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr/bin/vterm-dump | |
cd /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libvterm && /usr/local/Cellar/cmake/3.4.1/bin/cmake -E touch /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libvterm-stamp/libvterm-install | |
[ 60%] Completed 'libvterm' | |
/usr/local/Cellar/cmake/3.4.1/bin/cmake -E make_directory /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/CMakeFiles | |
/usr/local/Cellar/cmake/3.4.1/bin/cmake -E touch /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/CMakeFiles/libvterm-complete | |
/usr/local/Cellar/cmake/3.4.1/bin/cmake -E touch /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libvterm-stamp/libvterm-done | |
[ 60%] Built target libvterm | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/luajit.dir/build.make CMakeFiles/luajit.dir/depend | |
cd /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build && /usr/local/Cellar/cmake/3.4.1/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/third-party /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/third-party /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/CMakeFiles/luajit.dir/DependInfo.cmake --color= | |
Dependee "/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/CMakeFiles/luajit.dir/DependInfo.cmake" is newer than depender "/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/CMakeFiles/luajit.dir/depend.internal". | |
Dependee "/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/CMakeFiles/luajit.dir/depend.internal". | |
Scanning dependencies of target luajit | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/luajit.dir/build.make CMakeFiles/luajit.dir/build | |
[ 62%] Creating directories for 'luajit' | |
/usr/local/Cellar/cmake/3.4.1/bin/cmake -E make_directory /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/luajit | |
/usr/local/Cellar/cmake/3.4.1/bin/cmake -E make_directory /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/luajit | |
/usr/local/Cellar/cmake/3.4.1/bin/cmake -E make_directory /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build | |
/usr/local/Cellar/cmake/3.4.1/bin/cmake -E make_directory /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/tmp | |
/usr/local/Cellar/cmake/3.4.1/bin/cmake -E make_directory /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/luajit-stamp | |
/usr/local/Cellar/cmake/3.4.1/bin/cmake -E make_directory /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/downloads/luajit | |
/usr/local/Cellar/cmake/3.4.1/bin/cmake -E touch /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/luajit-stamp/luajit-mkdir | |
[ 63%] Performing download step for 'luajit' | |
cd /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/downloads/luajit && /usr/local/Cellar/cmake/3.4.1/bin/cmake -DPREFIX=/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build -DDOWNLOAD_DIR=/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/downloads/luajit -DURL=http://luajit.org/download/LuaJIT-2.0.4.tar.gz -DEXPECTED_SHA256=620fa4eb12375021bef6e4f237cbd2dd5d49e56beb414bee052c746beef1807d -DTARGET=luajit -DUSE_EXISTING_SRC_DIR=ON -P /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/third-party/cmake/DownloadAndExtractFile.cmake | |
-- /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/luajit is found and not empty, skipping download and extraction. | |
cd /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/downloads/luajit && /usr/local/Cellar/cmake/3.4.1/bin/cmake -E touch /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/luajit-stamp/luajit-download | |
[ 65%] No patch step for 'luajit' | |
/usr/local/Cellar/cmake/3.4.1/bin/cmake -E echo_append | |
/usr/local/Cellar/cmake/3.4.1/bin/cmake -E touch /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/luajit-stamp/luajit-patch | |
[ 66%] No update step for 'luajit' | |
/usr/local/Cellar/cmake/3.4.1/bin/cmake -E echo_append | |
/usr/local/Cellar/cmake/3.4.1/bin/cmake -E touch /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/luajit-stamp/luajit-update | |
[ 68%] No configure step for 'luajit' | |
cd /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/luajit && /usr/local/Cellar/cmake/3.4.1/bin/cmake -E echo_append | |
cd /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/luajit && /usr/local/Cellar/cmake/3.4.1/bin/cmake -E touch /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/luajit-stamp/luajit-configure | |
[ 69%] No build step for 'luajit' | |
cd /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/luajit && /usr/local/Cellar/cmake/3.4.1/bin/cmake -E echo_append | |
cd /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/luajit && /usr/local/Cellar/cmake/3.4.1/bin/cmake -E touch /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/luajit-stamp/luajit-build | |
[ 71%] Performing install step for 'luajit' | |
cd /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/luajit && /Applications/Xcode.app/Contents/Developer/usr/bin/make CFLAGS=-fPIC CFLAGS+=-DLUAJIT_DISABLE_JIT CFLAGS+=-DLUA_USE_APICHECK CFLAGS+=-DLUA_USE_ASSERT CCDEBUG+=-g BUILDMODE=static Q= install CC=/usr/local/Library/ENV/4.3/clang PREFIX=/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr | |
==== Building LuaJIT 2.0.4 ==== | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C src | |
HOSTCC host/minilua.o | |
/usr/local/Library/ENV/4.3/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 | |
HOSTLINK host/minilua | |
/usr/local/Library/ENV/4.3/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/Library/ENV/4.3/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 | |
HOSTCC host/buildvm_asm.o | |
/usr/local/Library/ENV/4.3/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 | |
HOSTCC host/buildvm_peobj.o | |
/usr/local/Library/ENV/4.3/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_lib.o | |
/usr/local/Library/ENV/4.3/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 | |
HOSTCC host/buildvm_fold.o | |
/usr/local/Library/ENV/4.3/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 | |
HOSTLINK host/buildvm | |
/usr/local/Library/ENV/4.3/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 | |
ASM lj_vm.o | |
/usr/local/Library/ENV/4.3/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_vm.o lj_vm.s | |
CC lj_gc.o | |
/usr/local/Library/ENV/4.3/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_gc.o lj_gc.c | |
BUILDVM lj_ffdef.h | |
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 | |
CC lj_err.o | |
/usr/local/Library/ENV/4.3/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_err.o lj_err.c | |
CC lj_char.o | |
/usr/local/Library/ENV/4.3/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_char.o lj_char.c | |
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 | |
CC lj_bc.o | |
/usr/local/Library/ENV/4.3/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_bc.o lj_bc.c | |
CC lj_obj.o | |
/usr/local/Library/ENV/4.3/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_obj.o lj_obj.c | |
CC lj_str.o | |
/usr/local/Library/ENV/4.3/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_str.o lj_str.c | |
CC lj_tab.o | |
/usr/local/Library/ENV/4.3/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_tab.o lj_tab.c | |
CC lj_func.o | |
/usr/local/Library/ENV/4.3/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_func.o lj_func.c | |
CC lj_udata.o | |
/usr/local/Library/ENV/4.3/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_udata.o lj_udata.c | |
CC lj_meta.o | |
/usr/local/Library/ENV/4.3/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_meta.o lj_meta.c | |
CC lj_debug.o | |
/usr/local/Library/ENV/4.3/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_debug.o lj_debug.c | |
CC lj_state.o | |
/usr/local/Library/ENV/4.3/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_state.o lj_state.c | |
CC lj_dispatch.o | |
/usr/local/Library/ENV/4.3/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_dispatch.o lj_dispatch.c | |
CC lj_vmevent.o | |
/usr/local/Library/ENV/4.3/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_vmevent.o lj_vmevent.c | |
CC lj_vmmath.o | |
/usr/local/Library/ENV/4.3/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_vmmath.o lj_vmmath.c | |
CC lj_strscan.o | |
/usr/local/Library/ENV/4.3/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_strscan.o lj_strscan.c | |
CC lj_api.o | |
/usr/local/Library/ENV/4.3/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_api.o lj_api.c | |
CC lj_lex.o | |
/usr/local/Library/ENV/4.3/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_lex.o lj_lex.c | |
CC lj_parse.o | |
/usr/local/Library/ENV/4.3/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_parse.o lj_parse.c | |
CC lj_bcread.o | |
/usr/local/Library/ENV/4.3/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_bcread.o lj_bcread.c | |
CC lj_bcwrite.o | |
/usr/local/Library/ENV/4.3/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_bcwrite.o lj_bcwrite.c | |
CC lj_load.o | |
/usr/local/Library/ENV/4.3/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_load.o lj_load.c | |
CC lj_ir.o | |
/usr/local/Library/ENV/4.3/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_ir.o lj_ir.c | |
CC lj_opt_mem.o | |
/usr/local/Library/ENV/4.3/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_opt_mem.o lj_opt_mem.c | |
BUILDVM lj_folddef.h | |
host/buildvm -m folddef -o lj_folddef.h lj_opt_fold.c | |
CC lj_opt_fold.o | |
/usr/local/Library/ENV/4.3/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_opt_fold.o lj_opt_fold.c | |
CC lj_opt_narrow.o | |
/usr/local/Library/ENV/4.3/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_opt_narrow.o lj_opt_narrow.c | |
CC lj_opt_dce.o | |
/usr/local/Library/ENV/4.3/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_opt_dce.o lj_opt_dce.c | |
CC lj_opt_loop.o | |
/usr/local/Library/ENV/4.3/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/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/Library/ENV/4.3/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/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/Library/ENV/4.3/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/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/Library/ENV/4.3/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_mcode.o lj_mcode.c | |
CC lj_snap.o | |
/usr/local/Library/ENV/4.3/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_snap.o lj_snap.c | |
CC lj_record.o | |
/usr/local/Library/ENV/4.3/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_record.o lj_record.c | |
CC lj_crecord.o | |
/usr/local/Library/ENV/4.3/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_crecord.o lj_crecord.c | |
BUILDVM lj_recdef.h | |
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 | |
CC lj_ffrecord.o | |
/usr/local/Library/ENV/4.3/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_ffrecord.o lj_ffrecord.c | |
CC lj_asm.o | |
/usr/local/Library/ENV/4.3/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_asm.o lj_asm.c | |
CC lj_trace.o | |
/usr/local/Library/ENV/4.3/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_trace.o lj_trace.c | |
CC lj_gdbjit.o | |
/usr/local/Library/ENV/4.3/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_gdbjit.o lj_gdbjit.c | |
CC lj_ctype.o | |
/usr/local/Library/ENV/4.3/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_ctype.o lj_ctype.c | |
CC lj_cdata.o | |
/usr/local/Library/ENV/4.3/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_cdata.o lj_cdata.c | |
CC lj_cconv.o | |
/usr/local/Library/ENV/4.3/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_cconv.o lj_cconv.c | |
CC lj_ccall.o | |
/usr/local/Library/ENV/4.3/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_ccall.o lj_ccall.c | |
CC lj_ccallback.o | |
/usr/local/Library/ENV/4.3/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_ccallback.o lj_ccallback.c | |
CC lj_carith.o | |
/usr/local/Library/ENV/4.3/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_carith.o lj_carith.c | |
CC lj_clib.o | |
/usr/local/Library/ENV/4.3/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_clib.o lj_clib.c | |
CC lj_cparse.o | |
/usr/local/Library/ENV/4.3/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_cparse.o lj_cparse.c | |
CC lj_lib.o | |
/usr/local/Library/ENV/4.3/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_lib.o lj_lib.c | |
CC lj_alloc.o | |
/usr/local/Library/ENV/4.3/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_alloc.o lj_alloc.c | |
CC lib_aux.o | |
/usr/local/Library/ENV/4.3/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lib_aux.o lib_aux.c | |
BUILDVM lj_libdef.h | |
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 | |
CC lib_base.o | |
/usr/local/Library/ENV/4.3/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lib_base.o lib_base.c | |
CC lib_math.o | |
/usr/local/Library/ENV/4.3/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lib_math.o lib_math.c | |
CC lib_bit.o | |
/usr/local/Library/ENV/4.3/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lib_bit.o lib_bit.c | |
CC lib_string.o | |
/usr/local/Library/ENV/4.3/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lib_string.o lib_string.c | |
CC lib_table.o | |
/usr/local/Library/ENV/4.3/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lib_table.o lib_table.c | |
CC lib_io.o | |
/usr/local/Library/ENV/4.3/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lib_io.o lib_io.c | |
CC lib_os.o | |
/usr/local/Library/ENV/4.3/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lib_os.o lib_os.c | |
CC lib_package.o | |
/usr/local/Library/ENV/4.3/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lib_package.o lib_package.c | |
CC lib_debug.o | |
/usr/local/Library/ENV/4.3/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lib_debug.o lib_debug.c | |
CC lib_jit.o | |
/usr/local/Library/ENV/4.3/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lib_jit.o lib_jit.c | |
CC lib_ffi.o | |
/usr/local/Library/ENV/4.3/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lib_ffi.o lib_ffi.c | |
CC lib_init.o | |
/usr/local/Library/ENV/4.3/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lib_init.o lib_init.c | |
AR libluajit.a | |
ar rcus 2>/dev/null libluajit.a lj_vm.o lj_gc.o lj_err.o lj_char.o lj_bc.o lj_obj.o lj_str.o lj_tab.o lj_func.o lj_udata.o lj_meta.o lj_debug.o lj_state.o lj_dispatch.o lj_vmevent.o lj_vmmath.o lj_strscan.o lj_api.o lj_lex.o lj_parse.o lj_bcread.o lj_bcwrite.o lj_load.o lj_ir.o lj_opt_mem.o lj_opt_fold.o lj_opt_narrow.o lj_opt_dce.o lj_opt_loop.o lj_opt_split.o lj_opt_sink.o lj_mcode.o lj_snap.o lj_record.o lj_crecord.o lj_ffrecord.o lj_asm.o lj_trace.o lj_gdbjit.o lj_ctype.o lj_cdata.o lj_cconv.o lj_ccall.o lj_ccallback.o lj_carith.o lj_clib.o lj_cparse.o lj_lib.o lj_alloc.o lib_aux.o lib_base.o lib_math.o lib_bit.o lib_string.o lib_table.o lib_io.o lib_os.o lib_package.o lib_debug.o lib_jit.o lib_ffi.o lib_init.o | |
CC luajit.o | |
/usr/local/Library/ENV/4.3/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o luajit.o luajit.c | |
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 | |
LINK luajit | |
/usr/local/Library/ENV/4.3/clang -g -pagezero_size 10000 -image_base 100000000 -o luajit luajit.o libluajit.a -lm | |
Undefined symbols for architecture x86_64: | |
"__Unwind_DeleteException", referenced from: | |
_lj_err_unwind_dwarf in libluajit.a(lj_err.o) | |
"__Unwind_GetCFA", referenced from: | |
_lj_err_unwind_dwarf in libluajit.a(lj_err.o) | |
"__Unwind_RaiseException", referenced from: | |
_lj_err_throw in libluajit.a(lj_err.o) | |
"__Unwind_SetGR", referenced from: | |
_lj_err_unwind_dwarf in libluajit.a(lj_err.o) | |
"__Unwind_SetIP", referenced from: | |
_lj_err_unwind_dwarf in libluajit.a(lj_err.o) | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
make[4]: *** [luajit] 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: 0.9.5 | |
ORIGIN: https://github.com/Homebrew/homebrew | |
HEAD: 1b5d07689283bbf36ee887c338894903cd2f739a | |
Last commit: 19 hours ago | |
HOMEBREW_PREFIX: /usr/local | |
HOMEBREW_REPOSITORY: /usr/local | |
HOMEBREW_CELLAR: /usr/local/Cellar | |
HOMEBREW_BOTTLE_DOMAIN: https://homebrew.bintray.com | |
CPU: 8-core 64-bit haswell | |
OS X: 10.11.2-x86_64 | |
Xcode: 7.2 | |
CLT: 7.2.0.0.1.1447826929 | |
GCC-4.2: build 0 | |
Clang: 7.0 build 700 | |
X11: 2.7.8 => /opt/X11 | |
System Ruby: 2.0.0-p645 | |
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_45 | |
HOMEBREW_CC: clang | |
HOMEBREW_CXX: clang++ | |
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_LIBDIR: /usr/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.11 | |
ACLOCAL_PATH: /usr/local/opt/gettext/share/aclocal:/usr/local/share/aclocal | |
PATH: /usr/local/Library/ENV/4.3:/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/gettext/bin:/usr/bin:/bin:/usr/sbin:/sbin |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
clang called with: --version | |
superenv added: -pipe -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 -Os -march=native --version -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: -v | |
superenv executed: clang -v | |
clang called with: -V | |
superenv added: -pipe -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 -Os -march=native -V -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: -qversion | |
superenv added: -pipe -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 -Os -march=native -qversion -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: conftest.c | |
superenv added: -pipe -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 -Os -march=native conftest.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: -o conftest conftest.c | |
superenv added: -pipe -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 -Os -march=native -o conftest conftest.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: -o conftest conftest.c | |
superenv added: -pipe -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 -Os -march=native -o conftest conftest.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: -c conftest.c | |
superenv added: -pipe -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 -Os -march=native -c conftest.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: -c conftest.c | |
superenv added: -pipe -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 -Os -march=native -c conftest.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: -c -g conftest.c | |
superenv added: -pipe -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 -Os -march=native -c -g conftest.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: -c conftest.c | |
superenv added: -pipe -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 -Os -march=native -c conftest.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: -c -std=gnu99 conftest.c | |
superenv added: -pipe -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 -Os -march=native -c -std=gnu99 conftest.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: -c -std=gnu99 -Wall conftest.c | |
superenv added: -pipe -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 -Os -march=native -c -std=gnu99 -Wall conftest.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: -c -std=gnu99 -Wall -Werror=declaration-after-statement conftest.c | |
superenv added: -pipe -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 -Os -march=native -c -std=gnu99 -Wall -Werror=declaration-after-statement conftest.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: -c -std=gnu99 -Wall -Werror=declaration-after-statement -pipe conftest.c | |
superenv added: -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 -Os -march=native -c -std=gnu99 -Wall -Werror=declaration-after-statement -pipe conftest.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: -c -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 conftest.c | |
superenv added: -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 -Os -march=native -c -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 conftest.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: -E conftest.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 | |
superenv executed: clang -E conftest.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: -E conftest.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 | |
superenv executed: clang -E conftest.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: -E conftest.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 | |
superenv executed: clang -E conftest.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: -E conftest.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 | |
superenv executed: clang -E conftest.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: -c -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 conftest.c | |
superenv added: -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 -Os -march=native -c -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 conftest.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: -E conftest.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 | |
superenv executed: clang -E conftest.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: -E conftest.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 | |
superenv executed: clang -E conftest.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: -o conftest -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 conftest.c | |
superenv added: -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 -Os -march=native -o conftest -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 conftest.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: -c -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 conftest.c | |
superenv added: -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 -Os -march=native -c -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 conftest.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: -c -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 conftest.c | |
superenv added: -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 -Os -march=native -c -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 conftest.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: -c -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 conftest.c | |
superenv added: -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 -Os -march=native -c -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 conftest.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: -c -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 conftest.c | |
superenv added: -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 -Os -march=native -c -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 conftest.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: -c -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 conftest.c | |
superenv added: -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 -Os -march=native -c -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 conftest.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: -c -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 conftest.c | |
superenv added: -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 -Os -march=native -c -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 conftest.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: -c -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 conftest.c | |
superenv added: -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 -Os -march=native -c -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 conftest.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: -c -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 conftest.c | |
superenv added: -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 -Os -march=native -c -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 conftest.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: -c -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 conftest.c | |
superenv added: -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 -Os -march=native -c -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 conftest.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: -c -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 conftest.c | |
superenv added: -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 -Os -march=native -c -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 conftest.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: -c -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 conftest.c | |
superenv added: -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 -Os -march=native -c -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 conftest.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: -c -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 conftest.c | |
superenv added: -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 -Os -march=native -c -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 conftest.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: -o conftest -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 conftest.c | |
superenv added: -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 -Os -march=native -o conftest -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 conftest.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: -o conftest -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 conftest.c | |
superenv added: -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 -Os -march=native -o conftest -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 conftest.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: -o conftest -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 conftest.c | |
superenv added: -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 -Os -march=native -o conftest -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 conftest.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: -o conftest -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 conftest.c | |
superenv added: -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 -Os -march=native -o conftest -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 conftest.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: -o conftest -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 conftest.c | |
superenv added: -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 -Os -march=native -o conftest -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 conftest.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: -c -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 conftest.c | |
superenv added: -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 -Os -march=native -c -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 conftest.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: -E conftest.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 | |
superenv executed: clang -E conftest.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: -o conftest -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 conftest.c | |
superenv added: -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 -Os -march=native -o conftest -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 conftest.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: -c -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -Werror conftest.c | |
superenv added: -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 -Os -march=native -c -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -Werror conftest.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: -o conftest -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -Werror conftest.c | |
superenv added: -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 -Os -march=native -o conftest -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -Werror conftest.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: -c -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -Werror conftest.c | |
superenv added: -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 -Os -march=native -c -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -Werror conftest.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: -o conftest -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -Werror conftest.c | |
superenv added: -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 -Os -march=native -o conftest -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -Werror conftest.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: -c -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -Werror conftest.c | |
superenv added: -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 -Os -march=native -c -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -Werror conftest.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: -o conftest -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -Werror conftest.c | |
superenv added: -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 -Os -march=native -o conftest -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -Werror conftest.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: -c -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -Werror conftest.c | |
superenv added: -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 -Os -march=native -c -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -Werror conftest.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: -o conftest -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -Werror conftest.c | |
superenv added: -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 -Os -march=native -o conftest -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -Werror conftest.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: -o conftest -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 conftest.c | |
superenv added: -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 -Os -march=native -o conftest -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 conftest.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: -o conftest -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 conftest.c | |
superenv added: -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 -Os -march=native -o conftest -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 conftest.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: -c -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -O3 conftest.c | |
superenv added: -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 -Os -march=native -c -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -O3 conftest.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: -c -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -O3 -funroll-loops conftest.c | |
superenv added: -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 -Os -march=native -c -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -O3 -funroll-loops conftest.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: -o conftest -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -O3 -funroll-loops conftest.c | |
superenv added: -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 -Os -march=native -o conftest -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -O3 -funroll-loops conftest.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: -o conftest -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -O3 -funroll-loops conftest.c | |
superenv added: -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 -Os -march=native -o conftest -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -O3 -funroll-loops conftest.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: -o conftest -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -O3 -funroll-loops conftest.c | |
superenv added: -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 -Os -march=native -o conftest -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -O3 -funroll-loops conftest.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: -o conftest -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -O3 -funroll-loops conftest.c | |
superenv added: -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 -Os -march=native -o conftest -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -O3 -funroll-loops conftest.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: -o conftest -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -O3 -funroll-loops conftest.c | |
superenv added: -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 -Os -march=native -o conftest -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -O3 -funroll-loops conftest.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: -c -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -O3 -funroll-loops conftest.c | |
superenv added: -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 -Os -march=native -c -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -O3 -funroll-loops conftest.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: -E conftest.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 | |
superenv executed: clang -E conftest.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: -o conftest -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -O3 -funroll-loops conftest.c -lpthread | |
superenv added: -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 -Os -march=native -o conftest -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -O3 -funroll-loops conftest.c -lpthread -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 conftest -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -O3 -funroll-loops -D_REENTRANT conftest.c | |
superenv added: -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 -Os -march=native -o conftest -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -O3 -funroll-loops -D_REENTRANT conftest.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: -o conftest -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -O3 -funroll-loops -D_REENTRANT conftest.c -lrt | |
superenv added: -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 -Os -march=native -o conftest -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -O3 -funroll-loops -D_REENTRANT conftest.c -lrt -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 conftest -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -O3 -funroll-loops -D_REENTRANT conftest.c -lpthread | |
superenv added: -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 -Os -march=native -o conftest -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -O3 -funroll-loops -D_REENTRANT conftest.c -lpthread -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 conftest -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -O3 -funroll-loops -D_REENTRANT conftest.c -lpthread | |
superenv added: -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 -Os -march=native -o conftest -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -O3 -funroll-loops -D_REENTRANT conftest.c -lpthread -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 conftest -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -O3 -funroll-loops -D_REENTRANT conftest.c -lpthread | |
superenv added: -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 -Os -march=native -o conftest -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -O3 -funroll-loops -D_REENTRANT conftest.c -lpthread -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 conftest -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -O3 -funroll-loops -D_REENTRANT conftest.c -lpthread | |
superenv added: -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 -Os -march=native -o conftest -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -O3 -funroll-loops -D_REENTRANT conftest.c -lpthread -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 conftest -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -O3 -funroll-loops -D_REENTRANT conftest.c -lpthread | |
superenv added: -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 -Os -march=native -o conftest -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -O3 -funroll-loops -D_REENTRANT conftest.c -lpthread -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 conftest -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -O3 -funroll-loops -D_REENTRANT conftest.c -lpthread | |
superenv added: -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 -Os -march=native -o conftest -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -O3 -funroll-loops -D_REENTRANT conftest.c -lpthread -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 conftest -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -O3 -funroll-loops -D_REENTRANT conftest.c -lpthread | |
superenv added: -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 -Os -march=native -o conftest -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -O3 -funroll-loops -D_REENTRANT conftest.c -lpthread -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 conftest -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -O3 -funroll-loops -D_REENTRANT conftest.c -lpthread | |
superenv added: -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 -Os -march=native -o conftest -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -O3 -funroll-loops -D_REENTRANT conftest.c -lpthread -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 conftest -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -O3 -funroll-loops -D_REENTRANT conftest.c -lpthread | |
superenv added: -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 -Os -march=native -o conftest -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -O3 -funroll-loops -D_REENTRANT conftest.c -lpthread -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 conftest -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -O3 -funroll-loops -D_REENTRANT conftest.c -lpthread | |
superenv added: -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 -Os -march=native -o conftest -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -O3 -funroll-loops -D_REENTRANT conftest.c -lpthread -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: -c -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -O3 -funroll-loops -D_REENTRANT conftest.c | |
superenv added: -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 -Os -march=native -c -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -O3 -funroll-loops -D_REENTRANT conftest.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: -c -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -O3 -funroll-loops -D_REENTRANT conftest.c | |
superenv added: -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 -Os -march=native -c -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -O3 -funroll-loops -D_REENTRANT conftest.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: -c -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -O3 -funroll-loops -D_REENTRANT conftest.c | |
superenv added: -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 -Os -march=native -c -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -O3 -funroll-loops -D_REENTRANT conftest.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: -c -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -O3 -funroll-loops -D_REENTRANT conftest.c | |
superenv added: -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 -Os -march=native -c -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -O3 -funroll-loops -D_REENTRANT conftest.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: -o conftest -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -O3 -funroll-loops -D_REENTRANT conftest.c -lpthread | |
superenv added: -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 -Os -march=native -o conftest -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -O3 -funroll-loops -D_REENTRANT conftest.c -lpthread -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 conftest -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -O3 -funroll-loops -D_REENTRANT conftest.c -lpthread | |
superenv added: -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 -Os -march=native -o conftest -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -O3 -funroll-loops -D_REENTRANT conftest.c -lpthread -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 conftest -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -O3 -funroll-loops -D_REENTRANT conftest.c -lpthread | |
superenv added: -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 -Os -march=native -o conftest -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -O3 -funroll-loops -D_REENTRANT conftest.c -lpthread -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: -c -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -O3 -funroll-loops -D_REENTRANT conftest.c | |
superenv added: -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 -Os -march=native -c -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -O3 -funroll-loops -D_REENTRANT conftest.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: -c -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -O3 -funroll-loops -D_REENTRANT conftest.c | |
superenv added: -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 -Os -march=native -c -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -O3 -funroll-loops -D_REENTRANT conftest.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: -c -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -O3 -funroll-loops -D_REENTRANT conftest.c | |
superenv added: -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 -Os -march=native -c -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -O3 -funroll-loops -D_REENTRANT conftest.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: -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -O3 -funroll-loops -fPIC -DPIC -c -D_REENTRANT -Iinclude -Iinclude -o src/jemalloc.pic.o src/jemalloc.c | |
superenv removed: -Wall -Werror=declaration-after-statement -g3 -O3 | |
superenv added: -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=gnu99 -pipe -funroll-loops -fPIC -DPIC -c -D_REENTRANT -Iinclude -o src/jemalloc.pic.o src/jemalloc.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: -MM -D_REENTRANT -Iinclude -Iinclude -MT src/jemalloc.pic.o -o src/jemalloc.pic.d src/jemalloc.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 -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 -MM -D_REENTRANT -Iinclude -MT src/jemalloc.pic.o -o src/jemalloc.pic.d src/jemalloc.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: -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -O3 -funroll-loops -fPIC -DPIC -c -D_REENTRANT -Iinclude -Iinclude -o src/arena.pic.o src/arena.c | |
superenv removed: -Wall -Werror=declaration-after-statement -g3 -O3 | |
superenv added: -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=gnu99 -pipe -funroll-loops -fPIC -DPIC -c -D_REENTRANT -Iinclude -o src/arena.pic.o src/arena.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: -MM -D_REENTRANT -Iinclude -Iinclude -MT src/arena.pic.o -o src/arena.pic.d src/arena.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 -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 -MM -D_REENTRANT -Iinclude -MT src/arena.pic.o -o src/arena.pic.d src/arena.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: -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -O3 -funroll-loops -fPIC -DPIC -c -D_REENTRANT -Iinclude -Iinclude -o src/atomic.pic.o src/atomic.c | |
superenv removed: -Wall -Werror=declaration-after-statement -g3 -O3 | |
superenv added: -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=gnu99 -pipe -funroll-loops -fPIC -DPIC -c -D_REENTRANT -Iinclude -o src/atomic.pic.o src/atomic.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: -MM -D_REENTRANT -Iinclude -Iinclude -MT src/atomic.pic.o -o src/atomic.pic.d src/atomic.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 -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 -MM -D_REENTRANT -Iinclude -MT src/atomic.pic.o -o src/atomic.pic.d src/atomic.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: -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -O3 -funroll-loops -fPIC -DPIC -c -D_REENTRANT -Iinclude -Iinclude -o src/base.pic.o src/base.c | |
superenv removed: -Wall -Werror=declaration-after-statement -g3 -O3 | |
superenv added: -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=gnu99 -pipe -funroll-loops -fPIC -DPIC -c -D_REENTRANT -Iinclude -o src/base.pic.o src/base.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: -MM -D_REENTRANT -Iinclude -Iinclude -MT src/base.pic.o -o src/base.pic.d src/base.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 -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 -MM -D_REENTRANT -Iinclude -MT src/base.pic.o -o src/base.pic.d src/base.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: -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -O3 -funroll-loops -fPIC -DPIC -c -D_REENTRANT -Iinclude -Iinclude -o src/bitmap.pic.o src/bitmap.c | |
superenv removed: -Wall -Werror=declaration-after-statement -g3 -O3 | |
superenv added: -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=gnu99 -pipe -funroll-loops -fPIC -DPIC -c -D_REENTRANT -Iinclude -o src/bitmap.pic.o src/bitmap.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: -MM -D_REENTRANT -Iinclude -Iinclude -MT src/bitmap.pic.o -o src/bitmap.pic.d src/bitmap.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 -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 -MM -D_REENTRANT -Iinclude -MT src/bitmap.pic.o -o src/bitmap.pic.d src/bitmap.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: -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -O3 -funroll-loops -fPIC -DPIC -c -D_REENTRANT -Iinclude -Iinclude -o src/chunk.pic.o src/chunk.c | |
superenv removed: -Wall -Werror=declaration-after-statement -g3 -O3 | |
superenv added: -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=gnu99 -pipe -funroll-loops -fPIC -DPIC -c -D_REENTRANT -Iinclude -o src/chunk.pic.o src/chunk.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: -MM -D_REENTRANT -Iinclude -Iinclude -MT src/chunk.pic.o -o src/chunk.pic.d src/chunk.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 -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 -MM -D_REENTRANT -Iinclude -MT src/chunk.pic.o -o src/chunk.pic.d src/chunk.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: -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -O3 -funroll-loops -fPIC -DPIC -c -D_REENTRANT -Iinclude -Iinclude -o src/chunk_dss.pic.o src/chunk_dss.c | |
superenv removed: -Wall -Werror=declaration-after-statement -g3 -O3 | |
superenv added: -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=gnu99 -pipe -funroll-loops -fPIC -DPIC -c -D_REENTRANT -Iinclude -o src/chunk_dss.pic.o src/chunk_dss.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: -MM -D_REENTRANT -Iinclude -Iinclude -MT src/chunk_dss.pic.o -o src/chunk_dss.pic.d src/chunk_dss.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 -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 -MM -D_REENTRANT -Iinclude -MT src/chunk_dss.pic.o -o src/chunk_dss.pic.d src/chunk_dss.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: -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -O3 -funroll-loops -fPIC -DPIC -c -D_REENTRANT -Iinclude -Iinclude -o src/chunk_mmap.pic.o src/chunk_mmap.c | |
superenv removed: -Wall -Werror=declaration-after-statement -g3 -O3 | |
superenv added: -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=gnu99 -pipe -funroll-loops -fPIC -DPIC -c -D_REENTRANT -Iinclude -o src/chunk_mmap.pic.o src/chunk_mmap.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: -MM -D_REENTRANT -Iinclude -Iinclude -MT src/chunk_mmap.pic.o -o src/chunk_mmap.pic.d src/chunk_mmap.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 -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 -MM -D_REENTRANT -Iinclude -MT src/chunk_mmap.pic.o -o src/chunk_mmap.pic.d src/chunk_mmap.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: -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -O3 -funroll-loops -fPIC -DPIC -c -D_REENTRANT -Iinclude -Iinclude -o src/ckh.pic.o src/ckh.c | |
superenv removed: -Wall -Werror=declaration-after-statement -g3 -O3 | |
superenv added: -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=gnu99 -pipe -funroll-loops -fPIC -DPIC -c -D_REENTRANT -Iinclude -o src/ckh.pic.o src/ckh.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: -MM -D_REENTRANT -Iinclude -Iinclude -MT src/ckh.pic.o -o src/ckh.pic.d src/ckh.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 -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 -MM -D_REENTRANT -Iinclude -MT src/ckh.pic.o -o src/ckh.pic.d src/ckh.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: -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -O3 -funroll-loops -fPIC -DPIC -c -D_REENTRANT -Iinclude -Iinclude -o src/ctl.pic.o src/ctl.c | |
superenv removed: -Wall -Werror=declaration-after-statement -g3 -O3 | |
superenv added: -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=gnu99 -pipe -funroll-loops -fPIC -DPIC -c -D_REENTRANT -Iinclude -o src/ctl.pic.o src/ctl.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: -MM -D_REENTRANT -Iinclude -Iinclude -MT src/ctl.pic.o -o src/ctl.pic.d src/ctl.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 -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 -MM -D_REENTRANT -Iinclude -MT src/ctl.pic.o -o src/ctl.pic.d src/ctl.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: -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -O3 -funroll-loops -fPIC -DPIC -c -D_REENTRANT -Iinclude -Iinclude -o src/extent.pic.o src/extent.c | |
superenv removed: -Wall -Werror=declaration-after-statement -g3 -O3 | |
superenv added: -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=gnu99 -pipe -funroll-loops -fPIC -DPIC -c -D_REENTRANT -Iinclude -o src/extent.pic.o src/extent.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: -MM -D_REENTRANT -Iinclude -Iinclude -MT src/extent.pic.o -o src/extent.pic.d src/extent.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 -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 -MM -D_REENTRANT -Iinclude -MT src/extent.pic.o -o src/extent.pic.d src/extent.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: -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -O3 -funroll-loops -fPIC -DPIC -c -D_REENTRANT -Iinclude -Iinclude -o src/hash.pic.o src/hash.c | |
superenv removed: -Wall -Werror=declaration-after-statement -g3 -O3 | |
superenv added: -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=gnu99 -pipe -funroll-loops -fPIC -DPIC -c -D_REENTRANT -Iinclude -o src/hash.pic.o src/hash.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: -MM -D_REENTRANT -Iinclude -Iinclude -MT src/hash.pic.o -o src/hash.pic.d src/hash.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 -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 -MM -D_REENTRANT -Iinclude -MT src/hash.pic.o -o src/hash.pic.d src/hash.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: -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -O3 -funroll-loops -fPIC -DPIC -c -D_REENTRANT -Iinclude -Iinclude -o src/huge.pic.o src/huge.c | |
superenv removed: -Wall -Werror=declaration-after-statement -g3 -O3 | |
superenv added: -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=gnu99 -pipe -funroll-loops -fPIC -DPIC -c -D_REENTRANT -Iinclude -o src/huge.pic.o src/huge.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: -MM -D_REENTRANT -Iinclude -Iinclude -MT src/huge.pic.o -o src/huge.pic.d src/huge.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 -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 -MM -D_REENTRANT -Iinclude -MT src/huge.pic.o -o src/huge.pic.d src/huge.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: -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -O3 -funroll-loops -fPIC -DPIC -c -D_REENTRANT -Iinclude -Iinclude -o src/mb.pic.o src/mb.c | |
superenv removed: -Wall -Werror=declaration-after-statement -g3 -O3 | |
superenv added: -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=gnu99 -pipe -funroll-loops -fPIC -DPIC -c -D_REENTRANT -Iinclude -o src/mb.pic.o src/mb.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: -MM -D_REENTRANT -Iinclude -Iinclude -MT src/mb.pic.o -o src/mb.pic.d src/mb.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 -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 -MM -D_REENTRANT -Iinclude -MT src/mb.pic.o -o src/mb.pic.d src/mb.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: -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -O3 -funroll-loops -fPIC -DPIC -c -D_REENTRANT -Iinclude -Iinclude -o src/mutex.pic.o src/mutex.c | |
superenv removed: -Wall -Werror=declaration-after-statement -g3 -O3 | |
superenv added: -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=gnu99 -pipe -funroll-loops -fPIC -DPIC -c -D_REENTRANT -Iinclude -o src/mutex.pic.o src/mutex.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: -MM -D_REENTRANT -Iinclude -Iinclude -MT src/mutex.pic.o -o src/mutex.pic.d src/mutex.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 -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 -MM -D_REENTRANT -Iinclude -MT src/mutex.pic.o -o src/mutex.pic.d src/mutex.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: -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -O3 -funroll-loops -fPIC -DPIC -c -D_REENTRANT -Iinclude -Iinclude -o src/pages.pic.o src/pages.c | |
superenv removed: -Wall -Werror=declaration-after-statement -g3 -O3 | |
superenv added: -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=gnu99 -pipe -funroll-loops -fPIC -DPIC -c -D_REENTRANT -Iinclude -o src/pages.pic.o src/pages.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: -MM -D_REENTRANT -Iinclude -Iinclude -MT src/pages.pic.o -o src/pages.pic.d src/pages.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 -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 -MM -D_REENTRANT -Iinclude -MT src/pages.pic.o -o src/pages.pic.d src/pages.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: -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -O3 -funroll-loops -fPIC -DPIC -c -D_REENTRANT -Iinclude -Iinclude -o src/prof.pic.o src/prof.c | |
superenv removed: -Wall -Werror=declaration-after-statement -g3 -O3 | |
superenv added: -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=gnu99 -pipe -funroll-loops -fPIC -DPIC -c -D_REENTRANT -Iinclude -o src/prof.pic.o src/prof.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: -MM -D_REENTRANT -Iinclude -Iinclude -MT src/prof.pic.o -o src/prof.pic.d src/prof.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 -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 -MM -D_REENTRANT -Iinclude -MT src/prof.pic.o -o src/prof.pic.d src/prof.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: -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -O3 -funroll-loops -fPIC -DPIC -c -D_REENTRANT -Iinclude -Iinclude -o src/quarantine.pic.o src/quarantine.c | |
superenv removed: -Wall -Werror=declaration-after-statement -g3 -O3 | |
superenv added: -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=gnu99 -pipe -funroll-loops -fPIC -DPIC -c -D_REENTRANT -Iinclude -o src/quarantine.pic.o src/quarantine.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: -MM -D_REENTRANT -Iinclude -Iinclude -MT src/quarantine.pic.o -o src/quarantine.pic.d src/quarantine.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 -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 -MM -D_REENTRANT -Iinclude -MT src/quarantine.pic.o -o src/quarantine.pic.d src/quarantine.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: -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -O3 -funroll-loops -fPIC -DPIC -c -D_REENTRANT -Iinclude -Iinclude -o src/rtree.pic.o src/rtree.c | |
superenv removed: -Wall -Werror=declaration-after-statement -g3 -O3 | |
superenv added: -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=gnu99 -pipe -funroll-loops -fPIC -DPIC -c -D_REENTRANT -Iinclude -o src/rtree.pic.o src/rtree.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: -MM -D_REENTRANT -Iinclude -Iinclude -MT src/rtree.pic.o -o src/rtree.pic.d src/rtree.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 -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 -MM -D_REENTRANT -Iinclude -MT src/rtree.pic.o -o src/rtree.pic.d src/rtree.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: -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -O3 -funroll-loops -fPIC -DPIC -c -D_REENTRANT -Iinclude -Iinclude -o src/stats.pic.o src/stats.c | |
superenv removed: -Wall -Werror=declaration-after-statement -g3 -O3 | |
superenv added: -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=gnu99 -pipe -funroll-loops -fPIC -DPIC -c -D_REENTRANT -Iinclude -o src/stats.pic.o src/stats.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: -MM -D_REENTRANT -Iinclude -Iinclude -MT src/stats.pic.o -o src/stats.pic.d src/stats.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 -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 -MM -D_REENTRANT -Iinclude -MT src/stats.pic.o -o src/stats.pic.d src/stats.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: -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -O3 -funroll-loops -fPIC -DPIC -c -D_REENTRANT -Iinclude -Iinclude -o src/tcache.pic.o src/tcache.c | |
superenv removed: -Wall -Werror=declaration-after-statement -g3 -O3 | |
superenv added: -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=gnu99 -pipe -funroll-loops -fPIC -DPIC -c -D_REENTRANT -Iinclude -o src/tcache.pic.o src/tcache.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: -MM -D_REENTRANT -Iinclude -Iinclude -MT src/tcache.pic.o -o src/tcache.pic.d src/tcache.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 -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 -MM -D_REENTRANT -Iinclude -MT src/tcache.pic.o -o src/tcache.pic.d src/tcache.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: -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -O3 -funroll-loops -fPIC -DPIC -c -D_REENTRANT -Iinclude -Iinclude -o src/util.pic.o src/util.c | |
superenv removed: -Wall -Werror=declaration-after-statement -g3 -O3 | |
superenv added: -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=gnu99 -pipe -funroll-loops -fPIC -DPIC -c -D_REENTRANT -Iinclude -o src/util.pic.o src/util.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: -MM -D_REENTRANT -Iinclude -Iinclude -MT src/util.pic.o -o src/util.pic.d src/util.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 -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 -MM -D_REENTRANT -Iinclude -MT src/util.pic.o -o src/util.pic.d src/util.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: -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -O3 -funroll-loops -fPIC -DPIC -c -D_REENTRANT -Iinclude -Iinclude -o src/tsd.pic.o src/tsd.c | |
superenv removed: -Wall -Werror=declaration-after-statement -g3 -O3 | |
superenv added: -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=gnu99 -pipe -funroll-loops -fPIC -DPIC -c -D_REENTRANT -Iinclude -o src/tsd.pic.o src/tsd.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: -MM -D_REENTRANT -Iinclude -Iinclude -MT src/tsd.pic.o -o src/tsd.pic.d src/tsd.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 -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 -MM -D_REENTRANT -Iinclude -MT src/tsd.pic.o -o src/tsd.pic.d src/tsd.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: -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -O3 -funroll-loops -fPIC -DPIC -c -D_REENTRANT -Iinclude -Iinclude -o src/zone.pic.o src/zone.c | |
superenv removed: -Wall -Werror=declaration-after-statement -g3 -O3 | |
superenv added: -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=gnu99 -pipe -funroll-loops -fPIC -DPIC -c -D_REENTRANT -Iinclude -o src/zone.pic.o src/zone.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: -MM -D_REENTRANT -Iinclude -Iinclude -MT src/zone.pic.o -o src/zone.pic.d src/zone.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 -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 -MM -D_REENTRANT -Iinclude -MT src/zone.pic.o -o src/zone.pic.d src/zone.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: -shared -Wl,-install_name,/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr/lib/libjemalloc.2.dylib -o lib/libjemalloc.2.dylib src/jemalloc.pic.o src/arena.pic.o src/atomic.pic.o src/base.pic.o src/bitmap.pic.o src/chunk.pic.o src/chunk_dss.pic.o src/chunk_mmap.pic.o src/ckh.pic.o src/ctl.pic.o src/extent.pic.o src/hash.pic.o src/huge.pic.o src/mb.pic.o src/mutex.pic.o src/pages.pic.o src/prof.pic.o src/quarantine.pic.o src/rtree.pic.o src/stats.pic.o src/tcache.pic.o src/util.pic.o src/tsd.pic.o src/zone.pic.o -lpthread | |
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 -shared -Wl,-install_name,/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr/lib/libjemalloc.2.dylib -o lib/libjemalloc.2.dylib src/jemalloc.pic.o src/arena.pic.o src/atomic.pic.o src/base.pic.o src/bitmap.pic.o src/chunk.pic.o src/chunk_dss.pic.o src/chunk_mmap.pic.o src/ckh.pic.o src/ctl.pic.o src/extent.pic.o src/hash.pic.o src/huge.pic.o src/mb.pic.o src/mutex.pic.o src/pages.pic.o src/prof.pic.o src/quarantine.pic.o src/rtree.pic.o src/stats.pic.o src/tcache.pic.o src/util.pic.o src/tsd.pic.o src/zone.pic.o -lpthread -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=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -O3 -funroll-loops -c -D_REENTRANT -Iinclude -Iinclude -o src/jemalloc.o src/jemalloc.c | |
superenv removed: -Wall -Werror=declaration-after-statement -g3 -O3 | |
superenv added: -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=gnu99 -pipe -funroll-loops -c -D_REENTRANT -Iinclude -o src/jemalloc.o src/jemalloc.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: -MM -D_REENTRANT -Iinclude -Iinclude -MT src/jemalloc.o -o src/jemalloc.d src/jemalloc.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 -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 -MM -D_REENTRANT -Iinclude -MT src/jemalloc.o -o src/jemalloc.d src/jemalloc.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: -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -O3 -funroll-loops -c -D_REENTRANT -Iinclude -Iinclude -o src/arena.o src/arena.c | |
superenv removed: -Wall -Werror=declaration-after-statement -g3 -O3 | |
superenv added: -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=gnu99 -pipe -funroll-loops -c -D_REENTRANT -Iinclude -o src/arena.o src/arena.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: -MM -D_REENTRANT -Iinclude -Iinclude -MT src/arena.o -o src/arena.d src/arena.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 -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 -MM -D_REENTRANT -Iinclude -MT src/arena.o -o src/arena.d src/arena.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: -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -O3 -funroll-loops -c -D_REENTRANT -Iinclude -Iinclude -o src/atomic.o src/atomic.c | |
superenv removed: -Wall -Werror=declaration-after-statement -g3 -O3 | |
superenv added: -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=gnu99 -pipe -funroll-loops -c -D_REENTRANT -Iinclude -o src/atomic.o src/atomic.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: -MM -D_REENTRANT -Iinclude -Iinclude -MT src/atomic.o -o src/atomic.d src/atomic.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 -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 -MM -D_REENTRANT -Iinclude -MT src/atomic.o -o src/atomic.d src/atomic.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: -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -O3 -funroll-loops -c -D_REENTRANT -Iinclude -Iinclude -o src/base.o src/base.c | |
superenv removed: -Wall -Werror=declaration-after-statement -g3 -O3 | |
superenv added: -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=gnu99 -pipe -funroll-loops -c -D_REENTRANT -Iinclude -o src/base.o src/base.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: -MM -D_REENTRANT -Iinclude -Iinclude -MT src/base.o -o src/base.d src/base.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 -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 -MM -D_REENTRANT -Iinclude -MT src/base.o -o src/base.d src/base.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: -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -O3 -funroll-loops -c -D_REENTRANT -Iinclude -Iinclude -o src/bitmap.o src/bitmap.c | |
superenv removed: -Wall -Werror=declaration-after-statement -g3 -O3 | |
superenv added: -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=gnu99 -pipe -funroll-loops -c -D_REENTRANT -Iinclude -o src/bitmap.o src/bitmap.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: -MM -D_REENTRANT -Iinclude -Iinclude -MT src/bitmap.o -o src/bitmap.d src/bitmap.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 -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 -MM -D_REENTRANT -Iinclude -MT src/bitmap.o -o src/bitmap.d src/bitmap.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: -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -O3 -funroll-loops -c -D_REENTRANT -Iinclude -Iinclude -o src/chunk.o src/chunk.c | |
superenv removed: -Wall -Werror=declaration-after-statement -g3 -O3 | |
superenv added: -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=gnu99 -pipe -funroll-loops -c -D_REENTRANT -Iinclude -o src/chunk.o src/chunk.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: -MM -D_REENTRANT -Iinclude -Iinclude -MT src/chunk.o -o src/chunk.d src/chunk.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 -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 -MM -D_REENTRANT -Iinclude -MT src/chunk.o -o src/chunk.d src/chunk.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: -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -O3 -funroll-loops -c -D_REENTRANT -Iinclude -Iinclude -o src/chunk_dss.o src/chunk_dss.c | |
superenv removed: -Wall -Werror=declaration-after-statement -g3 -O3 | |
superenv added: -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=gnu99 -pipe -funroll-loops -c -D_REENTRANT -Iinclude -o src/chunk_dss.o src/chunk_dss.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: -MM -D_REENTRANT -Iinclude -Iinclude -MT src/chunk_dss.o -o src/chunk_dss.d src/chunk_dss.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 -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 -MM -D_REENTRANT -Iinclude -MT src/chunk_dss.o -o src/chunk_dss.d src/chunk_dss.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: -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -O3 -funroll-loops -c -D_REENTRANT -Iinclude -Iinclude -o src/chunk_mmap.o src/chunk_mmap.c | |
superenv removed: -Wall -Werror=declaration-after-statement -g3 -O3 | |
superenv added: -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=gnu99 -pipe -funroll-loops -c -D_REENTRANT -Iinclude -o src/chunk_mmap.o src/chunk_mmap.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: -MM -D_REENTRANT -Iinclude -Iinclude -MT src/chunk_mmap.o -o src/chunk_mmap.d src/chunk_mmap.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 -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 -MM -D_REENTRANT -Iinclude -MT src/chunk_mmap.o -o src/chunk_mmap.d src/chunk_mmap.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: -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -O3 -funroll-loops -c -D_REENTRANT -Iinclude -Iinclude -o src/ckh.o src/ckh.c | |
superenv removed: -Wall -Werror=declaration-after-statement -g3 -O3 | |
superenv added: -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=gnu99 -pipe -funroll-loops -c -D_REENTRANT -Iinclude -o src/ckh.o src/ckh.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: -MM -D_REENTRANT -Iinclude -Iinclude -MT src/ckh.o -o src/ckh.d src/ckh.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 -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 -MM -D_REENTRANT -Iinclude -MT src/ckh.o -o src/ckh.d src/ckh.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: -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -O3 -funroll-loops -c -D_REENTRANT -Iinclude -Iinclude -o src/ctl.o src/ctl.c | |
superenv removed: -Wall -Werror=declaration-after-statement -g3 -O3 | |
superenv added: -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=gnu99 -pipe -funroll-loops -c -D_REENTRANT -Iinclude -o src/ctl.o src/ctl.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: -MM -D_REENTRANT -Iinclude -Iinclude -MT src/ctl.o -o src/ctl.d src/ctl.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 -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 -MM -D_REENTRANT -Iinclude -MT src/ctl.o -o src/ctl.d src/ctl.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: -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -O3 -funroll-loops -c -D_REENTRANT -Iinclude -Iinclude -o src/extent.o src/extent.c | |
superenv removed: -Wall -Werror=declaration-after-statement -g3 -O3 | |
superenv added: -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=gnu99 -pipe -funroll-loops -c -D_REENTRANT -Iinclude -o src/extent.o src/extent.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: -MM -D_REENTRANT -Iinclude -Iinclude -MT src/extent.o -o src/extent.d src/extent.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 -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 -MM -D_REENTRANT -Iinclude -MT src/extent.o -o src/extent.d src/extent.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: -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -O3 -funroll-loops -c -D_REENTRANT -Iinclude -Iinclude -o src/hash.o src/hash.c | |
superenv removed: -Wall -Werror=declaration-after-statement -g3 -O3 | |
superenv added: -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=gnu99 -pipe -funroll-loops -c -D_REENTRANT -Iinclude -o src/hash.o src/hash.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: -MM -D_REENTRANT -Iinclude -Iinclude -MT src/hash.o -o src/hash.d src/hash.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 -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 -MM -D_REENTRANT -Iinclude -MT src/hash.o -o src/hash.d src/hash.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: -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -O3 -funroll-loops -c -D_REENTRANT -Iinclude -Iinclude -o src/huge.o src/huge.c | |
superenv removed: -Wall -Werror=declaration-after-statement -g3 -O3 | |
superenv added: -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=gnu99 -pipe -funroll-loops -c -D_REENTRANT -Iinclude -o src/huge.o src/huge.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: -MM -D_REENTRANT -Iinclude -Iinclude -MT src/huge.o -o src/huge.d src/huge.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 -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 -MM -D_REENTRANT -Iinclude -MT src/huge.o -o src/huge.d src/huge.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: -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -O3 -funroll-loops -c -D_REENTRANT -Iinclude -Iinclude -o src/mb.o src/mb.c | |
superenv removed: -Wall -Werror=declaration-after-statement -g3 -O3 | |
superenv added: -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=gnu99 -pipe -funroll-loops -c -D_REENTRANT -Iinclude -o src/mb.o src/mb.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: -MM -D_REENTRANT -Iinclude -Iinclude -MT src/mb.o -o src/mb.d src/mb.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 -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 -MM -D_REENTRANT -Iinclude -MT src/mb.o -o src/mb.d src/mb.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: -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -O3 -funroll-loops -c -D_REENTRANT -Iinclude -Iinclude -o src/mutex.o src/mutex.c | |
superenv removed: -Wall -Werror=declaration-after-statement -g3 -O3 | |
superenv added: -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=gnu99 -pipe -funroll-loops -c -D_REENTRANT -Iinclude -o src/mutex.o src/mutex.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: -MM -D_REENTRANT -Iinclude -Iinclude -MT src/mutex.o -o src/mutex.d src/mutex.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 -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 -MM -D_REENTRANT -Iinclude -MT src/mutex.o -o src/mutex.d src/mutex.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: -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -O3 -funroll-loops -c -D_REENTRANT -Iinclude -Iinclude -o src/pages.o src/pages.c | |
superenv removed: -Wall -Werror=declaration-after-statement -g3 -O3 | |
superenv added: -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=gnu99 -pipe -funroll-loops -c -D_REENTRANT -Iinclude -o src/pages.o src/pages.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: -MM -D_REENTRANT -Iinclude -Iinclude -MT src/pages.o -o src/pages.d src/pages.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 -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 -MM -D_REENTRANT -Iinclude -MT src/pages.o -o src/pages.d src/pages.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: -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -O3 -funroll-loops -c -D_REENTRANT -Iinclude -Iinclude -o src/prof.o src/prof.c | |
superenv removed: -Wall -Werror=declaration-after-statement -g3 -O3 | |
superenv added: -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=gnu99 -pipe -funroll-loops -c -D_REENTRANT -Iinclude -o src/prof.o src/prof.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: -MM -D_REENTRANT -Iinclude -Iinclude -MT src/prof.o -o src/prof.d src/prof.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 -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 -MM -D_REENTRANT -Iinclude -MT src/prof.o -o src/prof.d src/prof.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: -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -O3 -funroll-loops -c -D_REENTRANT -Iinclude -Iinclude -o src/quarantine.o src/quarantine.c | |
superenv removed: -Wall -Werror=declaration-after-statement -g3 -O3 | |
superenv added: -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=gnu99 -pipe -funroll-loops -c -D_REENTRANT -Iinclude -o src/quarantine.o src/quarantine.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: -MM -D_REENTRANT -Iinclude -Iinclude -MT src/quarantine.o -o src/quarantine.d src/quarantine.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 -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 -MM -D_REENTRANT -Iinclude -MT src/quarantine.o -o src/quarantine.d src/quarantine.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: -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -O3 -funroll-loops -c -D_REENTRANT -Iinclude -Iinclude -o src/rtree.o src/rtree.c | |
superenv removed: -Wall -Werror=declaration-after-statement -g3 -O3 | |
superenv added: -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=gnu99 -pipe -funroll-loops -c -D_REENTRANT -Iinclude -o src/rtree.o src/rtree.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: -MM -D_REENTRANT -Iinclude -Iinclude -MT src/rtree.o -o src/rtree.d src/rtree.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 -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 -MM -D_REENTRANT -Iinclude -MT src/rtree.o -o src/rtree.d src/rtree.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: -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -O3 -funroll-loops -c -D_REENTRANT -Iinclude -Iinclude -o src/stats.o src/stats.c | |
superenv removed: -Wall -Werror=declaration-after-statement -g3 -O3 | |
superenv added: -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=gnu99 -pipe -funroll-loops -c -D_REENTRANT -Iinclude -o src/stats.o src/stats.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: -MM -D_REENTRANT -Iinclude -Iinclude -MT src/stats.o -o src/stats.d src/stats.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 -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 -MM -D_REENTRANT -Iinclude -MT src/stats.o -o src/stats.d src/stats.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: -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -O3 -funroll-loops -c -D_REENTRANT -Iinclude -Iinclude -o src/tcache.o src/tcache.c | |
superenv removed: -Wall -Werror=declaration-after-statement -g3 -O3 | |
superenv added: -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=gnu99 -pipe -funroll-loops -c -D_REENTRANT -Iinclude -o src/tcache.o src/tcache.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: -MM -D_REENTRANT -Iinclude -Iinclude -MT src/tcache.o -o src/tcache.d src/tcache.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 -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 -MM -D_REENTRANT -Iinclude -MT src/tcache.o -o src/tcache.d src/tcache.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: -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -O3 -funroll-loops -c -D_REENTRANT -Iinclude -Iinclude -o src/util.o src/util.c | |
superenv removed: -Wall -Werror=declaration-after-statement -g3 -O3 | |
superenv added: -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=gnu99 -pipe -funroll-loops -c -D_REENTRANT -Iinclude -o src/util.o src/util.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: -MM -D_REENTRANT -Iinclude -Iinclude -MT src/util.o -o src/util.d src/util.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 -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 -MM -D_REENTRANT -Iinclude -MT src/util.o -o src/util.d src/util.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: -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -O3 -funroll-loops -c -D_REENTRANT -Iinclude -Iinclude -o src/tsd.o src/tsd.c | |
superenv removed: -Wall -Werror=declaration-after-statement -g3 -O3 | |
superenv added: -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=gnu99 -pipe -funroll-loops -c -D_REENTRANT -Iinclude -o src/tsd.o src/tsd.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: -MM -D_REENTRANT -Iinclude -Iinclude -MT src/tsd.o -o src/tsd.d src/tsd.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 -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 -MM -D_REENTRANT -Iinclude -MT src/tsd.o -o src/tsd.d src/tsd.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: -std=gnu99 -Wall -Werror=declaration-after-statement -pipe -g3 -O3 -funroll-loops -c -D_REENTRANT -Iinclude -Iinclude -o src/zone.o src/zone.c | |
superenv removed: -Wall -Werror=declaration-after-statement -g3 -O3 | |
superenv added: -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=gnu99 -pipe -funroll-loops -c -D_REENTRANT -Iinclude -o src/zone.o src/zone.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: -MM -D_REENTRANT -Iinclude -Iinclude -MT src/zone.o -o src/zone.d src/zone.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 -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 -MM -D_REENTRANT -Iinclude -MT src/zone.o -o src/zone.d src/zone.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: -I. -Wall -std=c99 -fPIC -c unibilium.c -fno-common -DPIC -o .libs/unibilium.o | |
superenv removed: -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 -I. -std=c99 -fPIC -c unibilium.c -fno-common -DPIC -o .libs/unibilium.o -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: -I. -Wall -std=c99 -fPIC -c unibilium.c -o unibilium.o | |
superenv removed: -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 -I. -std=c99 -fPIC -c unibilium.c -o unibilium.o -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: -I. -Wall -std=c99 -fPIC -c uninames.c -fno-common -DPIC -o .libs/uninames.o | |
superenv removed: -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 -I. -std=c99 -fPIC -c uninames.c -fno-common -DPIC -o .libs/uninames.o -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: -I. -Wall -std=c99 -fPIC -c uninames.c -o uninames.o | |
superenv removed: -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 -I. -std=c99 -fPIC -c uninames.c -o uninames.o -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: -I. -DTERMINFO_DIRS="/etc/terminfo:/lib/terminfo:/usr/share/terminfo:/usr/lib/terminfo:/usr/local/share/terminfo:/usr/local/lib/terminfo" -Wall -std=c99 -fPIC -c uniutil.c -fno-common -DPIC -o .libs/uniutil.o | |
superenv removed: -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 -I. -DTERMINFO_DIRS="/etc/terminfo:/lib/terminfo:/usr/share/terminfo:/usr/lib/terminfo:/usr/local/share/terminfo:/usr/local/lib/terminfo" -std=c99 -fPIC -c uniutil.c -fno-common -DPIC -o .libs/uniutil.o -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: -I. -DTERMINFO_DIRS="/etc/terminfo:/lib/terminfo:/usr/share/terminfo:/usr/lib/terminfo:/usr/local/share/terminfo:/usr/local/lib/terminfo" -Wall -std=c99 -fPIC -c uniutil.c -o uniutil.o | |
superenv removed: -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 -I. -DTERMINFO_DIRS="/etc/terminfo:/lib/terminfo:/usr/share/terminfo:/usr/lib/terminfo:/usr/local/share/terminfo:/usr/local/lib/terminfo" -std=c99 -fPIC -c uniutil.c -o uniutil.o -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: -dynamiclib -Wl,-undefined -Wl,dynamic_lookup -o .libs/libunibilium.0.dylib .libs/unibilium.o .libs/uninames.o .libs/uniutil.o -install_name /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr/lib/libunibilium.0.dylib -compatibility_version 4 -current_version 4.0 -Wl,-single_module | |
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 -dynamiclib -Wl,-undefined -Wl,dynamic_lookup -o .libs/libunibilium.0.dylib .libs/unibilium.o .libs/uninames.o .libs/uniutil.o -install_name /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr/lib/libunibilium.0.dylib -compatibility_version 4 -current_version 4.0 -Wl,-single_module -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: -I. -Wall -std=c99 -fPIC -c tools/gen-static-test.c -fno-common -DPIC -o tools/.libs/gen-static-test.o | |
superenv removed: -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 -I. -std=c99 -fPIC -c tools/gen-static-test.c -fno-common -DPIC -o tools/.libs/gen-static-test.o -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: -I. -Wall -std=c99 -fPIC -c tools/gen-static-test.c -o tools/gen-static-test.o | |
superenv removed: -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 -I. -std=c99 -fPIC -c tools/gen-static-test.c -o tools/gen-static-test.o -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 tools/.libs/gen-static-test tools/.libs/gen-static-test.o ./.libs/libunibilium.dylib | |
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 tools/.libs/gen-static-test tools/.libs/gen-static-test.o ./.libs/libunibilium.dylib -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: -I. -Wall -std=c99 -fPIC -c tools/unibi-dump.c -fno-common -DPIC -o tools/.libs/unibi-dump.o | |
superenv removed: -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 -I. -std=c99 -fPIC -c tools/unibi-dump.c -fno-common -DPIC -o tools/.libs/unibi-dump.o -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: -I. -Wall -std=c99 -fPIC -c tools/unibi-dump.c -o tools/unibi-dump.o | |
superenv removed: -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 -I. -std=c99 -fPIC -c tools/unibi-dump.c -o tools/unibi-dump.o -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 tools/.libs/unibi-dump tools/.libs/unibi-dump.o ./.libs/libunibilium.dylib | |
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 tools/.libs/unibi-dump tools/.libs/unibi-dump.o ./.libs/libunibilium.dylib -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: -I. -Wall -std=c99 -fPIC -c tools/unibi-put.c -fno-common -DPIC -o tools/.libs/unibi-put.o | |
superenv removed: -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 -I. -std=c99 -fPIC -c tools/unibi-put.c -fno-common -DPIC -o tools/.libs/unibi-put.o -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: -I. -Wall -std=c99 -fPIC -c tools/unibi-put.c -o tools/unibi-put.o | |
superenv removed: -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 -I. -std=c99 -fPIC -c tools/unibi-put.c -o tools/unibi-put.o -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 tools/.libs/unibi-put tools/.libs/unibi-put.o ./.libs/libunibilium.dylib | |
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 tools/.libs/unibi-put tools/.libs/unibi-put.o ./.libs/libunibilium.dylib -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: -I. -Wall -std=c99 -fPIC -c t/00_load.c -fno-common -DPIC -o t/.libs/00_load.o | |
superenv removed: -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 -I. -std=c99 -fPIC -c t/00_load.c -fno-common -DPIC -o t/.libs/00_load.o -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: -I. -Wall -std=c99 -fPIC -c t/00_load.c -o t/00_load.o | |
superenv removed: -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 -I. -std=c99 -fPIC -c t/00_load.c -o t/00_load.o -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 t/.libs/00_load.t t/.libs/00_load.o ./.libs/libunibilium.dylib | |
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 t/.libs/00_load.t t/.libs/00_load.o ./.libs/libunibilium.dylib -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: -I. -Wall -std=c99 -fPIC -c t/if-then-else.c -fno-common -DPIC -o t/.libs/if-then-else.o | |
superenv removed: -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 -I. -std=c99 -fPIC -c t/if-then-else.c -fno-common -DPIC -o t/.libs/if-then-else.o -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: -I. -Wall -std=c99 -fPIC -c t/if-then-else.c -o t/if-then-else.o | |
superenv removed: -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 -I. -std=c99 -fPIC -c t/if-then-else.c -o t/if-then-else.o -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 t/.libs/if-then-else.t t/.libs/if-then-else.o ./.libs/libunibilium.dylib | |
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 t/.libs/if-then-else.t t/.libs/if-then-else.o ./.libs/libunibilium.dylib -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: -I. -Wall -std=c99 -fPIC -c t/static_screen-256color.c -fno-common -DPIC -o t/.libs/static_screen-256color.o | |
superenv removed: -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 -I. -std=c99 -fPIC -c t/static_screen-256color.c -fno-common -DPIC -o t/.libs/static_screen-256color.o -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: -I. -Wall -std=c99 -fPIC -c t/static_screen-256color.c -o t/static_screen-256color.o | |
superenv removed: -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 -I. -std=c99 -fPIC -c t/static_screen-256color.c -o t/static_screen-256color.o -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 t/.libs/static_screen-256color.t t/.libs/static_screen-256color.o ./.libs/libunibilium.dylib | |
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 t/.libs/static_screen-256color.t t/.libs/static_screen-256color.o ./.libs/libunibilium.dylib -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: -I. -Wall -std=c99 -fPIC -c t/static_screen.c -fno-common -DPIC -o t/.libs/static_screen.o | |
superenv removed: -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 -I. -std=c99 -fPIC -c t/static_screen.c -fno-common -DPIC -o t/.libs/static_screen.o -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: -I. -Wall -std=c99 -fPIC -c t/static_screen.c -o t/static_screen.o | |
superenv removed: -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 -I. -std=c99 -fPIC -c t/static_screen.c -o t/static_screen.o -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 t/.libs/static_screen.t t/.libs/static_screen.o ./.libs/libunibilium.dylib | |
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 t/.libs/static_screen.t t/.libs/static_screen.o ./.libs/libunibilium.dylib -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: -I. -Wall -std=c99 -fPIC -c t/static_tmux.c -fno-common -DPIC -o t/.libs/static_tmux.o | |
superenv removed: -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 -I. -std=c99 -fPIC -c t/static_tmux.c -fno-common -DPIC -o t/.libs/static_tmux.o -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: -I. -Wall -std=c99 -fPIC -c t/static_tmux.c -o t/static_tmux.o | |
superenv removed: -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 -I. -std=c99 -fPIC -c t/static_tmux.c -o t/static_tmux.o -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 t/.libs/static_tmux.t t/.libs/static_tmux.o ./.libs/libunibilium.dylib | |
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 t/.libs/static_tmux.t t/.libs/static_tmux.o ./.libs/libunibilium.dylib -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: -I. -Wall -std=c99 -fPIC -c t/static_xterm.c -fno-common -DPIC -o t/.libs/static_xterm.o | |
superenv removed: -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 -I. -std=c99 -fPIC -c t/static_xterm.c -fno-common -DPIC -o t/.libs/static_xterm.o -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: -I. -Wall -std=c99 -fPIC -c t/static_xterm.c -o t/static_xterm.o | |
superenv removed: -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 -I. -std=c99 -fPIC -c t/static_xterm.c -o t/static_xterm.o -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 t/.libs/static_xterm.t t/.libs/static_xterm.o ./.libs/libunibilium.dylib | |
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 t/.libs/static_xterm.t t/.libs/static_xterm.o ./.libs/libunibilium.dylib -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: -fPIC -Wall -std=c99 -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr/include -DHAVE_UNIBILIUM -c termkey.c -fno-common -DPIC -o .libs/termkey.o | |
superenv removed: -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 -fPIC -std=c99 -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr/include -DHAVE_UNIBILIUM -c termkey.c -fno-common -DPIC -o .libs/termkey.o -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: -fPIC -Wall -std=c99 -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr/include -DHAVE_UNIBILIUM -c termkey.c -o termkey.o | |
superenv removed: -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 -fPIC -std=c99 -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr/include -DHAVE_UNIBILIUM -c termkey.c -o termkey.o -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: -fPIC -Wall -std=c99 -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr/include -DHAVE_UNIBILIUM -c driver-csi.c -fno-common -DPIC -o .libs/driver-csi.o | |
superenv removed: -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 -fPIC -std=c99 -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr/include -DHAVE_UNIBILIUM -c driver-csi.c -fno-common -DPIC -o .libs/driver-csi.o -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: -fPIC -Wall -std=c99 -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr/include -DHAVE_UNIBILIUM -c driver-csi.c -o driver-csi.o | |
superenv removed: -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 -fPIC -std=c99 -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr/include -DHAVE_UNIBILIUM -c driver-csi.c -o driver-csi.o -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: -fPIC -Wall -std=c99 -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr/include -DHAVE_UNIBILIUM -c driver-ti.c -fno-common -DPIC -o .libs/driver-ti.o | |
superenv removed: -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 -fPIC -std=c99 -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr/include -DHAVE_UNIBILIUM -c driver-ti.c -fno-common -DPIC -o .libs/driver-ti.o -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: -fPIC -Wall -std=c99 -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr/include -DHAVE_UNIBILIUM -c driver-ti.c -o driver-ti.o | |
superenv removed: -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 -fPIC -std=c99 -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr/include -DHAVE_UNIBILIUM -c driver-ti.c -o driver-ti.o -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: -dynamiclib -Wl,-undefined -Wl,dynamic_lookup -o .libs/libtermkey.1.dylib .libs/termkey.o .libs/driver-csi.o .libs/driver-ti.o -L/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr/lib /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr/lib/libunibilium.dylib -install_name /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr/lib/libtermkey.1.dylib -compatibility_version 14 -current_version 14.0 -Wl,-single_module | |
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 -dynamiclib -Wl,-undefined -Wl,dynamic_lookup -o .libs/libtermkey.1.dylib .libs/termkey.o .libs/driver-csi.o .libs/driver-ti.o -L/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr/lib /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr/lib/libunibilium.dylib -install_name /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr/lib/libtermkey.1.dylib -compatibility_version 14 -current_version 14.0 -Wl,-single_module -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: --version | |
superenv added: -pipe -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 -Os -march=native --version -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: -v | |
superenv executed: clang -v | |
clang called with: -V | |
superenv added: -pipe -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 -Os -march=native -V -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: -qversion | |
superenv added: -pipe -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 -Os -march=native -qversion -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: conftest.c | |
superenv added: -pipe -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 -Os -march=native conftest.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: -o conftest conftest.c | |
superenv added: -pipe -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 -Os -march=native -o conftest conftest.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: -o conftest conftest.c | |
superenv added: -pipe -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 -Os -march=native -o conftest conftest.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: -c conftest.c | |
superenv added: -pipe -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 -Os -march=native -c conftest.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: -c conftest.c | |
superenv added: -pipe -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 -Os -march=native -c conftest.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: -c -g conftest.c | |
superenv added: -pipe -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 -Os -march=native -c -g conftest.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: -c -g -O2 conftest.c | |
superenv added: -pipe -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 -Os -march=native -c -g -O2 conftest.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: -c conftest.c -o conftest2.o | |
superenv added: -pipe -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 -Os -march=native -c conftest.c -o conftest2.o -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: -c conftest.c -o conftest2.o | |
superenv added: -pipe -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 -Os -march=native -c conftest.c -o conftest2.o -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: -MT sub/conftest.o -MD -MP -MF sub/conftest.TPo -c -o sub/conftest.o sub/conftest.c | |
superenv added: -pipe -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 -Os -march=native -MT sub/conftest.o -MD -MP -MF sub/conftest.TPo -c -o sub/conftest.o sub/conftest.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: -c -g -O2 -fvisibility=hidden conftest.c | |
superenv added: -pipe -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 -Os -march=native -c -g -O2 -fvisibility=hidden conftest.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: -c -g -O2 -fvisibility=hidden -g conftest.c | |
superenv added: -pipe -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 -Os -march=native -c -g -O2 -fvisibility=hidden -g conftest.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: -c -g -O2 -fvisibility=hidden -g -std=gnu89 conftest.c | |
superenv added: -pipe -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 -Os -march=native -c -g -O2 -fvisibility=hidden -g -std=gnu89 conftest.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: -c -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic conftest.c | |
superenv added: -pipe -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 -Os -march=native -c -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic conftest.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: -c -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall conftest.c | |
superenv added: -pipe -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 -Os -march=native -c -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall conftest.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: -c -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra conftest.c | |
superenv added: -pipe -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 -Os -march=native -c -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra conftest.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: -c -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter conftest.c | |
superenv added: -pipe -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 -Os -march=native -c -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter conftest.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: -c -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter conftest.c | |
superenv added: -pipe -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 -Os -march=native -c -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter conftest.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: -print-prog-name=ld | |
superenv added: -pipe -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 -Os -march=native -print-prog-name=ld -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: -c -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter conftest.c | |
superenv added: -pipe -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 -Os -march=native -c -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter conftest.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: -c -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter conftest.c | |
superenv added: -pipe -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 -Os -march=native -c -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter conftest.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: -c -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter conftest.c | |
superenv added: -pipe -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 -Os -march=native -c -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter conftest.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: -c -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter conftest.c | |
superenv added: -pipe -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 -Os -march=native -c -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter conftest.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: -o conftest -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter conftest.c conftstm.o | |
superenv added: -pipe -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 -Os -march=native -o conftest -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter conftest.c conftstm.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 | |
clang called with: -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c | |
superenv added: -pipe -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 -Os -march=native -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.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: -o conftest -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -Wl,-exported_symbols_list,conftest.sym conftest.c | |
superenv added: -pipe -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 -Os -march=native -o conftest -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -Wl,-exported_symbols_list,conftest.sym conftest.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: -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -c -o conftest.o conftest.c | |
superenv added: -pipe -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 -Os -march=native -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -c -o conftest.o conftest.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 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -o conftest conftest.c -Wl,-force_load,./libconftest.a | |
superenv added: -pipe -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 -Os -march=native -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -o conftest conftest.c -Wl,-force_load,./libconftest.a -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: -E conftest.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 | |
superenv executed: clang -E conftest.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: -E conftest.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 | |
superenv executed: clang -E conftest.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: -E conftest.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 | |
superenv executed: clang -E conftest.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: -E conftest.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 | |
superenv executed: clang -E conftest.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: -c -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter conftest.c | |
superenv added: -pipe -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 -Os -march=native -c -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter conftest.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: -E conftest.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 | |
superenv executed: clang -E conftest.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: -E conftest.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 | |
superenv executed: clang -E conftest.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: -o conftest -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter conftest.c | |
superenv added: -pipe -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 -Os -march=native -o conftest -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter conftest.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: -c -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter conftest.c | |
superenv added: -pipe -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 -Os -march=native -c -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter conftest.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: -c -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter conftest.c | |
superenv added: -pipe -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 -Os -march=native -c -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter conftest.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: -c -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter conftest.c | |
superenv added: -pipe -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 -Os -march=native -c -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter conftest.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: -c -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter conftest.c | |
superenv added: -pipe -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 -Os -march=native -c -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter conftest.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: -c -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter conftest.c | |
superenv added: -pipe -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 -Os -march=native -c -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter conftest.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: -c -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter conftest.c | |
superenv added: -pipe -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 -Os -march=native -c -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter conftest.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: -c -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter conftest.c | |
superenv added: -pipe -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 -Os -march=native -c -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter conftest.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: -c -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter conftest.c | |
superenv added: -pipe -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 -Os -march=native -c -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter conftest.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: -c -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter conftest.c | |
superenv added: -pipe -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 -Os -march=native -c -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter conftest.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: -c -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter conftest.c | |
superenv added: -pipe -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 -Os -march=native -c -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter conftest.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: -c -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter conftest.c | |
superenv added: -pipe -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 -Os -march=native -c -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter conftest.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: -o conftest -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter conftest.c | |
superenv added: -pipe -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 -Os -march=native -o conftest -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter conftest.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: -c -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -fno-rtti -fno-exceptions conftest.c | |
superenv added: -pipe -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 -Os -march=native -c -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -fno-rtti -fno-exceptions conftest.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: -c -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -fno-common -DPIC -DPIC conftest.c | |
superenv added: -pipe -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 -Os -march=native -c -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -fno-common -DPIC -DPIC conftest.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: -o conftest -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -static conftest.c | |
superenv added: -pipe -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 -Os -march=native -o conftest -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -static conftest.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: -c -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -o out/conftest2.o conftest.c | |
superenv added: -pipe -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 -Os -march=native -c -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -o out/conftest2.o conftest.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: -print-search-dirs | |
superenv added: -pipe -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 -Os -march=native -print-search-dirs -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 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -print-multi-os-directory | |
superenv added: -pipe -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 -Os -march=native -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -print-multi-os-directory -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 conftest -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter conftest.c -ldl | |
superenv added: -pipe -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 -Os -march=native -o conftest -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter conftest.c -ldl -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 conftest -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter conftest.c -lkstat -ldl | |
superenv added: -pipe -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 -Os -march=native -o conftest -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter conftest.c -lkstat -ldl -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 conftest -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter conftest.c -lkvm -ldl | |
superenv added: -pipe -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 -Os -march=native -o conftest -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter conftest.c -lkvm -ldl -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 conftest -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter conftest.c -lnsl -ldl | |
superenv added: -pipe -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 -Os -march=native -o conftest -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter conftest.c -lnsl -ldl -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 conftest -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter conftest.c -lperfstat -ldl | |
superenv added: -pipe -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 -Os -march=native -o conftest -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter conftest.c -lperfstat -ldl -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 conftest -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter conftest.c -lpthread -ldl | |
superenv added: -pipe -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 -Os -march=native -o conftest -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter conftest.c -lpthread -ldl -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 conftest -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter conftest.c -lrt -lpthread -ldl | |
superenv added: -pipe -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 -Os -march=native -o conftest -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter conftest.c -lrt -lpthread -ldl -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 conftest -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter conftest.c -lsendfile -lpthread -ldl | |
superenv added: -pipe -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 -Os -march=native -o conftest -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter conftest.c -lsendfile -lpthread -ldl -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 conftest -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter conftest.c -lsocket -lpthread -ldl | |
superenv added: -pipe -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 -Os -march=native -o conftest -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter conftest.c -lsocket -lpthread -ldl -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: -c -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter conftest.c | |
superenv added: -pipe -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 -Os -march=native -c -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter conftest.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: -c -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter conftest.c | |
superenv added: -pipe -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 -Os -march=native -c -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter conftest.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: -E conftest.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 | |
superenv executed: clang -E conftest.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: -DPACKAGE_NAME="libuv" -DPACKAGE_TARNAME="libuv" -DPACKAGE_VERSION="1.7.3" -DPACKAGE_STRING="libuv 1.7.3" -DPACKAGE_BUGREPORT="https://github.com/libuv/libuv/issues" -DPACKAGE_URL="" -DPACKAGE="libuv" -DVERSION="1.7.3" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/include -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -MT src/libuv_la-fs-poll.lo -MD -MP -MF src/.deps/libuv_la-fs-poll.Tpo -c /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/fs-poll.c -fno-common -DPIC -o src/libuv_la-fs-poll.o | |
superenv removed: -g -O2 -g -pedantic -Wall -Wextra -g -O2 -g -pedantic -Wall -Wextra | |
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 -DPACKAGE_NAME="libuv" -DPACKAGE_TARNAME="libuv" -DPACKAGE_VERSION="1.7.3" -DPACKAGE_STRING="libuv 1.7.3" -DPACKAGE_BUGREPORT="https://github.com/libuv/libuv/issues" -DPACKAGE_URL="" -DPACKAGE="libuv" -DVERSION="1.7.3" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/include -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix -fvisibility=hidden -std=gnu89 -Wno-unused-parameter -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -fvisibility=hidden -std=gnu89 -Wno-unused-parameter -MT src/libuv_la-fs-poll.lo -MD -MP -MF src/.deps/libuv_la-fs-poll.Tpo -c /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/fs-poll.c -fno-common -DPIC -o src/libuv_la-fs-poll.o -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: -DPACKAGE_NAME="libuv" -DPACKAGE_TARNAME="libuv" -DPACKAGE_VERSION="1.7.3" -DPACKAGE_STRING="libuv 1.7.3" -DPACKAGE_BUGREPORT="https://github.com/libuv/libuv/issues" -DPACKAGE_URL="" -DPACKAGE="libuv" -DVERSION="1.7.3" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/include -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -MT src/libuv_la-inet.lo -MD -MP -MF src/.deps/libuv_la-inet.Tpo -c /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/inet.c -fno-common -DPIC -o src/libuv_la-inet.o | |
superenv removed: -g -O2 -g -pedantic -Wall -Wextra -g -O2 -g -pedantic -Wall -Wextra | |
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 -DPACKAGE_NAME="libuv" -DPACKAGE_TARNAME="libuv" -DPACKAGE_VERSION="1.7.3" -DPACKAGE_STRING="libuv 1.7.3" -DPACKAGE_BUGREPORT="https://github.com/libuv/libuv/issues" -DPACKAGE_URL="" -DPACKAGE="libuv" -DVERSION="1.7.3" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/include -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix -fvisibility=hidden -std=gnu89 -Wno-unused-parameter -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -fvisibility=hidden -std=gnu89 -Wno-unused-parameter -MT src/libuv_la-inet.lo -MD -MP -MF src/.deps/libuv_la-inet.Tpo -c /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/inet.c -fno-common -DPIC -o src/libuv_la-inet.o -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: -DPACKAGE_NAME="libuv" -DPACKAGE_TARNAME="libuv" -DPACKAGE_VERSION="1.7.3" -DPACKAGE_STRING="libuv 1.7.3" -DPACKAGE_BUGREPORT="https://github.com/libuv/libuv/issues" -DPACKAGE_URL="" -DPACKAGE="libuv" -DVERSION="1.7.3" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/include -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -MT src/libuv_la-threadpool.lo -MD -MP -MF src/.deps/libuv_la-threadpool.Tpo -c /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/threadpool.c -fno-common -DPIC -o src/libuv_la-threadpool.o | |
superenv removed: -g -O2 -g -pedantic -Wall -Wextra -g -O2 -g -pedantic -Wall -Wextra | |
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 -DPACKAGE_NAME="libuv" -DPACKAGE_TARNAME="libuv" -DPACKAGE_VERSION="1.7.3" -DPACKAGE_STRING="libuv 1.7.3" -DPACKAGE_BUGREPORT="https://github.com/libuv/libuv/issues" -DPACKAGE_URL="" -DPACKAGE="libuv" -DVERSION="1.7.3" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/include -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix -fvisibility=hidden -std=gnu89 -Wno-unused-parameter -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -fvisibility=hidden -std=gnu89 -Wno-unused-parameter -MT src/libuv_la-threadpool.lo -MD -MP -MF src/.deps/libuv_la-threadpool.Tpo -c /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/threadpool.c -fno-common -DPIC -o src/libuv_la-threadpool.o -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: -DPACKAGE_NAME="libuv" -DPACKAGE_TARNAME="libuv" -DPACKAGE_VERSION="1.7.3" -DPACKAGE_STRING="libuv 1.7.3" -DPACKAGE_BUGREPORT="https://github.com/libuv/libuv/issues" -DPACKAGE_URL="" -DPACKAGE="libuv" -DVERSION="1.7.3" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/include -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -MT src/libuv_la-uv-common.lo -MD -MP -MF src/.deps/libuv_la-uv-common.Tpo -c /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/uv-common.c -fno-common -DPIC -o src/libuv_la-uv-common.o | |
superenv removed: -g -O2 -g -pedantic -Wall -Wextra -g -O2 -g -pedantic -Wall -Wextra | |
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 -DPACKAGE_NAME="libuv" -DPACKAGE_TARNAME="libuv" -DPACKAGE_VERSION="1.7.3" -DPACKAGE_STRING="libuv 1.7.3" -DPACKAGE_BUGREPORT="https://github.com/libuv/libuv/issues" -DPACKAGE_URL="" -DPACKAGE="libuv" -DVERSION="1.7.3" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/include -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix -fvisibility=hidden -std=gnu89 -Wno-unused-parameter -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -fvisibility=hidden -std=gnu89 -Wno-unused-parameter -MT src/libuv_la-uv-common.lo -MD -MP -MF src/.deps/libuv_la-uv-common.Tpo -c /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/uv-common.c -fno-common -DPIC -o src/libuv_la-uv-common.o -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: -DPACKAGE_NAME="libuv" -DPACKAGE_TARNAME="libuv" -DPACKAGE_VERSION="1.7.3" -DPACKAGE_STRING="libuv 1.7.3" -DPACKAGE_BUGREPORT="https://github.com/libuv/libuv/issues" -DPACKAGE_URL="" -DPACKAGE="libuv" -DVERSION="1.7.3" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/include -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -MT src/libuv_la-version.lo -MD -MP -MF src/.deps/libuv_la-version.Tpo -c /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/version.c -fno-common -DPIC -o src/libuv_la-version.o | |
superenv removed: -g -O2 -g -pedantic -Wall -Wextra -g -O2 -g -pedantic -Wall -Wextra | |
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 -DPACKAGE_NAME="libuv" -DPACKAGE_TARNAME="libuv" -DPACKAGE_VERSION="1.7.3" -DPACKAGE_STRING="libuv 1.7.3" -DPACKAGE_BUGREPORT="https://github.com/libuv/libuv/issues" -DPACKAGE_URL="" -DPACKAGE="libuv" -DVERSION="1.7.3" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/include -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix -fvisibility=hidden -std=gnu89 -Wno-unused-parameter -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -fvisibility=hidden -std=gnu89 -Wno-unused-parameter -MT src/libuv_la-version.lo -MD -MP -MF src/.deps/libuv_la-version.Tpo -c /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/version.c -fno-common -DPIC -o src/libuv_la-version.o -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: -DPACKAGE_NAME="libuv" -DPACKAGE_TARNAME="libuv" -DPACKAGE_VERSION="1.7.3" -DPACKAGE_STRING="libuv 1.7.3" -DPACKAGE_BUGREPORT="https://github.com/libuv/libuv/issues" -DPACKAGE_URL="" -DPACKAGE="libuv" -DVERSION="1.7.3" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/include -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -MT src/unix/libuv_la-async.lo -MD -MP -MF src/unix/.deps/libuv_la-async.Tpo -c /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix/async.c -fno-common -DPIC -o src/unix/libuv_la-async.o | |
superenv removed: -g -O2 -g -pedantic -Wall -Wextra -g -O2 -g -pedantic -Wall -Wextra | |
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 -DPACKAGE_NAME="libuv" -DPACKAGE_TARNAME="libuv" -DPACKAGE_VERSION="1.7.3" -DPACKAGE_STRING="libuv 1.7.3" -DPACKAGE_BUGREPORT="https://github.com/libuv/libuv/issues" -DPACKAGE_URL="" -DPACKAGE="libuv" -DVERSION="1.7.3" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/include -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix -fvisibility=hidden -std=gnu89 -Wno-unused-parameter -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -fvisibility=hidden -std=gnu89 -Wno-unused-parameter -MT src/unix/libuv_la-async.lo -MD -MP -MF src/unix/.deps/libuv_la-async.Tpo -c /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix/async.c -fno-common -DPIC -o src/unix/libuv_la-async.o -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: -DPACKAGE_NAME="libuv" -DPACKAGE_TARNAME="libuv" -DPACKAGE_VERSION="1.7.3" -DPACKAGE_STRING="libuv 1.7.3" -DPACKAGE_BUGREPORT="https://github.com/libuv/libuv/issues" -DPACKAGE_URL="" -DPACKAGE="libuv" -DVERSION="1.7.3" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/include -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -MT src/unix/libuv_la-core.lo -MD -MP -MF src/unix/.deps/libuv_la-core.Tpo -c /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix/core.c -fno-common -DPIC -o src/unix/libuv_la-core.o | |
superenv removed: -g -O2 -g -pedantic -Wall -Wextra -g -O2 -g -pedantic -Wall -Wextra | |
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 -DPACKAGE_NAME="libuv" -DPACKAGE_TARNAME="libuv" -DPACKAGE_VERSION="1.7.3" -DPACKAGE_STRING="libuv 1.7.3" -DPACKAGE_BUGREPORT="https://github.com/libuv/libuv/issues" -DPACKAGE_URL="" -DPACKAGE="libuv" -DVERSION="1.7.3" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/include -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix -fvisibility=hidden -std=gnu89 -Wno-unused-parameter -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -fvisibility=hidden -std=gnu89 -Wno-unused-parameter -MT src/unix/libuv_la-core.lo -MD -MP -MF src/unix/.deps/libuv_la-core.Tpo -c /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix/core.c -fno-common -DPIC -o src/unix/libuv_la-core.o -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: -DPACKAGE_NAME="libuv" -DPACKAGE_TARNAME="libuv" -DPACKAGE_VERSION="1.7.3" -DPACKAGE_STRING="libuv 1.7.3" -DPACKAGE_BUGREPORT="https://github.com/libuv/libuv/issues" -DPACKAGE_URL="" -DPACKAGE="libuv" -DVERSION="1.7.3" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/include -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -MT src/unix/libuv_la-dl.lo -MD -MP -MF src/unix/.deps/libuv_la-dl.Tpo -c /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix/dl.c -fno-common -DPIC -o src/unix/libuv_la-dl.o | |
superenv removed: -g -O2 -g -pedantic -Wall -Wextra -g -O2 -g -pedantic -Wall -Wextra | |
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 -DPACKAGE_NAME="libuv" -DPACKAGE_TARNAME="libuv" -DPACKAGE_VERSION="1.7.3" -DPACKAGE_STRING="libuv 1.7.3" -DPACKAGE_BUGREPORT="https://github.com/libuv/libuv/issues" -DPACKAGE_URL="" -DPACKAGE="libuv" -DVERSION="1.7.3" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/include -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix -fvisibility=hidden -std=gnu89 -Wno-unused-parameter -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -fvisibility=hidden -std=gnu89 -Wno-unused-parameter -MT src/unix/libuv_la-dl.lo -MD -MP -MF src/unix/.deps/libuv_la-dl.Tpo -c /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix/dl.c -fno-common -DPIC -o src/unix/libuv_la-dl.o -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: -DPACKAGE_NAME="libuv" -DPACKAGE_TARNAME="libuv" -DPACKAGE_VERSION="1.7.3" -DPACKAGE_STRING="libuv 1.7.3" -DPACKAGE_BUGREPORT="https://github.com/libuv/libuv/issues" -DPACKAGE_URL="" -DPACKAGE="libuv" -DVERSION="1.7.3" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/include -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -MT src/unix/libuv_la-fs.lo -MD -MP -MF src/unix/.deps/libuv_la-fs.Tpo -c /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix/fs.c -fno-common -DPIC -o src/unix/libuv_la-fs.o | |
superenv removed: -g -O2 -g -pedantic -Wall -Wextra -g -O2 -g -pedantic -Wall -Wextra | |
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 -DPACKAGE_NAME="libuv" -DPACKAGE_TARNAME="libuv" -DPACKAGE_VERSION="1.7.3" -DPACKAGE_STRING="libuv 1.7.3" -DPACKAGE_BUGREPORT="https://github.com/libuv/libuv/issues" -DPACKAGE_URL="" -DPACKAGE="libuv" -DVERSION="1.7.3" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/include -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix -fvisibility=hidden -std=gnu89 -Wno-unused-parameter -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -fvisibility=hidden -std=gnu89 -Wno-unused-parameter -MT src/unix/libuv_la-fs.lo -MD -MP -MF src/unix/.deps/libuv_la-fs.Tpo -c /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix/fs.c -fno-common -DPIC -o src/unix/libuv_la-fs.o -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: -DPACKAGE_NAME="libuv" -DPACKAGE_TARNAME="libuv" -DPACKAGE_VERSION="1.7.3" -DPACKAGE_STRING="libuv 1.7.3" -DPACKAGE_BUGREPORT="https://github.com/libuv/libuv/issues" -DPACKAGE_URL="" -DPACKAGE="libuv" -DVERSION="1.7.3" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/include -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -MT src/unix/libuv_la-getaddrinfo.lo -MD -MP -MF src/unix/.deps/libuv_la-getaddrinfo.Tpo -c /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix/getaddrinfo.c -fno-common -DPIC -o src/unix/libuv_la-getaddrinfo.o | |
superenv removed: -g -O2 -g -pedantic -Wall -Wextra -g -O2 -g -pedantic -Wall -Wextra | |
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 -DPACKAGE_NAME="libuv" -DPACKAGE_TARNAME="libuv" -DPACKAGE_VERSION="1.7.3" -DPACKAGE_STRING="libuv 1.7.3" -DPACKAGE_BUGREPORT="https://github.com/libuv/libuv/issues" -DPACKAGE_URL="" -DPACKAGE="libuv" -DVERSION="1.7.3" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/include -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix -fvisibility=hidden -std=gnu89 -Wno-unused-parameter -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -fvisibility=hidden -std=gnu89 -Wno-unused-parameter -MT src/unix/libuv_la-getaddrinfo.lo -MD -MP -MF src/unix/.deps/libuv_la-getaddrinfo.Tpo -c /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix/getaddrinfo.c -fno-common -DPIC -o src/unix/libuv_la-getaddrinfo.o -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: -DPACKAGE_NAME="libuv" -DPACKAGE_TARNAME="libuv" -DPACKAGE_VERSION="1.7.3" -DPACKAGE_STRING="libuv 1.7.3" -DPACKAGE_BUGREPORT="https://github.com/libuv/libuv/issues" -DPACKAGE_URL="" -DPACKAGE="libuv" -DVERSION="1.7.3" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/include -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -MT src/unix/libuv_la-getnameinfo.lo -MD -MP -MF src/unix/.deps/libuv_la-getnameinfo.Tpo -c /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix/getnameinfo.c -fno-common -DPIC -o src/unix/libuv_la-getnameinfo.o | |
superenv removed: -g -O2 -g -pedantic -Wall -Wextra -g -O2 -g -pedantic -Wall -Wextra | |
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 -DPACKAGE_NAME="libuv" -DPACKAGE_TARNAME="libuv" -DPACKAGE_VERSION="1.7.3" -DPACKAGE_STRING="libuv 1.7.3" -DPACKAGE_BUGREPORT="https://github.com/libuv/libuv/issues" -DPACKAGE_URL="" -DPACKAGE="libuv" -DVERSION="1.7.3" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/include -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix -fvisibility=hidden -std=gnu89 -Wno-unused-parameter -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -fvisibility=hidden -std=gnu89 -Wno-unused-parameter -MT src/unix/libuv_la-getnameinfo.lo -MD -MP -MF src/unix/.deps/libuv_la-getnameinfo.Tpo -c /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix/getnameinfo.c -fno-common -DPIC -o src/unix/libuv_la-getnameinfo.o -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: -DPACKAGE_NAME="libuv" -DPACKAGE_TARNAME="libuv" -DPACKAGE_VERSION="1.7.3" -DPACKAGE_STRING="libuv 1.7.3" -DPACKAGE_BUGREPORT="https://github.com/libuv/libuv/issues" -DPACKAGE_URL="" -DPACKAGE="libuv" -DVERSION="1.7.3" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/include -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -MT src/unix/libuv_la-loop-watcher.lo -MD -MP -MF src/unix/.deps/libuv_la-loop-watcher.Tpo -c /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix/loop-watcher.c -fno-common -DPIC -o src/unix/libuv_la-loop-watcher.o | |
superenv removed: -g -O2 -g -pedantic -Wall -Wextra -g -O2 -g -pedantic -Wall -Wextra | |
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 -DPACKAGE_NAME="libuv" -DPACKAGE_TARNAME="libuv" -DPACKAGE_VERSION="1.7.3" -DPACKAGE_STRING="libuv 1.7.3" -DPACKAGE_BUGREPORT="https://github.com/libuv/libuv/issues" -DPACKAGE_URL="" -DPACKAGE="libuv" -DVERSION="1.7.3" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/include -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix -fvisibility=hidden -std=gnu89 -Wno-unused-parameter -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -fvisibility=hidden -std=gnu89 -Wno-unused-parameter -MT src/unix/libuv_la-loop-watcher.lo -MD -MP -MF src/unix/.deps/libuv_la-loop-watcher.Tpo -c /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix/loop-watcher.c -fno-common -DPIC -o src/unix/libuv_la-loop-watcher.o -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: -DPACKAGE_NAME="libuv" -DPACKAGE_TARNAME="libuv" -DPACKAGE_VERSION="1.7.3" -DPACKAGE_STRING="libuv 1.7.3" -DPACKAGE_BUGREPORT="https://github.com/libuv/libuv/issues" -DPACKAGE_URL="" -DPACKAGE="libuv" -DVERSION="1.7.3" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/include -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -MT src/unix/libuv_la-loop.lo -MD -MP -MF src/unix/.deps/libuv_la-loop.Tpo -c /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix/loop.c -fno-common -DPIC -o src/unix/libuv_la-loop.o | |
superenv removed: -g -O2 -g -pedantic -Wall -Wextra -g -O2 -g -pedantic -Wall -Wextra | |
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 -DPACKAGE_NAME="libuv" -DPACKAGE_TARNAME="libuv" -DPACKAGE_VERSION="1.7.3" -DPACKAGE_STRING="libuv 1.7.3" -DPACKAGE_BUGREPORT="https://github.com/libuv/libuv/issues" -DPACKAGE_URL="" -DPACKAGE="libuv" -DVERSION="1.7.3" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/include -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix -fvisibility=hidden -std=gnu89 -Wno-unused-parameter -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -fvisibility=hidden -std=gnu89 -Wno-unused-parameter -MT src/unix/libuv_la-loop.lo -MD -MP -MF src/unix/.deps/libuv_la-loop.Tpo -c /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix/loop.c -fno-common -DPIC -o src/unix/libuv_la-loop.o -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: -DPACKAGE_NAME="libuv" -DPACKAGE_TARNAME="libuv" -DPACKAGE_VERSION="1.7.3" -DPACKAGE_STRING="libuv 1.7.3" -DPACKAGE_BUGREPORT="https://github.com/libuv/libuv/issues" -DPACKAGE_URL="" -DPACKAGE="libuv" -DVERSION="1.7.3" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/include -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -MT src/unix/libuv_la-pipe.lo -MD -MP -MF src/unix/.deps/libuv_la-pipe.Tpo -c /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix/pipe.c -fno-common -DPIC -o src/unix/libuv_la-pipe.o | |
superenv removed: -g -O2 -g -pedantic -Wall -Wextra -g -O2 -g -pedantic -Wall -Wextra | |
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 -DPACKAGE_NAME="libuv" -DPACKAGE_TARNAME="libuv" -DPACKAGE_VERSION="1.7.3" -DPACKAGE_STRING="libuv 1.7.3" -DPACKAGE_BUGREPORT="https://github.com/libuv/libuv/issues" -DPACKAGE_URL="" -DPACKAGE="libuv" -DVERSION="1.7.3" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/include -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix -fvisibility=hidden -std=gnu89 -Wno-unused-parameter -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -fvisibility=hidden -std=gnu89 -Wno-unused-parameter -MT src/unix/libuv_la-pipe.lo -MD -MP -MF src/unix/.deps/libuv_la-pipe.Tpo -c /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix/pipe.c -fno-common -DPIC -o src/unix/libuv_la-pipe.o -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: -DPACKAGE_NAME="libuv" -DPACKAGE_TARNAME="libuv" -DPACKAGE_VERSION="1.7.3" -DPACKAGE_STRING="libuv 1.7.3" -DPACKAGE_BUGREPORT="https://github.com/libuv/libuv/issues" -DPACKAGE_URL="" -DPACKAGE="libuv" -DVERSION="1.7.3" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/include -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -MT src/unix/libuv_la-poll.lo -MD -MP -MF src/unix/.deps/libuv_la-poll.Tpo -c /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix/poll.c -fno-common -DPIC -o src/unix/libuv_la-poll.o | |
superenv removed: -g -O2 -g -pedantic -Wall -Wextra -g -O2 -g -pedantic -Wall -Wextra | |
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 -DPACKAGE_NAME="libuv" -DPACKAGE_TARNAME="libuv" -DPACKAGE_VERSION="1.7.3" -DPACKAGE_STRING="libuv 1.7.3" -DPACKAGE_BUGREPORT="https://github.com/libuv/libuv/issues" -DPACKAGE_URL="" -DPACKAGE="libuv" -DVERSION="1.7.3" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/include -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix -fvisibility=hidden -std=gnu89 -Wno-unused-parameter -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -fvisibility=hidden -std=gnu89 -Wno-unused-parameter -MT src/unix/libuv_la-poll.lo -MD -MP -MF src/unix/.deps/libuv_la-poll.Tpo -c /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix/poll.c -fno-common -DPIC -o src/unix/libuv_la-poll.o -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: -DPACKAGE_NAME="libuv" -DPACKAGE_TARNAME="libuv" -DPACKAGE_VERSION="1.7.3" -DPACKAGE_STRING="libuv 1.7.3" -DPACKAGE_BUGREPORT="https://github.com/libuv/libuv/issues" -DPACKAGE_URL="" -DPACKAGE="libuv" -DVERSION="1.7.3" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/include -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -MT src/unix/libuv_la-process.lo -MD -MP -MF src/unix/.deps/libuv_la-process.Tpo -c /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix/process.c -fno-common -DPIC -o src/unix/libuv_la-process.o | |
superenv removed: -g -O2 -g -pedantic -Wall -Wextra -g -O2 -g -pedantic -Wall -Wextra | |
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 -DPACKAGE_NAME="libuv" -DPACKAGE_TARNAME="libuv" -DPACKAGE_VERSION="1.7.3" -DPACKAGE_STRING="libuv 1.7.3" -DPACKAGE_BUGREPORT="https://github.com/libuv/libuv/issues" -DPACKAGE_URL="" -DPACKAGE="libuv" -DVERSION="1.7.3" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/include -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix -fvisibility=hidden -std=gnu89 -Wno-unused-parameter -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -fvisibility=hidden -std=gnu89 -Wno-unused-parameter -MT src/unix/libuv_la-process.lo -MD -MP -MF src/unix/.deps/libuv_la-process.Tpo -c /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix/process.c -fno-common -DPIC -o src/unix/libuv_la-process.o -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: -DPACKAGE_NAME="libuv" -DPACKAGE_TARNAME="libuv" -DPACKAGE_VERSION="1.7.3" -DPACKAGE_STRING="libuv 1.7.3" -DPACKAGE_BUGREPORT="https://github.com/libuv/libuv/issues" -DPACKAGE_URL="" -DPACKAGE="libuv" -DVERSION="1.7.3" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/include -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -MT src/unix/libuv_la-signal.lo -MD -MP -MF src/unix/.deps/libuv_la-signal.Tpo -c /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix/signal.c -fno-common -DPIC -o src/unix/libuv_la-signal.o | |
superenv removed: -g -O2 -g -pedantic -Wall -Wextra -g -O2 -g -pedantic -Wall -Wextra | |
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 -DPACKAGE_NAME="libuv" -DPACKAGE_TARNAME="libuv" -DPACKAGE_VERSION="1.7.3" -DPACKAGE_STRING="libuv 1.7.3" -DPACKAGE_BUGREPORT="https://github.com/libuv/libuv/issues" -DPACKAGE_URL="" -DPACKAGE="libuv" -DVERSION="1.7.3" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/include -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix -fvisibility=hidden -std=gnu89 -Wno-unused-parameter -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -fvisibility=hidden -std=gnu89 -Wno-unused-parameter -MT src/unix/libuv_la-signal.lo -MD -MP -MF src/unix/.deps/libuv_la-signal.Tpo -c /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix/signal.c -fno-common -DPIC -o src/unix/libuv_la-signal.o -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: -DPACKAGE_NAME="libuv" -DPACKAGE_TARNAME="libuv" -DPACKAGE_VERSION="1.7.3" -DPACKAGE_STRING="libuv 1.7.3" -DPACKAGE_BUGREPORT="https://github.com/libuv/libuv/issues" -DPACKAGE_URL="" -DPACKAGE="libuv" -DVERSION="1.7.3" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/include -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -MT src/unix/libuv_la-stream.lo -MD -MP -MF src/unix/.deps/libuv_la-stream.Tpo -c /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix/stream.c -fno-common -DPIC -o src/unix/libuv_la-stream.o | |
superenv removed: -g -O2 -g -pedantic -Wall -Wextra -g -O2 -g -pedantic -Wall -Wextra | |
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 -DPACKAGE_NAME="libuv" -DPACKAGE_TARNAME="libuv" -DPACKAGE_VERSION="1.7.3" -DPACKAGE_STRING="libuv 1.7.3" -DPACKAGE_BUGREPORT="https://github.com/libuv/libuv/issues" -DPACKAGE_URL="" -DPACKAGE="libuv" -DVERSION="1.7.3" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/include -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix -fvisibility=hidden -std=gnu89 -Wno-unused-parameter -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -fvisibility=hidden -std=gnu89 -Wno-unused-parameter -MT src/unix/libuv_la-stream.lo -MD -MP -MF src/unix/.deps/libuv_la-stream.Tpo -c /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix/stream.c -fno-common -DPIC -o src/unix/libuv_la-stream.o -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: -DPACKAGE_NAME="libuv" -DPACKAGE_TARNAME="libuv" -DPACKAGE_VERSION="1.7.3" -DPACKAGE_STRING="libuv 1.7.3" -DPACKAGE_BUGREPORT="https://github.com/libuv/libuv/issues" -DPACKAGE_URL="" -DPACKAGE="libuv" -DVERSION="1.7.3" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/include -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -MT src/unix/libuv_la-tcp.lo -MD -MP -MF src/unix/.deps/libuv_la-tcp.Tpo -c /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix/tcp.c -fno-common -DPIC -o src/unix/libuv_la-tcp.o | |
superenv removed: -g -O2 -g -pedantic -Wall -Wextra -g -O2 -g -pedantic -Wall -Wextra | |
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 -DPACKAGE_NAME="libuv" -DPACKAGE_TARNAME="libuv" -DPACKAGE_VERSION="1.7.3" -DPACKAGE_STRING="libuv 1.7.3" -DPACKAGE_BUGREPORT="https://github.com/libuv/libuv/issues" -DPACKAGE_URL="" -DPACKAGE="libuv" -DVERSION="1.7.3" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/include -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix -fvisibility=hidden -std=gnu89 -Wno-unused-parameter -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -fvisibility=hidden -std=gnu89 -Wno-unused-parameter -MT src/unix/libuv_la-tcp.lo -MD -MP -MF src/unix/.deps/libuv_la-tcp.Tpo -c /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix/tcp.c -fno-common -DPIC -o src/unix/libuv_la-tcp.o -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: -DPACKAGE_NAME="libuv" -DPACKAGE_TARNAME="libuv" -DPACKAGE_VERSION="1.7.3" -DPACKAGE_STRING="libuv 1.7.3" -DPACKAGE_BUGREPORT="https://github.com/libuv/libuv/issues" -DPACKAGE_URL="" -DPACKAGE="libuv" -DVERSION="1.7.3" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/include -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -MT src/unix/libuv_la-thread.lo -MD -MP -MF src/unix/.deps/libuv_la-thread.Tpo -c /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix/thread.c -fno-common -DPIC -o src/unix/libuv_la-thread.o | |
superenv removed: -g -O2 -g -pedantic -Wall -Wextra -g -O2 -g -pedantic -Wall -Wextra | |
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 -DPACKAGE_NAME="libuv" -DPACKAGE_TARNAME="libuv" -DPACKAGE_VERSION="1.7.3" -DPACKAGE_STRING="libuv 1.7.3" -DPACKAGE_BUGREPORT="https://github.com/libuv/libuv/issues" -DPACKAGE_URL="" -DPACKAGE="libuv" -DVERSION="1.7.3" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/include -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix -fvisibility=hidden -std=gnu89 -Wno-unused-parameter -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -fvisibility=hidden -std=gnu89 -Wno-unused-parameter -MT src/unix/libuv_la-thread.lo -MD -MP -MF src/unix/.deps/libuv_la-thread.Tpo -c /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix/thread.c -fno-common -DPIC -o src/unix/libuv_la-thread.o -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: -DPACKAGE_NAME="libuv" -DPACKAGE_TARNAME="libuv" -DPACKAGE_VERSION="1.7.3" -DPACKAGE_STRING="libuv 1.7.3" -DPACKAGE_BUGREPORT="https://github.com/libuv/libuv/issues" -DPACKAGE_URL="" -DPACKAGE="libuv" -DVERSION="1.7.3" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/include -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -MT src/unix/libuv_la-timer.lo -MD -MP -MF src/unix/.deps/libuv_la-timer.Tpo -c /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix/timer.c -fno-common -DPIC -o src/unix/libuv_la-timer.o | |
superenv removed: -g -O2 -g -pedantic -Wall -Wextra -g -O2 -g -pedantic -Wall -Wextra | |
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 -DPACKAGE_NAME="libuv" -DPACKAGE_TARNAME="libuv" -DPACKAGE_VERSION="1.7.3" -DPACKAGE_STRING="libuv 1.7.3" -DPACKAGE_BUGREPORT="https://github.com/libuv/libuv/issues" -DPACKAGE_URL="" -DPACKAGE="libuv" -DVERSION="1.7.3" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/include -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix -fvisibility=hidden -std=gnu89 -Wno-unused-parameter -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -fvisibility=hidden -std=gnu89 -Wno-unused-parameter -MT src/unix/libuv_la-timer.lo -MD -MP -MF src/unix/.deps/libuv_la-timer.Tpo -c /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix/timer.c -fno-common -DPIC -o src/unix/libuv_la-timer.o -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: -DPACKAGE_NAME="libuv" -DPACKAGE_TARNAME="libuv" -DPACKAGE_VERSION="1.7.3" -DPACKAGE_STRING="libuv 1.7.3" -DPACKAGE_BUGREPORT="https://github.com/libuv/libuv/issues" -DPACKAGE_URL="" -DPACKAGE="libuv" -DVERSION="1.7.3" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/include -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -MT src/unix/libuv_la-tty.lo -MD -MP -MF src/unix/.deps/libuv_la-tty.Tpo -c /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix/tty.c -fno-common -DPIC -o src/unix/libuv_la-tty.o | |
superenv removed: -g -O2 -g -pedantic -Wall -Wextra -g -O2 -g -pedantic -Wall -Wextra | |
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 -DPACKAGE_NAME="libuv" -DPACKAGE_TARNAME="libuv" -DPACKAGE_VERSION="1.7.3" -DPACKAGE_STRING="libuv 1.7.3" -DPACKAGE_BUGREPORT="https://github.com/libuv/libuv/issues" -DPACKAGE_URL="" -DPACKAGE="libuv" -DVERSION="1.7.3" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/include -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix -fvisibility=hidden -std=gnu89 -Wno-unused-parameter -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -fvisibility=hidden -std=gnu89 -Wno-unused-parameter -MT src/unix/libuv_la-tty.lo -MD -MP -MF src/unix/.deps/libuv_la-tty.Tpo -c /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix/tty.c -fno-common -DPIC -o src/unix/libuv_la-tty.o -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: -DPACKAGE_NAME="libuv" -DPACKAGE_TARNAME="libuv" -DPACKAGE_VERSION="1.7.3" -DPACKAGE_STRING="libuv 1.7.3" -DPACKAGE_BUGREPORT="https://github.com/libuv/libuv/issues" -DPACKAGE_URL="" -DPACKAGE="libuv" -DVERSION="1.7.3" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/include -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -MT src/unix/libuv_la-udp.lo -MD -MP -MF src/unix/.deps/libuv_la-udp.Tpo -c /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix/udp.c -fno-common -DPIC -o src/unix/libuv_la-udp.o | |
superenv removed: -g -O2 -g -pedantic -Wall -Wextra -g -O2 -g -pedantic -Wall -Wextra | |
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 -DPACKAGE_NAME="libuv" -DPACKAGE_TARNAME="libuv" -DPACKAGE_VERSION="1.7.3" -DPACKAGE_STRING="libuv 1.7.3" -DPACKAGE_BUGREPORT="https://github.com/libuv/libuv/issues" -DPACKAGE_URL="" -DPACKAGE="libuv" -DVERSION="1.7.3" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/include -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix -fvisibility=hidden -std=gnu89 -Wno-unused-parameter -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -fvisibility=hidden -std=gnu89 -Wno-unused-parameter -MT src/unix/libuv_la-udp.lo -MD -MP -MF src/unix/.deps/libuv_la-udp.Tpo -c /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix/udp.c -fno-common -DPIC -o src/unix/libuv_la-udp.o -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: -DPACKAGE_NAME="libuv" -DPACKAGE_TARNAME="libuv" -DPACKAGE_VERSION="1.7.3" -DPACKAGE_STRING="libuv 1.7.3" -DPACKAGE_BUGREPORT="https://github.com/libuv/libuv/issues" -DPACKAGE_URL="" -DPACKAGE="libuv" -DVERSION="1.7.3" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/include -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -MT src/unix/libuv_la-darwin.lo -MD -MP -MF src/unix/.deps/libuv_la-darwin.Tpo -c /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix/darwin.c -fno-common -DPIC -o src/unix/libuv_la-darwin.o | |
superenv removed: -g -O2 -g -pedantic -Wall -Wextra -g -O2 -g -pedantic -Wall -Wextra | |
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 -DPACKAGE_NAME="libuv" -DPACKAGE_TARNAME="libuv" -DPACKAGE_VERSION="1.7.3" -DPACKAGE_STRING="libuv 1.7.3" -DPACKAGE_BUGREPORT="https://github.com/libuv/libuv/issues" -DPACKAGE_URL="" -DPACKAGE="libuv" -DVERSION="1.7.3" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/include -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix -fvisibility=hidden -std=gnu89 -Wno-unused-parameter -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -fvisibility=hidden -std=gnu89 -Wno-unused-parameter -MT src/unix/libuv_la-darwin.lo -MD -MP -MF src/unix/.deps/libuv_la-darwin.Tpo -c /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix/darwin.c -fno-common -DPIC -o src/unix/libuv_la-darwin.o -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: -DPACKAGE_NAME="libuv" -DPACKAGE_TARNAME="libuv" -DPACKAGE_VERSION="1.7.3" -DPACKAGE_STRING="libuv 1.7.3" -DPACKAGE_BUGREPORT="https://github.com/libuv/libuv/issues" -DPACKAGE_URL="" -DPACKAGE="libuv" -DVERSION="1.7.3" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/include -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -MT src/unix/libuv_la-darwin-proctitle.lo -MD -MP -MF src/unix/.deps/libuv_la-darwin-proctitle.Tpo -c /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix/darwin-proctitle.c -fno-common -DPIC -o src/unix/libuv_la-darwin-proctitle.o | |
superenv removed: -g -O2 -g -pedantic -Wall -Wextra -g -O2 -g -pedantic -Wall -Wextra | |
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 -DPACKAGE_NAME="libuv" -DPACKAGE_TARNAME="libuv" -DPACKAGE_VERSION="1.7.3" -DPACKAGE_STRING="libuv 1.7.3" -DPACKAGE_BUGREPORT="https://github.com/libuv/libuv/issues" -DPACKAGE_URL="" -DPACKAGE="libuv" -DVERSION="1.7.3" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/include -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix -fvisibility=hidden -std=gnu89 -Wno-unused-parameter -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -fvisibility=hidden -std=gnu89 -Wno-unused-parameter -MT src/unix/libuv_la-darwin-proctitle.lo -MD -MP -MF src/unix/.deps/libuv_la-darwin-proctitle.Tpo -c /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix/darwin-proctitle.c -fno-common -DPIC -o src/unix/libuv_la-darwin-proctitle.o -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: -DPACKAGE_NAME="libuv" -DPACKAGE_TARNAME="libuv" -DPACKAGE_VERSION="1.7.3" -DPACKAGE_STRING="libuv 1.7.3" -DPACKAGE_BUGREPORT="https://github.com/libuv/libuv/issues" -DPACKAGE_URL="" -DPACKAGE="libuv" -DVERSION="1.7.3" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/include -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -MT src/unix/libuv_la-fsevents.lo -MD -MP -MF src/unix/.deps/libuv_la-fsevents.Tpo -c /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix/fsevents.c -fno-common -DPIC -o src/unix/libuv_la-fsevents.o | |
superenv removed: -g -O2 -g -pedantic -Wall -Wextra -g -O2 -g -pedantic -Wall -Wextra | |
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 -DPACKAGE_NAME="libuv" -DPACKAGE_TARNAME="libuv" -DPACKAGE_VERSION="1.7.3" -DPACKAGE_STRING="libuv 1.7.3" -DPACKAGE_BUGREPORT="https://github.com/libuv/libuv/issues" -DPACKAGE_URL="" -DPACKAGE="libuv" -DVERSION="1.7.3" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/include -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix -fvisibility=hidden -std=gnu89 -Wno-unused-parameter -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -fvisibility=hidden -std=gnu89 -Wno-unused-parameter -MT src/unix/libuv_la-fsevents.lo -MD -MP -MF src/unix/.deps/libuv_la-fsevents.Tpo -c /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix/fsevents.c -fno-common -DPIC -o src/unix/libuv_la-fsevents.o -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: -DPACKAGE_NAME="libuv" -DPACKAGE_TARNAME="libuv" -DPACKAGE_VERSION="1.7.3" -DPACKAGE_STRING="libuv 1.7.3" -DPACKAGE_BUGREPORT="https://github.com/libuv/libuv/issues" -DPACKAGE_URL="" -DPACKAGE="libuv" -DVERSION="1.7.3" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/include -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -MT src/unix/libuv_la-kqueue.lo -MD -MP -MF src/unix/.deps/libuv_la-kqueue.Tpo -c /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix/kqueue.c -fno-common -DPIC -o src/unix/libuv_la-kqueue.o | |
superenv removed: -g -O2 -g -pedantic -Wall -Wextra -g -O2 -g -pedantic -Wall -Wextra | |
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 -DPACKAGE_NAME="libuv" -DPACKAGE_TARNAME="libuv" -DPACKAGE_VERSION="1.7.3" -DPACKAGE_STRING="libuv 1.7.3" -DPACKAGE_BUGREPORT="https://github.com/libuv/libuv/issues" -DPACKAGE_URL="" -DPACKAGE="libuv" -DVERSION="1.7.3" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/include -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix -fvisibility=hidden -std=gnu89 -Wno-unused-parameter -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -fvisibility=hidden -std=gnu89 -Wno-unused-parameter -MT src/unix/libuv_la-kqueue.lo -MD -MP -MF src/unix/.deps/libuv_la-kqueue.Tpo -c /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix/kqueue.c -fno-common -DPIC -o src/unix/libuv_la-kqueue.o -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: -DPACKAGE_NAME="libuv" -DPACKAGE_TARNAME="libuv" -DPACKAGE_VERSION="1.7.3" -DPACKAGE_STRING="libuv 1.7.3" -DPACKAGE_BUGREPORT="https://github.com/libuv/libuv/issues" -DPACKAGE_URL="" -DPACKAGE="libuv" -DVERSION="1.7.3" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/include -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -g -O2 -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -MT src/unix/libuv_la-proctitle.lo -MD -MP -MF src/unix/.deps/libuv_la-proctitle.Tpo -c /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix/proctitle.c -fno-common -DPIC -o src/unix/libuv_la-proctitle.o | |
superenv removed: -g -O2 -g -pedantic -Wall -Wextra -g -O2 -g -pedantic -Wall -Wextra | |
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 -DPACKAGE_NAME="libuv" -DPACKAGE_TARNAME="libuv" -DPACKAGE_VERSION="1.7.3" -DPACKAGE_STRING="libuv 1.7.3" -DPACKAGE_BUGREPORT="https://github.com/libuv/libuv/issues" -DPACKAGE_URL="" -DPACKAGE="libuv" -DVERSION="1.7.3" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/include -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src -I/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix -fvisibility=hidden -std=gnu89 -Wno-unused-parameter -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -fvisibility=hidden -std=gnu89 -Wno-unused-parameter -MT src/unix/libuv_la-proctitle.lo -MD -MP -MF src/unix/.deps/libuv_la-proctitle.Tpo -c /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libuv/src/unix/proctitle.c -fno-common -DPIC -o src/unix/libuv_la-proctitle.o -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: -fPIC -Wall -Iinclude -std=c99 -c src/encoding.c -fno-common -DPIC -o src/.libs/encoding.o | |
superenv removed: -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 -fPIC -Iinclude -std=c99 -c src/encoding.c -fno-common -DPIC -o src/.libs/encoding.o -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: -fPIC -Wall -Iinclude -std=c99 -c src/encoding.c -o src/encoding.o | |
superenv removed: -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 -fPIC -Iinclude -std=c99 -c src/encoding.c -o src/encoding.o -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: -fPIC -Wall -Iinclude -std=c99 -c src/keyboard.c -fno-common -DPIC -o src/.libs/keyboard.o | |
superenv removed: -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 -fPIC -Iinclude -std=c99 -c src/keyboard.c -fno-common -DPIC -o src/.libs/keyboard.o -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: -fPIC -Wall -Iinclude -std=c99 -c src/keyboard.c -o src/keyboard.o | |
superenv removed: -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 -fPIC -Iinclude -std=c99 -c src/keyboard.c -o src/keyboard.o -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: -fPIC -Wall -Iinclude -std=c99 -c src/mouse.c -fno-common -DPIC -o src/.libs/mouse.o | |
superenv removed: -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 -fPIC -Iinclude -std=c99 -c src/mouse.c -fno-common -DPIC -o src/.libs/mouse.o -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: -fPIC -Wall -Iinclude -std=c99 -c src/mouse.c -o src/mouse.o | |
superenv removed: -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 -fPIC -Iinclude -std=c99 -c src/mouse.c -o src/mouse.o -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: -fPIC -Wall -Iinclude -std=c99 -c src/parser.c -fno-common -DPIC -o src/.libs/parser.o | |
superenv removed: -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 -fPIC -Iinclude -std=c99 -c src/parser.c -fno-common -DPIC -o src/.libs/parser.o -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: -fPIC -Wall -Iinclude -std=c99 -c src/parser.c -o src/parser.o | |
superenv removed: -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 -fPIC -Iinclude -std=c99 -c src/parser.c -o src/parser.o -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: -fPIC -Wall -Iinclude -std=c99 -c src/pen.c -fno-common -DPIC -o src/.libs/pen.o | |
superenv removed: -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 -fPIC -Iinclude -std=c99 -c src/pen.c -fno-common -DPIC -o src/.libs/pen.o -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: -fPIC -Wall -Iinclude -std=c99 -c src/pen.c -o src/pen.o | |
superenv removed: -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 -fPIC -Iinclude -std=c99 -c src/pen.c -o src/pen.o -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: -fPIC -Wall -Iinclude -std=c99 -c src/screen.c -fno-common -DPIC -o src/.libs/screen.o | |
superenv removed: -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 -fPIC -Iinclude -std=c99 -c src/screen.c -fno-common -DPIC -o src/.libs/screen.o -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: -fPIC -Wall -Iinclude -std=c99 -c src/screen.c -o src/screen.o | |
superenv removed: -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 -fPIC -Iinclude -std=c99 -c src/screen.c -o src/screen.o -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: -fPIC -Wall -Iinclude -std=c99 -c src/state.c -fno-common -DPIC -o src/.libs/state.o | |
superenv removed: -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 -fPIC -Iinclude -std=c99 -c src/state.c -fno-common -DPIC -o src/.libs/state.o -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: -fPIC -Wall -Iinclude -std=c99 -c src/state.c -o src/state.o | |
superenv removed: -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 -fPIC -Iinclude -std=c99 -c src/state.c -o src/state.o -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: -fPIC -Wall -Iinclude -std=c99 -c src/unicode.c -fno-common -DPIC -o src/.libs/unicode.o | |
superenv removed: -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 -fPIC -Iinclude -std=c99 -c src/unicode.c -fno-common -DPIC -o src/.libs/unicode.o -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: -fPIC -Wall -Iinclude -std=c99 -c src/unicode.c -o src/unicode.o | |
superenv removed: -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 -fPIC -Iinclude -std=c99 -c src/unicode.c -o src/unicode.o -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: -fPIC -Wall -Iinclude -std=c99 -c src/vterm.c -fno-common -DPIC -o src/.libs/vterm.o | |
superenv removed: -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 -fPIC -Iinclude -std=c99 -c src/vterm.c -fno-common -DPIC -o src/.libs/vterm.o -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: -fPIC -Wall -Iinclude -std=c99 -c src/vterm.c -o src/vterm.o | |
superenv removed: -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 -fPIC -Iinclude -std=c99 -c src/vterm.c -o src/vterm.o -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: -dynamiclib -Wl,-undefined -Wl,dynamic_lookup -o .libs/libvterm.0.dylib src/.libs/encoding.o src/.libs/keyboard.o src/.libs/mouse.o src/.libs/parser.o src/.libs/pen.o src/.libs/screen.o src/.libs/state.o src/.libs/unicode.o src/.libs/vterm.o -install_name /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr/lib/libvterm.0.dylib -compatibility_version 1 -current_version 1.0 -Wl,-single_module | |
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 -dynamiclib -Wl,-undefined -Wl,dynamic_lookup -o .libs/libvterm.0.dylib src/.libs/encoding.o src/.libs/keyboard.o src/.libs/mouse.o src/.libs/parser.o src/.libs/pen.o src/.libs/screen.o src/.libs/state.o src/.libs/unicode.o src/.libs/vterm.o -install_name /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr/lib/libvterm.0.dylib -compatibility_version 1 -current_version 1.0 -Wl,-single_module -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: -fPIC -Wall -Iinclude -std=c99 -o bin/.libs/unterm bin/unterm.c /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libvterm/.libs/libvterm.dylib | |
superenv removed: -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 -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 -fPIC -Iinclude -std=c99 -o bin/.libs/unterm bin/unterm.c /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libvterm/.libs/libvterm.dylib -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: -fPIC -Wall -Iinclude -std=c99 -o bin/.libs/vterm-ctrl bin/vterm-ctrl.c /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libvterm/.libs/libvterm.dylib | |
superenv removed: -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 -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 -fPIC -Iinclude -std=c99 -o bin/.libs/vterm-ctrl bin/vterm-ctrl.c /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libvterm/.libs/libvterm.dylib -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: -fPIC -Wall -Iinclude -std=c99 -o bin/.libs/vterm-dump bin/vterm-dump.c /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libvterm/.libs/libvterm.dylib | |
superenv removed: -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 -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 -fPIC -Iinclude -std=c99 -o bin/.libs/vterm-dump bin/vterm-dump.c /tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/build/src/libvterm/.libs/libvterm.dylib -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 -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/neovim20151223-52348-5mu3fb/neovim-0.1.1/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/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/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 -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/neovim20151223-52348-5mu3fb/neovim-0.1.1/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/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 -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 -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/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 -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 | |
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/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_vm.o lj_vm.s | |
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/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_vm.o lj_vm.s -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/neovim20151223-52348-5mu3fb/neovim-0.1.1/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_err.o lj_err.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/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_err.o lj_err.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/neovim20151223-52348-5mu3fb/neovim-0.1.1/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_bc.o lj_bc.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/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_bc.o lj_bc.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/neovim20151223-52348-5mu3fb/neovim-0.1.1/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_dispatch.o lj_dispatch.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/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_dispatch.o lj_dispatch.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/neovim20151223-52348-5mu3fb/neovim-0.1.1/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_opt_fold.o lj_opt_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 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_opt_fold.o lj_opt_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 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim20151223-52348-5mu3fb/neovim-0.1.1/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_record.o lj_record.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/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_record.o lj_record.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/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_crecord.o lj_crecord.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/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_crecord.o lj_crecord.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/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_ffrecord.o lj_ffrecord.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/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_ffrecord.o lj_ffrecord.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/neovim20151223-52348-5mu3fb/neovim-0.1.1/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lib_base.o lib_base.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/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lib_base.o lib_base.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/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lib_math.o lib_math.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/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lib_math.o lib_math.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/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lib_bit.o lib_bit.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/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lib_bit.o lib_bit.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/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lib_string.o lib_string.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/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lib_string.o lib_string.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/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lib_table.o lib_table.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/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lib_table.o lib_table.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/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lib_io.o lib_io.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/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lib_io.o lib_io.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/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lib_os.o lib_os.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/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lib_os.o lib_os.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/neovim20151223-52348-5mu3fb/neovim-0.1.1/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lib_debug.o lib_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/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lib_debug.o lib_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/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lib_jit.o lib_jit.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/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lib_jit.o lib_jit.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/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lib_ffi.o lib_ffi.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/neovim20151223-52348-5mu3fb/neovim-0.1.1/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lib_ffi.o lib_ffi.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/neovim20151223-52348-5mu3fb/neovim-0.1.1/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/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/neovim20151223-52348-5mu3fb/neovim-0.1.1/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 -pagezero_size 10000 -image_base 100000000 -o luajit luajit.o libluajit.a -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 -pagezero_size 10000 -image_base 100000000 -o luajit luajit.o libluajit.a -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 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment