Skip to content

Instantly share code, notes, and snippets.

Created July 30, 2015 20:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/573bd06a6e03426b2cc9 to your computer and use it in GitHub Desktop.
Save anonymous/573bd06a6e03426b2cc9 to your computer and use it in GitHub Desktop.
2015-07-30 11:33:00 -0500
make
CMAKE_EXTRA_FLAGS="-DCMAKE_INSTALL_PREFIX:PATH=/usr/local/Cellar/neovim/HEAD"
install
mkdir -p .deps
cd .deps && \
cmake -G 'Unix Makefiles' \
../third-party
-- The C compiler identification is AppleClang 6.1.0.6020053
-- The CXX compiler identification is AppleClang 6.1.0.6020053
-- 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.28")
-- Configuring done
-- Generating done
-- Build files have been written to: /tmp/neovim20150730-44931-jgorcg/.deps
mkdir -p build
touch build/.ran-third-party-cmake
/Library/Developer/CommandLineTools/usr/bin/make -C .deps
Scanning dependencies of target jemalloc
[ 1%] Creating directories for 'jemalloc'
[ 2%] Performing download step for 'jemalloc'
-- file: /tmp/neovim20150730-44931-jgorcg/.deps/build/downloads/jemalloc/jemalloc-3.6.0.tar.bz2
-- downloading...
src='https://github.com/jemalloc/jemalloc/releases/download/3.6.0/jemalloc-3.6.0.tar.bz2'
dst='/tmp/neovim20150730-44931-jgorcg/.deps/build/downloads/jemalloc/jemalloc-3.6.0.tar.bz2'
timeout='none'
-- downloading... done
-- extracting...
src='/tmp/neovim20150730-44931-jgorcg/.deps/build/downloads/jemalloc/jemalloc-3.6.0.tar.bz2'
dst='/tmp/neovim20150730-44931-jgorcg/.deps/build/src/jemalloc'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 4%] No patch step for 'jemalloc'
[ 5%] No update step for 'jemalloc'
[ 7%] Performing configure step for 'jemalloc'
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 -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-darwin14.5.0
checking host system type... x86_64-apple-darwin14.5.0
checking whether pause instruction is compilable... yes
checking whether SSE2 intrinsics is compilable... yes
checking for ar... ar
checking whether __attribute__ syntax is compilable... yes
checking whether compiler supports -Werror... yes
checking whether tls_model 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 STATIC_PAGE_SHIFT... 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 _malloc_thread_cleanup... no
checking for _pthread_mutex_init_calloc_cb... no
Forcing no TLS to avoid allocator/threading bootstrap issues
checking whether a program using ffsl is compilable... yes
checking whether atomic(9) is compilable... no
checking whether Darwin OSAtomic*() is compilable... yes
checking whether Darwin OSSpin*() is compilable... yes
checking malloc zone version... 8
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
configure: creating ./config.status
config.status: creating Makefile
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/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.sh
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 : 3.6.0-0-g46c0af68bd248b04df75e4f92d5fb804c3d75340
library revision : 1
CC : /usr/local/Library/ENV/4.3/clang
CPPFLAGS : -D_REENTRANT
CFLAGS : -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops
LDFLAGS :
EXTRA_LDFLAGS :
LIBS : -lpthread
RPATH_EXTRA :
XSLTPROC : /usr/bin/xsltproc
XSLROOT :
PREFIX : /tmp/neovim20150730-44931-jgorcg/.deps/usr
BINDIR : /tmp/neovim20150730-44931-jgorcg/.deps/usr/bin
INCLUDEDIR : /tmp/neovim20150730-44931-jgorcg/.deps/usr/include
LIBDIR : /tmp/neovim20150730-44931-jgorcg/.deps/usr/lib
DATADIR : /tmp/neovim20150730-44931-jgorcg/.deps/usr/share
MANDIR : /tmp/neovim20150730-44931-jgorcg/.deps/usr/share/man
srcroot :
abs_srcroot : /tmp/neovim20150730-44931-jgorcg/.deps/build/src/jemalloc/
objroot :
abs_objroot : /tmp/neovim20150730-44931-jgorcg/.deps/build/src/jemalloc/
JEMALLOC_PREFIX : je_
JEMALLOC_PRIVATE_NAMESPACE
: je_
install_suffix :
autogen : 0
experimental : 1
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
mremap : 0
munmap : 1
dss : 0
lazy_lock : 0
tls : 0
===============================================================================
[ 8%] No build step for 'jemalloc'
[ 10%] Performing install step for 'jemalloc'
install -m 644 include/jemalloc/jemalloc.h /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/jemalloc
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: lib/libjemalloc.a(atomic.o) has no symbols
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: lib/libjemalloc.a(hash.o) has no symbols
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: lib/libjemalloc.a(mb.o) has no symbols
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: lib/libjemalloc_pic.a(atomic.pic.o) has no symbols
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: lib/libjemalloc_pic.a(hash.pic.o) has no symbols
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: lib/libjemalloc_pic.a(mb.pic.o) has no symbols
install -m 755 lib/libjemalloc.a /tmp/neovim20150730-44931-jgorcg/.deps/usr/lib
install -m 755 lib/libjemalloc_pic.a /tmp/neovim20150730-44931-jgorcg/.deps/usr/lib
[ 11%] Completed 'jemalloc'
[ 11%] Built target jemalloc
Scanning dependencies of target unibilium
[ 13%] Creating directories for 'unibilium'
[ 14%] Performing download step for 'unibilium'
-- file: /tmp/neovim20150730-44931-jgorcg/.deps/build/downloads/unibilium/v1.1.4.tar.gz
-- downloading...
src='https://github.com/mauke/unibilium/archive/v1.1.4.tar.gz'
dst='/tmp/neovim20150730-44931-jgorcg/.deps/build/downloads/unibilium/v1.1.4.tar.gz'
timeout='none'
-- downloading... done
-- extracting...
src='/tmp/neovim20150730-44931-jgorcg/.deps/build/downloads/unibilium/v1.1.4.tar.gz'
dst='/tmp/neovim20150730-44931-jgorcg/.deps/build/src/unibilium'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 16%] No patch step for 'unibilium'
[ 17%] No update step for 'unibilium'
[ 19%] No configure step for 'unibilium'
[ 20%] Performing build step for 'unibilium'
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: 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: 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: 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/neovim20150730-44931-jgorcg/.deps/usr/lib/libunibilium.0.dylib -compatibility_version 3 -current_version 3.1 -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" )
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: link: /usr/local/Library/ENV/4.3/clang -o tools/.libs/gen-static-test tools/.libs/gen-static-test.o ./.libs/libunibilium.dylib
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: link: /usr/local/Library/ENV/4.3/clang -o tools/.libs/unibi-dump tools/.libs/unibi-dump.o ./.libs/libunibilium.dylib
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: link: /usr/local/Library/ENV/4.3/clang -o tools/.libs/unibi-put tools/.libs/unibi-put.o ./.libs/libunibilium.dylib
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: link: /usr/local/Library/ENV/4.3/clang -o t/.libs/00_load.t t/.libs/00_load.o ./.libs/libunibilium.dylib
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: link: /usr/local/Library/ENV/4.3/clang -o t/.libs/static_screen.t t/.libs/static_screen.o ./.libs/libunibilium.dylib
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: link: /usr/local/Library/ENV/4.3/clang -o t/.libs/static_tmux.t t/.libs/static_tmux.o ./.libs/libunibilium.dylib
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: link: /usr/local/Library/ENV/4.3/clang -o t/.libs/static_xterm.t t/.libs/static_xterm.o ./.libs/libunibilium.dylib
[ 22%] Performing install step for 'unibilium'
glibtool: install: cp .libs/libunibilium.0.dylib /tmp/neovim20150730-44931-jgorcg/.deps/usr/lib/libunibilium.0.dylib
glibtool: install: (cd /tmp/neovim20150730-44931-jgorcg/.deps/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/neovim20150730-44931-jgorcg/.deps/usr/lib/libunibilium.la
glibtool: install: cp .libs/libunibilium.a /tmp/neovim20150730-44931-jgorcg/.deps/usr/lib/libunibilium.a
glibtool: install: chmod 644 /tmp/neovim20150730-44931-jgorcg/.deps/usr/lib/libunibilium.a
glibtool: install: ranlib /tmp/neovim20150730-44931-jgorcg/.deps/usr/lib/libunibilium.a
[ 23%] Completed 'unibilium'
[ 23%] Built target unibilium
Scanning dependencies of target libtermkey
[ 25%] Creating directories for 'libtermkey'
[ 26%] Performing download step for 'libtermkey'
-- file: /tmp/neovim20150730-44931-jgorcg/.deps/build/downloads/libtermkey/8c0cb7108cc63218ea19aa898968eede19e19603.tar.gz
-- downloading...
src='https://github.com/neovim/libtermkey/archive/8c0cb7108cc63218ea19aa898968eede19e19603.tar.gz'
dst='/tmp/neovim20150730-44931-jgorcg/.deps/build/downloads/libtermkey/8c0cb7108cc63218ea19aa898968eede19e19603.tar.gz'
timeout='none'
-- downloading... done
-- extracting...
src='/tmp/neovim20150730-44931-jgorcg/.deps/build/downloads/libtermkey/8c0cb7108cc63218ea19aa898968eede19e19603.tar.gz'
dst='/tmp/neovim20150730-44931-jgorcg/.deps/build/src/libtermkey'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 27%] No patch step for 'libtermkey'
[ 29%] No update step for 'libtermkey'
[ 30%] No configure step for 'libtermkey'
[ 32%] No build step for 'libtermkey'
[ 33%] Performing install step for 'libtermkey'
/bin/sh: pkg-config: command not found
/bin/sh: pkg-config: command not found
/bin/sh: pkg-config: command not found
/bin/sh: pkg-config: command not found
ln -sf termkey_new.3.gz /tmp/neovim20150730-44931-jgorcg/.deps/usr/share/man/man3/termkey_destroy.3.gz
ln -sf termkey_new.3.gz /tmp/neovim20150730-44931-jgorcg/.deps/usr/share/man/man3/termkey_new_abstract.3.gz
ln -sf termkey_set_flags.3.gz /tmp/neovim20150730-44931-jgorcg/.deps/usr/share/man/man3/termkey_get_flags.3.gz
ln -sf termkey_set_canonflags.3.gz /tmp/neovim20150730-44931-jgorcg/.deps/usr/share/man/man3/termkey_get_canonflags.3.gz
ln -sf termkey_set_buffer_size.3.gz /tmp/neovim20150730-44931-jgorcg/.deps/usr/share/man/man3/termkey_get_buffer_size.3.gz
ln -sf termkey_set_waittime.3.gz /tmp/neovim20150730-44931-jgorcg/.deps/usr/share/man/man3/termkey_get_waittime.3.gz
ln -sf termkey_getkey.3.gz /tmp/neovim20150730-44931-jgorcg/.deps/usr/share/man/man3/termkey_getkey_force.3.gz
ln -sf termkey_start.3.gz /tmp/neovim20150730-44931-jgorcg/.deps/usr/share/man/man3/termkey_stop.3.gz
ln -sf termkey_start.3.gz /tmp/neovim20150730-44931-jgorcg/.deps/usr/share/man/man3/termkey_is_started.3.gz
[ 35%] Completed 'libtermkey'
[ 35%] Built target libtermkey
Scanning dependencies of target libuv
[ 36%] Creating directories for 'libuv'
[ 38%] Performing download step for 'libuv'
-- file: /tmp/neovim20150730-44931-jgorcg/.deps/build/downloads/libuv/v1.5.0.tar.gz
-- downloading...
src='https://github.com/libuv/libuv/archive/v1.5.0.tar.gz'
dst='/tmp/neovim20150730-44931-jgorcg/.deps/build/downloads/libuv/v1.5.0.tar.gz'
timeout='none'
-- downloading... done
-- extracting...
src='/tmp/neovim20150730-44931-jgorcg/.deps/build/downloads/libuv/v1.5.0.tar.gz'
dst='/tmp/neovim20150730-44931-jgorcg/.deps/build/src/libuv'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 39%] No patch step for 'libuv'
[ 41%] No update step for 'libuv'
[ 42%] Performing configure step for 'libuv'
+ 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/neovim20150730-44931-jgorcg/.deps/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-darwin14.5.0
checking host system type... x86_64-apple-darwin14.5.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... /Library/Developer/CommandLineTools/usr/bin/ld
checking if the linker (/Library/Developer/CommandLineTools/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-darwin14.5.0 file names to x86_64-apple-darwin14.5.0 format... func_convert_file_noop
checking how to convert x86_64-apple-darwin14.5.0 file names to toolchain format... func_convert_file_noop
checking for /Library/Developer/CommandLineTools/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 (/Library/Developer/CommandLineTools/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin14.5.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 for pkg-config... no
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
config.status: executing libtool commands
[ 44%] No build step for 'libuv'
[ 45%] Performing install step for 'libuv'
CC src/libuv_la-fs-poll.lo
CC src/libuv_la-inet.lo
CC src/libuv_la-threadpool.lo
CC src/libuv_la-uv-common.lo
CC src/libuv_la-version.lo
CC src/unix/libuv_la-async.lo
CC src/unix/libuv_la-core.lo
CC src/unix/libuv_la-dl.lo
CC src/unix/libuv_la-fs.lo
CC src/unix/libuv_la-getaddrinfo.lo
CC src/unix/libuv_la-getnameinfo.lo
CC src/unix/libuv_la-loop-watcher.lo
CC src/unix/libuv_la-loop.lo
CC src/unix/libuv_la-pipe.lo
CC src/unix/libuv_la-poll.lo
CC src/unix/libuv_la-process.lo
CC src/unix/libuv_la-signal.lo
CC src/unix/libuv_la-stream.lo
CC src/unix/libuv_la-tcp.lo
CC src/unix/libuv_la-thread.lo
CC src/unix/libuv_la-timer.lo
CC src/unix/libuv_la-tty.lo
CC src/unix/libuv_la-udp.lo
CC src/unix/libuv_la-darwin.lo
CC src/unix/libuv_la-darwin-proctitle.lo
CC src/unix/libuv_la-fsevents.lo
CC src/unix/libuv_la-kqueue.lo
CC src/unix/libuv_la-proctitle.lo
CCLD libuv.la
/tmp/neovim20150730-44931-jgorcg/.deps/build/src/libuv/install-sh -c -d '/tmp/neovim20150730-44931-jgorcg/.deps/usr/lib'
/bin/sh ./libtool --mode=install /usr/bin/install -c libuv.la '/tmp/neovim20150730-44931-jgorcg/.deps/usr/lib'
libtool: install: /usr/bin/install -c .libs/libuv.lai /tmp/neovim20150730-44931-jgorcg/.deps/usr/lib/libuv.la
libtool: install: /usr/bin/install -c .libs/libuv.a /tmp/neovim20150730-44931-jgorcg/.deps/usr/lib/libuv.a
libtool: install: chmod 644 /tmp/neovim20150730-44931-jgorcg/.deps/usr/lib/libuv.a
libtool: install: ranlib /tmp/neovim20150730-44931-jgorcg/.deps/usr/lib/libuv.a
/tmp/neovim20150730-44931-jgorcg/.deps/build/src/libuv/install-sh -c -d '/tmp/neovim20150730-44931-jgorcg/.deps/usr/include'
/usr/bin/install -c -m 644 /tmp/neovim20150730-44931-jgorcg/.deps/build/src/libuv/include/uv.h /tmp/neovim20150730-44931-jgorcg/.deps/build/src/libuv/include/uv-errno.h /tmp/neovim20150730-44931-jgorcg/.deps/build/src/libuv/include/uv-threadpool.h /tmp/neovim20150730-44931-jgorcg/.deps/build/src/libuv/include/uv-version.h /tmp/neovim20150730-44931-jgorcg/.deps/build/src/libuv/include/uv-unix.h /tmp/neovim20150730-44931-jgorcg/.deps/build/src/libuv/include/uv-darwin.h '/tmp/neovim20150730-44931-jgorcg/.deps/usr/include'
[ 47%] Completed 'libuv'
[ 47%] Built target libuv
Scanning dependencies of target libvterm
[ 48%] Creating directories for 'libvterm'
[ 50%] Performing download step for 'libvterm'
-- file: /tmp/neovim20150730-44931-jgorcg/.deps/build/downloads/libvterm/1b745d29d45623aa8d22a7b9288c7b0e331c7088.tar.gz
-- downloading...
src='https://github.com/neovim/libvterm/archive/1b745d29d45623aa8d22a7b9288c7b0e331c7088.tar.gz'
dst='/tmp/neovim20150730-44931-jgorcg/.deps/build/downloads/libvterm/1b745d29d45623aa8d22a7b9288c7b0e331c7088.tar.gz'
timeout='none'
-- downloading... done
-- extracting...
src='/tmp/neovim20150730-44931-jgorcg/.deps/build/downloads/libvterm/1b745d29d45623aa8d22a7b9288c7b0e331c7088.tar.gz'
dst='/tmp/neovim20150730-44931-jgorcg/.deps/build/src/libvterm'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 51%] No patch step for 'libvterm'
[ 52%] No update step for 'libvterm'
[ 54%] No configure step for 'libvterm'
[ 55%] No build step for 'libvterm'
[ 57%] Performing install step for 'libvterm'
TBL src/encoding/DECdrawing.tbl
TBL src/encoding/uk.tbl
CC src/encoding.c
CC src/keyboard.c
CC src/mouse.c
CC src/parser.c
CC src/pen.c
CC src/screen.c
CC src/state.c
CC src/unicode.c
CC src/vterm.c
LINK libvterm.la
CC bin/unterm.c
CC bin/vterm-ctrl.c
CC bin/vterm-dump.c
[ 58%] Completed 'libvterm'
[ 58%] Built target libvterm
Scanning dependencies of target luajit
[ 60%] Creating directories for 'luajit'
[ 61%] Performing download step for 'luajit'
-- file: /tmp/neovim20150730-44931-jgorcg/.deps/build/downloads/luajit/LuaJIT-2.0.4.tar.gz
-- downloading...
src='http://luajit.org/download/LuaJIT-2.0.4.tar.gz'
dst='/tmp/neovim20150730-44931-jgorcg/.deps/build/downloads/luajit/LuaJIT-2.0.4.tar.gz'
timeout='none'
-- downloading... done
-- extracting...
src='/tmp/neovim20150730-44931-jgorcg/.deps/build/downloads/luajit/LuaJIT-2.0.4.tar.gz'
dst='/tmp/neovim20150730-44931-jgorcg/.deps/build/src/luajit'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 63%] No patch step for 'luajit'
[ 64%] No update step for 'luajit'
[ 66%] No configure step for 'luajit'
[ 67%] No build step for 'luajit'
[ 69%] Performing install step for 'luajit'
==== Building LuaJIT 2.0.4 ====
HOSTCC host/minilua.o
HOSTLINK host/minilua
DYNASM host/buildvm_arch.h
HOSTCC host/buildvm.o
HOSTCC host/buildvm_asm.o
HOSTCC host/buildvm_peobj.o
HOSTCC host/buildvm_lib.o
HOSTCC host/buildvm_fold.o
HOSTLINK host/buildvm
BUILDVM lj_vm.s
ASM lj_vm.o
CC lj_gc.o
BUILDVM lj_ffdef.h
CC lj_err.o
CC lj_char.o
BUILDVM lj_bcdef.h
CC lj_bc.o
CC lj_obj.o
CC lj_str.o
CC lj_tab.o
CC lj_func.o
CC lj_udata.o
CC lj_meta.o
CC lj_debug.o
CC lj_state.o
CC lj_dispatch.o
CC lj_vmevent.o
CC lj_vmmath.o
CC lj_strscan.o
CC lj_api.o
CC lj_lex.o
CC lj_parse.o
CC lj_bcread.o
CC lj_bcwrite.o
CC lj_load.o
CC lj_ir.o
CC lj_opt_mem.o
BUILDVM lj_folddef.h
CC lj_opt_fold.o
CC lj_opt_narrow.o
CC lj_opt_dce.o
CC lj_opt_loop.o
CC lj_opt_split.o
CC lj_opt_sink.o
CC lj_mcode.o
CC lj_snap.o
CC lj_record.o
CC lj_crecord.o
BUILDVM lj_recdef.h
CC lj_ffrecord.o
CC lj_asm.o
CC lj_trace.o
CC lj_gdbjit.o
CC lj_ctype.o
CC lj_cdata.o
CC lj_cconv.o
CC lj_ccall.o
CC lj_ccallback.o
CC lj_carith.o
CC lj_clib.o
CC lj_cparse.o
CC lj_lib.o
CC lj_alloc.o
CC lib_aux.o
BUILDVM lj_libdef.h
CC lib_base.o
CC lib_math.o
CC lib_bit.o
CC lib_string.o
CC lib_table.o
CC lib_io.o
CC lib_os.o
CC lib_package.o
CC lib_debug.o
CC lib_jit.o
CC lib_ffi.o
CC lib_init.o
AR libluajit.a
CC luajit.o
BUILDVM jit/vmdef.lua
LINK luajit
OK Successfully built LuaJIT
==== Successfully built LuaJIT 2.0.4 ====
==== Installing LuaJIT 2.0.4 to /tmp/neovim20150730-44931-jgorcg/.deps/usr ====
==== Successfully installed LuaJIT 2.0.4 to /tmp/neovim20150730-44931-jgorcg/.deps/usr ====
[ 70%] Completed 'luajit'
[ 70%] Built target luajit
Scanning dependencies of target luarocks
[ 72%] Creating directories for 'luarocks'
[ 73%] Performing download step for 'luarocks'
-- file: /tmp/neovim20150730-44931-jgorcg/.deps/build/downloads/luarocks/5d8a16526573b36d5b22aa74866120c998466697.tar.gz
-- downloading...
src='https://github.com/keplerproject/luarocks/archive/5d8a16526573b36d5b22aa74866120c998466697.tar.gz'
dst='/tmp/neovim20150730-44931-jgorcg/.deps/build/downloads/luarocks/5d8a16526573b36d5b22aa74866120c998466697.tar.gz'
timeout='none'
-- downloading... done
-- extracting...
src='/tmp/neovim20150730-44931-jgorcg/.deps/build/downloads/luarocks/5d8a16526573b36d5b22aa74866120c998466697.tar.gz'
dst='/tmp/neovim20150730-44931-jgorcg/.deps/build/src/luarocks'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 75%] No patch step for 'luarocks'
[ 76%] No update step for 'luarocks'
[ 77%] Performing configure step for 'luarocks'
Checking Lua interpreter...
luajit found in /tmp/neovim20150730-44931-jgorcg/.deps/usr/bin
Checking Lua includes...
lua.h found in /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0/lua.h
curl found at /usr/bin
openssl found at /usr/bin
Configuring for system...
Darwin
Configuring for architecture...
x86_64
Using unversioned rocks dir: /tmp/neovim20150730-44931-jgorcg/.deps/usr/lib/luarocks/rocks
Writing configuration...
Installation prefix: /tmp/neovim20150730-44931-jgorcg/.deps/usr
LuaRocks configuration directory: /tmp/neovim20150730-44931-jgorcg/.deps/usr/etc/luarocks
Using Lua from: /tmp/neovim20150730-44931-jgorcg/.deps/usr
Done configuring.
- Type 'make build' and 'make install':
to install to /tmp/neovim20150730-44931-jgorcg/.deps/usr as usual.
- Type 'make bootstrap':
to install LuaRocks in /tmp/neovim20150730-44931-jgorcg/.deps/usr as a rock.
[ 79%] No build step for 'luarocks'
[ 80%] Performing install step for 'luarocks'
Warning: variable CFLAGS was not passed in build_variables
No existing manifest. Attempting to rebuild...
Updating manifest for /tmp/neovim20150730-44931-jgorcg/.deps/usr/lib/luarocks/rocks
luarocks scm-1 is now built and installed in /tmp/neovim20150730-44931-jgorcg/.deps/usr (license: MIT/X11)
[ 82%] Completed 'luarocks'
[ 82%] Built target luarocks
Scanning dependencies of target msgpack
[ 83%] Creating directories for 'msgpack'
[ 85%] Performing download step for 'msgpack'
-- file: /tmp/neovim20150730-44931-jgorcg/.deps/build/downloads/msgpack/cpp-1.0.0.tar.gz
-- downloading...
src='https://github.com/msgpack/msgpack-c/archive/cpp-1.0.0.tar.gz'
dst='/tmp/neovim20150730-44931-jgorcg/.deps/build/downloads/msgpack/cpp-1.0.0.tar.gz'
timeout='none'
-- downloading... done
-- extracting...
src='/tmp/neovim20150730-44931-jgorcg/.deps/build/downloads/msgpack/cpp-1.0.0.tar.gz'
dst='/tmp/neovim20150730-44931-jgorcg/.deps/build/src/msgpack'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 86%] No patch step for 'msgpack'
[ 88%] No update step for 'msgpack'
[ 89%] Performing configure step for 'msgpack'
-- The C compiler identification is AppleClang 6.1.0.6020053
-- The CXX compiler identification is AppleClang 6.1.0.6020053
-- 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
-- Could NOT find GTest (missing: GTEST_LIBRARY GTEST_INCLUDE_DIR GTEST_MAIN_LIBRARY)
-- Found ZLIB: /usr/lib/libz.dylib (found version "1.2.5")
-- Looking for include file pthread.h
-- Looking for include file pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - found
-- Found Threads: TRUE
-- Performing Test MSGPACK_ENABLE_GCC_CXX_ATOMIC
-- Performing Test MSGPACK_ENABLE_GCC_CXX_ATOMIC - Failed
-- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
-- Configuring done
CMake Warning (dev):
Policy CMP0042 is not set: MACOSX_RPATH is enabled by default. Run "cmake
--help-policy CMP0042" for policy details. Use the cmake_policy command to
set the policy and suppress this warning.
MACOSX_RPATH is not specified for the following targets:
msgpack
This warning is for project developers. Use -Wno-dev to suppress it.
-- Generating done
-- Build files have been written to: /tmp/neovim20150730-44931-jgorcg/.deps/build/src/msgpack-build
[ 91%] Performing build step for 'msgpack'
Scanning dependencies of target msgpack
[ 8%] Building C object CMakeFiles/msgpack.dir/src/unpack.c.o
[ 16%] Building C object CMakeFiles/msgpack.dir/src/objectc.c.o
[ 25%] Building C object CMakeFiles/msgpack.dir/src/version.c.o
[ 33%] Building C object CMakeFiles/msgpack.dir/src/vrefbuffer.c.o
[ 41%] Building C object CMakeFiles/msgpack.dir/src/zone.c.o
[ 50%] Linking C shared library libmsgpack.dylib
[ 50%] Built target msgpack
Scanning dependencies of target msgpack-static
[ 58%] Building C object CMakeFiles/msgpack-static.dir/src/unpack.c.o
[ 66%] Building C object CMakeFiles/msgpack-static.dir/src/objectc.c.o
[ 75%] Building C object CMakeFiles/msgpack-static.dir/src/version.c.o
[ 83%] Building C object CMakeFiles/msgpack-static.dir/src/vrefbuffer.c.o
[ 91%] Building C object CMakeFiles/msgpack-static.dir/src/zone.c.o
[100%] Linking C static library libmsgpack.a
[100%] Built target msgpack-static
[ 92%] Performing install step for 'msgpack'
[ 50%] Built target msgpack
[100%] Built target msgpack-static
Install the project...
-- Install configuration: ""
-- Installing: /tmp/neovim20150730-44931-jgorcg/.deps/usr/lib/libmsgpack.4.0.0.dylib
-- Installing: /tmp/neovim20150730-44931-jgorcg/.deps/usr/lib/libmsgpack.3.dylib
-- Installing: /tmp/neovim20150730-44931-jgorcg/.deps/usr/lib/libmsgpack.dylib
-- Installing: /tmp/neovim20150730-44931-jgorcg/.deps/usr/lib/libmsgpack.a
-- Up-to-date: /tmp/neovim20150730-44931-jgorcg/.deps/usr/include
-- Installing: /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/msgpack
-- Installing: /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/msgpack/adaptor
-- Installing: /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/msgpack/adaptor/bool.hpp
-- Installing: /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/msgpack/adaptor/bool_fwd.hpp
-- Installing: /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/msgpack/adaptor/char_ptr.hpp
-- Installing: /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/msgpack/adaptor/char_ptr_fwd.hpp
-- Installing: /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/msgpack/adaptor/check_container_size.hpp
-- Installing: /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/msgpack/adaptor/cpp11
-- Installing: /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/msgpack/adaptor/cpp11/array.hpp
-- Installing: /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/msgpack/adaptor/cpp11/array_char.hpp
-- Installing: /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/msgpack/adaptor/cpp11/array_char_fwd.hpp
-- Installing: /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/msgpack/adaptor/cpp11/array_fwd.hpp
-- Installing: /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/msgpack/adaptor/cpp11/forward_list.hpp
-- Installing: /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/msgpack/adaptor/cpp11/forward_list_fwd.hpp
-- Installing: /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/msgpack/adaptor/cpp11/tuple.hpp
-- Installing: /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/msgpack/adaptor/cpp11/tuple_fwd.hpp
-- Installing: /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/msgpack/adaptor/cpp11/unordered_map.hpp
-- Installing: /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/msgpack/adaptor/cpp11/unordered_map_fwd.hpp
-- Installing: /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/msgpack/adaptor/cpp11/unordered_set.hpp
-- Installing: /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/msgpack/adaptor/cpp11/unordered_set_fwd.hpp
-- Installing: /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/msgpack/adaptor/define.hpp
-- Installing: /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/msgpack/adaptor/deque.hpp
-- Installing: /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/msgpack/adaptor/deque_fwd.hpp
-- Installing: /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/msgpack/adaptor/detail
-- Installing: /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/msgpack/adaptor/detail/cpp03_define.hpp
-- Installing: /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/msgpack/adaptor/detail/cpp03_msgpack_tuple.hpp
-- Installing: /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/msgpack/adaptor/detail/cpp03_msgpack_tuple_fwd.hpp
-- Installing: /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/msgpack/adaptor/detail/cpp11_define.hpp
-- Installing: /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/msgpack/adaptor/detail/cpp11_msgpack_tuple.hpp
-- Installing: /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/msgpack/adaptor/detail/cpp11_msgpack_tuple_fwd.hpp
-- Installing: /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/msgpack/adaptor/fixint.hpp
-- Installing: /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/msgpack/adaptor/fixint_fwd.hpp
-- Installing: /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/msgpack/adaptor/float.hpp
-- Installing: /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/msgpack/adaptor/float_fwd.hpp
-- Installing: /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/msgpack/adaptor/int.hpp
-- Installing: /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/msgpack/adaptor/int_fwd.hpp
-- Installing: /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/msgpack/adaptor/list.hpp
-- Installing: /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/msgpack/adaptor/list_fwd.hpp
-- Installing: /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/msgpack/adaptor/map.hpp
-- Installing: /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/msgpack/adaptor/map_fwd.hpp
-- Installing: /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/msgpack/adaptor/msgpack_tuple.hpp
-- Installing: /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/msgpack/adaptor/msgpack_tuple_fwd.hpp
-- Installing: /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/msgpack/adaptor/nil.hpp
-- Installing: /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/msgpack/adaptor/nil_fwd.hpp
-- Installing: /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/msgpack/adaptor/pair.hpp
-- Installing: /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/msgpack/adaptor/pair_fwd.hpp
-- Installing: /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/msgpack/adaptor/raw.hpp
-- Installing: /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/msgpack/adaptor/raw_fwd.hpp
-- Installing: /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/msgpack/adaptor/set.hpp
-- Installing: /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/msgpack/adaptor/set_fwd.hpp
-- Installing: /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/msgpack/adaptor/string.hpp
-- Installing: /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/msgpack/adaptor/string_fwd.hpp
-- Installing: /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/msgpack/adaptor/tr1
-- Installing: /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/msgpack/adaptor/tr1/unordered_map.hpp
-- Installing: /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/msgpack/adaptor/tr1/unordered_map_fwd.hpp
-- Installing: /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/msgpack/adaptor/tr1/unordered_set.hpp
-- Installing: /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/msgpack/adaptor/tr1/unordered_set_fwd.hpp
-- Installing: /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/msgpack/adaptor/vector.hpp
-- Installing: /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/msgpack/adaptor/vector_bool.hpp
-- Installing: /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/msgpack/adaptor/vector_bool_fwd.hpp
-- Installing: /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/msgpack/adaptor/vector_char.hpp
-- Installing: /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/msgpack/adaptor/vector_char_fwd.hpp
-- Installing: /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/msgpack/adaptor/vector_fwd.hpp
-- Installing: /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/msgpack/cpp_config.hpp
-- Installing: /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/msgpack/detail
-- Installing: /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/msgpack/detail/cpp03_zone.hpp
-- Installing: /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/msgpack/detail/cpp11_zone.hpp
-- Installing: /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/msgpack/fbuffer.h
-- Installing: /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/msgpack/fbuffer.hpp
-- Installing: /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/msgpack/gcc_atomic.h
-- Installing: /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/msgpack/iterator.hpp
-- Installing: /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/msgpack/object.h
-- Installing: /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/msgpack/object.hpp
-- Installing: /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/msgpack/object_fwd.hpp
-- Installing: /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/msgpack/pack.h
-- Installing: /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/msgpack/pack.hpp
-- Installing: /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/msgpack/pack_define.h
-- Installing: /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/msgpack/pack_template.h
-- Installing: /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/msgpack/sbuffer.h
-- Installing: /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/msgpack/sbuffer.hpp
-- Installing: /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/msgpack/sysdep.h
-- Installing: /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/msgpack/type.hpp
-- Installing: /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/msgpack/unpack.h
-- Installing: /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/msgpack/unpack.hpp
-- Installing: /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/msgpack/unpack_define.h
-- Installing: /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/msgpack/unpack_template.h
-- Installing: /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/msgpack/util.h
-- Installing: /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/msgpack/version.h
-- Installing: /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/msgpack/version.hpp
-- Installing: /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/msgpack/version_master.h
-- Installing: /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/msgpack/versioning.hpp
-- Installing: /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/msgpack/vrefbuffer.h
-- Installing: /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/msgpack/vrefbuffer.hpp
-- Installing: /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/msgpack/zbuffer.h
-- Installing: /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/msgpack/zbuffer.hpp
-- Installing: /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/msgpack/zone.h
-- Installing: /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/msgpack/zone.hpp
-- Installing: /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/msgpack.h
-- Installing: /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/msgpack.hpp
-- Installing: /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/msgpack_fwd.hpp
-- Installing: /tmp/neovim20150730-44931-jgorcg/.deps/usr/lib/pkgconfig/msgpack.pc
[ 94%] Completed 'msgpack'
[ 94%] Built target msgpack
Scanning dependencies of target lua-messagepack
[ 95%] Generating usr/lib/luarocks/rocks/lua-messagepack
Updating manifest for /tmp/neovim20150730-44931-jgorcg/.deps/usr/lib/luarocks/rocks
lua-messagepack 0.3.3-1 is now built and installed in /tmp/neovim20150730-44931-jgorcg/.deps/usr (license: MIT/X11)
[ 95%] Built target lua-messagepack
Scanning dependencies of target lpeg
[ 97%] Generating usr/lib/luarocks/rocks/lpeg
/usr/local/Library/ENV/4.3/clang -O2 -fPIC -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -c lpcap.c -o lpcap.o
/usr/local/Library/ENV/4.3/clang -O2 -fPIC -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -c lpcode.c -o lpcode.o
/usr/local/Library/ENV/4.3/clang -O2 -fPIC -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -c lpprint.c -o lpprint.o
/usr/local/Library/ENV/4.3/clang -O2 -fPIC -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -c lptree.c -o lptree.o
/usr/local/Library/ENV/4.3/clang -O2 -fPIC -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -c lpvm.c -o lpvm.o
/usr/local/Library/ENV/4.3/clang -bundle -undefined dynamic_lookup -all_load -o lpeg.so -L/tmp/neovim20150730-44931-jgorcg/.deps/usr/lib lpcap.o lpcode.o lpprint.o lptree.o lpvm.o
Updating manifest for /tmp/neovim20150730-44931-jgorcg/.deps/usr/lib/luarocks/rocks
lpeg 0.12.2-1 is now built and installed in /tmp/neovim20150730-44931-jgorcg/.deps/usr (license: MIT/X11)
[ 97%] Built target lpeg
Scanning dependencies of target busted
[ 98%] Generating usr/bin/busted
Missing dependencies for busted:
say >= 1.3-0
lua_cliargs >= 2.5-0
luassert >= 1.7.8-0
lua-term >= 0.1-1
luafilesystem >= 1.5.0
mediator_lua >= 1.1.1-0
dkjson >= 2.1.0
luasocket >= 2.0.1
penlight >= 1.3.2-2
Using https://luarocks.org/say-1.3-1.rockspec... switching to 'build' mode
Updating manifest for /tmp/neovim20150730-44931-jgorcg/.deps/usr/lib/luarocks/rocks
say 1.3-1 is now built and installed in /tmp/neovim20150730-44931-jgorcg/.deps/usr (license: MIT <http://opensource.org/licenses/MIT>)
Using https://luarocks.org/lua_cliargs-2.5-1.src.rock... switching to 'build' mode
Updating manifest for /tmp/neovim20150730-44931-jgorcg/.deps/usr/lib/luarocks/rocks
lua_cliargs 2.5-1 is now built and installed in /tmp/neovim20150730-44931-jgorcg/.deps/usr (license: MIT <http://opensource.org/licenses/MIT>)
Using https://luarocks.org/luassert-1.7.8-0.rockspec... switching to 'build' mode
Updating manifest for /tmp/neovim20150730-44931-jgorcg/.deps/usr/lib/luarocks/rocks
luassert 1.7.8-0 is now built and installed in /tmp/neovim20150730-44931-jgorcg/.deps/usr (license: MIT <http://opensource.org/licenses/MIT>)
Using https://luarocks.org/lua-term-0.3-1.src.rock... switching to 'build' mode
/usr/local/Library/ENV/4.3/clang -O2 -fPIC -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -c core.c -o core.o
/usr/local/Library/ENV/4.3/clang -bundle -undefined dynamic_lookup -all_load -o term/core.so -L/tmp/neovim20150730-44931-jgorcg/.deps/usr/lib core.o
Updating manifest for /tmp/neovim20150730-44931-jgorcg/.deps/usr/lib/luarocks/rocks
lua-term 0.3-1 is now built and installed in /tmp/neovim20150730-44931-jgorcg/.deps/usr (license: MIT/X11)
Using https://luarocks.org/luafilesystem-1.6.3-1.src.rock... switching to 'build' mode
/usr/local/Library/ENV/4.3/clang -O2 -fPIC -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -c src/lfs.c -o src/lfs.o
/usr/local/Library/ENV/4.3/clang -bundle -undefined dynamic_lookup -all_load -o lfs.so -L/tmp/neovim20150730-44931-jgorcg/.deps/usr/lib src/lfs.o
Updating manifest for /tmp/neovim20150730-44931-jgorcg/.deps/usr/lib/luarocks/rocks
luafilesystem 1.6.3-1 is now built and installed in /tmp/neovim20150730-44931-jgorcg/.deps/usr (license: MIT/X11)
Using https://luarocks.org/mediator_lua-1.1.2-0.rockspec... switching to 'build' mode
Updating manifest for /tmp/neovim20150730-44931-jgorcg/.deps/usr/lib/luarocks/rocks
mediator_lua 1.1.2-0 is now built and installed in /tmp/neovim20150730-44931-jgorcg/.deps/usr (license: MIT <http://opensource.org/licenses/MIT>)
Using https://luarocks.org/dkjson-2.5-2.src.rock... switching to 'build' mode
Archive: v3.0-rc1.zip
22cd5833fcc0e272f26004a79c8545e959ba406b
creating: luasocket-3.0-rc1/
inflating: luasocket-3.0-rc1/.gitignore
inflating: luasocket-3.0-rc1/.travis.yml
inflating: luasocket-3.0-rc1/FIX
inflating: luasocket-3.0-rc1/LICENSE
inflating: luasocket-3.0-rc1/Lua51.props
inflating: luasocket-3.0-rc1/Lua52.props
inflating: luasocket-3.0-rc1/NEW
inflating: luasocket-3.0-rc1/README
inflating: luasocket-3.0-rc1/TODO
inflating: luasocket-3.0-rc1/WISH
creating: luasocket-3.0-rc1/doc/
inflating: luasocket-3.0-rc1/doc/dns.html
inflating: luasocket-3.0-rc1/doc/ftp.html
inflating: luasocket-3.0-rc1/doc/http.html
inflating: luasocket-3.0-rc1/doc/index.html
inflating: luasocket-3.0-rc1/doc/installation.html
inflating: luasocket-3.0-rc1/doc/introduction.html
inflating: luasocket-3.0-rc1/doc/ltn12.html
inflating: luasocket-3.0-rc1/doc/lua05.ppt
inflating: luasocket-3.0-rc1/doc/luasocket.png
inflating: luasocket-3.0-rc1/doc/mime.html
inflating: luasocket-3.0-rc1/doc/reference.css
inflating: luasocket-3.0-rc1/doc/reference.html
inflating: luasocket-3.0-rc1/doc/smtp.html
inflating: luasocket-3.0-rc1/doc/socket.html
inflating: luasocket-3.0-rc1/doc/tcp.html
inflating: luasocket-3.0-rc1/doc/udp.html
inflating: luasocket-3.0-rc1/doc/url.html
creating: luasocket-3.0-rc1/etc/
inflating: luasocket-3.0-rc1/etc/README
inflating: luasocket-3.0-rc1/etc/b64.lua
inflating: luasocket-3.0-rc1/etc/check-links.lua
inflating: luasocket-3.0-rc1/etc/check-memory.lua
inflating: luasocket-3.0-rc1/etc/cookie.lua
inflating: luasocket-3.0-rc1/etc/dict.lua
inflating: luasocket-3.0-rc1/etc/dispatch.lua
inflating: luasocket-3.0-rc1/etc/eol.lua
inflating: luasocket-3.0-rc1/etc/forward.lua
inflating: luasocket-3.0-rc1/etc/get.lua
inflating: luasocket-3.0-rc1/etc/links
inflating: luasocket-3.0-rc1/etc/lp.lua
inflating: luasocket-3.0-rc1/etc/qp.lua
inflating: luasocket-3.0-rc1/etc/tftp.lua
creating: luasocket-3.0-rc1/gem/
inflating: luasocket-3.0-rc1/gem/ex1.lua
inflating: luasocket-3.0-rc1/gem/ex10.lua
inflating: luasocket-3.0-rc1/gem/ex11.lua
inflating: luasocket-3.0-rc1/gem/ex12.lua
inflating: luasocket-3.0-rc1/gem/ex2.lua
inflating: luasocket-3.0-rc1/gem/ex3.lua
inflating: luasocket-3.0-rc1/gem/ex4.lua
inflating: luasocket-3.0-rc1/gem/ex5.lua
inflating: luasocket-3.0-rc1/gem/ex6.lua
inflating: luasocket-3.0-rc1/gem/ex7.lua
inflating: luasocket-3.0-rc1/gem/ex8.lua
inflating: luasocket-3.0-rc1/gem/ex9.lua
inflating: luasocket-3.0-rc1/gem/gem.c
inflating: luasocket-3.0-rc1/gem/gt.b64
inflating: luasocket-3.0-rc1/gem/input.bin
inflating: luasocket-3.0-rc1/gem/ltn012.tex
inflating: luasocket-3.0-rc1/gem/luasocket.png
inflating: luasocket-3.0-rc1/gem/makefile
inflating: luasocket-3.0-rc1/gem/myps2pdf
inflating: luasocket-3.0-rc1/gem/t1.lua
inflating: luasocket-3.0-rc1/gem/t1lf.txt
inflating: luasocket-3.0-rc1/gem/t2.lua
inflating: luasocket-3.0-rc1/gem/t2.txt
inflating: luasocket-3.0-rc1/gem/t2gt.qp
inflating: luasocket-3.0-rc1/gem/t3.lua
inflating: luasocket-3.0-rc1/gem/t4.lua
inflating: luasocket-3.0-rc1/gem/t5.lua
inflating: luasocket-3.0-rc1/gem/test.lua
inflating: luasocket-3.0-rc1/linux.cmd
inflating: luasocket-3.0-rc1/logo.ps
inflating: luasocket-3.0-rc1/ltn012.wiki
inflating: luasocket-3.0-rc1/ltn013.wiki
inflating: luasocket-3.0-rc1/luasocket-scm-0.rockspec
inflating: luasocket-3.0-rc1/luasocket.sln
inflating: luasocket-3.0-rc1/macosx.cmd
inflating: luasocket-3.0-rc1/makefile
inflating: luasocket-3.0-rc1/makefile.dist
inflating: luasocket-3.0-rc1/mime.vcxproj
inflating: luasocket-3.0-rc1/mime.vcxproj.filters
inflating: luasocket-3.0-rc1/mingw.cmd
creating: luasocket-3.0-rc1/samples/
inflating: luasocket-3.0-rc1/samples/README
inflating: luasocket-3.0-rc1/samples/cddb.lua
inflating: luasocket-3.0-rc1/samples/daytimeclnt.lua
inflating: luasocket-3.0-rc1/samples/echoclnt.lua
inflating: luasocket-3.0-rc1/samples/echosrvr.lua
inflating: luasocket-3.0-rc1/samples/listener.lua
inflating: luasocket-3.0-rc1/samples/lpr.lua
inflating: luasocket-3.0-rc1/samples/mclisten.lua
inflating: luasocket-3.0-rc1/samples/mcsend.lua
inflating: luasocket-3.0-rc1/samples/talker.lua
inflating: luasocket-3.0-rc1/samples/tinyirc.lua
inflating: luasocket-3.0-rc1/socket.vcxproj
inflating: luasocket-3.0-rc1/socket.vcxproj.filters
creating: luasocket-3.0-rc1/src/
inflating: luasocket-3.0-rc1/src/auxiliar.c
inflating: luasocket-3.0-rc1/src/auxiliar.h
inflating: luasocket-3.0-rc1/src/buffer.c
inflating: luasocket-3.0-rc1/src/buffer.h
inflating: luasocket-3.0-rc1/src/except.c
inflating: luasocket-3.0-rc1/src/except.h
inflating: luasocket-3.0-rc1/src/ftp.lua
inflating: luasocket-3.0-rc1/src/headers.lua
inflating: luasocket-3.0-rc1/src/http.lua
inflating: luasocket-3.0-rc1/src/inet.c
inflating: luasocket-3.0-rc1/src/inet.h
inflating: luasocket-3.0-rc1/src/io.c
inflating: luasocket-3.0-rc1/src/io.h
inflating: luasocket-3.0-rc1/src/ltn12.lua
inflating: luasocket-3.0-rc1/src/luasocket.c
inflating: luasocket-3.0-rc1/src/luasocket.h
inflating: luasocket-3.0-rc1/src/makefile
inflating: luasocket-3.0-rc1/src/mbox.lua
inflating: luasocket-3.0-rc1/src/mime.c
inflating: luasocket-3.0-rc1/src/mime.h
inflating: luasocket-3.0-rc1/src/mime.lua
inflating: luasocket-3.0-rc1/src/options.c
inflating: luasocket-3.0-rc1/src/options.h
inflating: luasocket-3.0-rc1/src/select.c
inflating: luasocket-3.0-rc1/src/select.h
inflating: luasocket-3.0-rc1/src/serial.c
inflating: luasocket-3.0-rc1/src/smtp.lua
inflating: luasocket-3.0-rc1/src/socket.h
inflating: luasocket-3.0-rc1/src/socket.lua
inflating: luasocket-3.0-rc1/src/tcp.c
inflating: luasocket-3.0-rc1/src/tcp.h
inflating: luasocket-3.0-rc1/src/timeout.c
inflating: luasocket-3.0-rc1/src/timeout.h
inflating: luasocket-3.0-rc1/src/tp.lua
inflating: luasocket-3.0-rc1/src/udp.c
inflating: luasocket-3.0-rc1/src/udp.h
inflating: luasocket-3.0-rc1/src/unix.c
inflating: luasocket-3.0-rc1/src/unix.h
inflating: luasocket-3.0-rc1/src/url.lua
inflating: luasocket-3.0-rc1/src/usocket.c
inflating: luasocket-3.0-rc1/src/usocket.h
inflating: luasocket-3.0-rc1/src/wsocket.c
inflating: luasocket-3.0-rc1/src/wsocket.h
creating: luasocket-3.0-rc1/test/
inflating: luasocket-3.0-rc1/test/README
creating: luasocket-3.0-rc1/test/auth/
extracting: luasocket-3.0-rc1/test/auth/.htpasswd
inflating: luasocket-3.0-rc1/test/auth/index.html
creating: luasocket-3.0-rc1/test/cgi/
inflating: luasocket-3.0-rc1/test/cgi/cat
inflating: luasocket-3.0-rc1/test/cgi/cat-index-html
inflating: luasocket-3.0-rc1/test/cgi/env
inflating: luasocket-3.0-rc1/test/cgi/query-string
inflating: luasocket-3.0-rc1/test/cgi/redirect-loop
inflating: luasocket-3.0-rc1/test/cgi/request-uri
inflating: luasocket-3.0-rc1/test/dicttest.lua
inflating: luasocket-3.0-rc1/test/excepttest.lua
inflating: luasocket-3.0-rc1/test/find-connect-limit
inflating: luasocket-3.0-rc1/test/ftptest.lua
inflating: luasocket-3.0-rc1/test/hello.lua
inflating: luasocket-3.0-rc1/test/httptest.lua
inflating: luasocket-3.0-rc1/test/index.html
inflating: luasocket-3.0-rc1/test/ltn12test.lua
inflating: luasocket-3.0-rc1/test/luasocket.png
inflating: luasocket-3.0-rc1/test/mimetest.lua
inflating: luasocket-3.0-rc1/test/smtptest.lua
inflating: luasocket-3.0-rc1/test/stufftest.lua
inflating: luasocket-3.0-rc1/test/tcp-getoptions
inflating: luasocket-3.0-rc1/test/test_bind.lua
inflating: luasocket-3.0-rc1/test/test_getaddrinfo.lua
inflating: luasocket-3.0-rc1/test/test_socket_error.lua
inflating: luasocket-3.0-rc1/test/testclnt.lua
inflating: luasocket-3.0-rc1/test/testmesg.lua
inflating: luasocket-3.0-rc1/test/testsrvr.lua
inflating: luasocket-3.0-rc1/test/testsupport.lua
inflating: luasocket-3.0-rc1/test/tftptest.lua
inflating: luasocket-3.0-rc1/test/udp-zero-length-send
inflating: luasocket-3.0-rc1/test/udp-zero-length-send-recv
inflating: luasocket-3.0-rc1/test/udpconnectclnt.lua
inflating: luasocket-3.0-rc1/test/udpconnectsrvr.lua
inflating: luasocket-3.0-rc1/test/unixclnt.lua
inflating: luasocket-3.0-rc1/test/unixsrvr.lua
inflating: luasocket-3.0-rc1/test/upload.html
inflating: luasocket-3.0-rc1/test/urltest.lua
inflating: luasocket-3.0-rc1/test/utestclnt.lua
inflating: luasocket-3.0-rc1/test/utestsrvr.lua
inflating: luasocket-3.0-rc1/win32.cmd
Updating manifest for /tmp/neovim20150730-44931-jgorcg/.deps/usr/lib/luarocks/rocks
dkjson 2.5-2 is now built and installed in /tmp/neovim20150730-44931-jgorcg/.deps/usr (license: MIT/X11)
Using https://luarocks.org/luasocket-3.0rc1-2.src.rock... switching to 'build' mode
/usr/local/Library/ENV/4.3/clang -O2 -fPIC -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -c src/mime.c -o src/mime.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DUNIX_HAS_SUN_LEN -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default")))
/usr/local/Library/ENV/4.3/clang -bundle -undefined dynamic_lookup -all_load -o mime/core.so -L/tmp/neovim20150730-44931-jgorcg/.deps/usr/lib src/mime.o
/usr/local/Library/ENV/4.3/clang -O2 -fPIC -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -c src/buffer.c -o src/buffer.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DUNIX_HAS_SUN_LEN -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default")))
/usr/local/Library/ENV/4.3/clang -O2 -fPIC -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -c src/auxiliar.c -o src/auxiliar.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DUNIX_HAS_SUN_LEN -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default")))
/usr/local/Library/ENV/4.3/clang -O2 -fPIC -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -c src/options.c -o src/options.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DUNIX_HAS_SUN_LEN -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default")))
/usr/local/Library/ENV/4.3/clang -O2 -fPIC -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -c src/timeout.c -o src/timeout.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DUNIX_HAS_SUN_LEN -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default")))
/usr/local/Library/ENV/4.3/clang -O2 -fPIC -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -c src/io.c -o src/io.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DUNIX_HAS_SUN_LEN -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default")))
/usr/local/Library/ENV/4.3/clang -O2 -fPIC -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -c src/usocket.c -o src/usocket.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DUNIX_HAS_SUN_LEN -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default")))
/usr/local/Library/ENV/4.3/clang -O2 -fPIC -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -c src/serial.c -o src/serial.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DUNIX_HAS_SUN_LEN -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default")))
/usr/local/Library/ENV/4.3/clang -bundle -undefined dynamic_lookup -all_load -o socket/serial.so -L/tmp/neovim20150730-44931-jgorcg/.deps/usr/lib src/buffer.o src/auxiliar.o src/options.o src/timeout.o src/io.o src/usocket.o src/serial.o
/usr/local/Library/ENV/4.3/clang -O2 -fPIC -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -c src/luasocket.c -o src/luasocket.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DUNIX_HAS_SUN_LEN -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default")))
/usr/local/Library/ENV/4.3/clang -O2 -fPIC -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -c src/timeout.c -o src/timeout.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DUNIX_HAS_SUN_LEN -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default")))
/usr/local/Library/ENV/4.3/clang -O2 -fPIC -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -c src/buffer.c -o src/buffer.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DUNIX_HAS_SUN_LEN -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default")))
/usr/local/Library/ENV/4.3/clang -O2 -fPIC -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -c src/io.c -o src/io.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DUNIX_HAS_SUN_LEN -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default")))
/usr/local/Library/ENV/4.3/clang -O2 -fPIC -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -c src/auxiliar.c -o src/auxiliar.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DUNIX_HAS_SUN_LEN -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default")))
/usr/local/Library/ENV/4.3/clang -O2 -fPIC -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -c src/options.c -o src/options.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DUNIX_HAS_SUN_LEN -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default")))
/usr/local/Library/ENV/4.3/clang -O2 -fPIC -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -c src/inet.c -o src/inet.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DUNIX_HAS_SUN_LEN -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default")))
/usr/local/Library/ENV/4.3/clang -O2 -fPIC -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -c src/except.c -o src/except.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DUNIX_HAS_SUN_LEN -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default")))
/usr/local/Library/ENV/4.3/clang -O2 -fPIC -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -c src/select.c -o src/select.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DUNIX_HAS_SUN_LEN -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default")))
/usr/local/Library/ENV/4.3/clang -O2 -fPIC -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -c src/tcp.c -o src/tcp.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DUNIX_HAS_SUN_LEN -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default")))
/usr/local/Library/ENV/4.3/clang -O2 -fPIC -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -c src/udp.c -o src/udp.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DUNIX_HAS_SUN_LEN -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default")))
/usr/local/Library/ENV/4.3/clang -O2 -fPIC -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -c src/usocket.c -o src/usocket.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DUNIX_HAS_SUN_LEN -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default")))
/usr/local/Library/ENV/4.3/clang -bundle -undefined dynamic_lookup -all_load -o socket/core.so -L/tmp/neovim20150730-44931-jgorcg/.deps/usr/lib src/luasocket.o src/timeout.o src/buffer.o src/io.o src/auxiliar.o src/options.o src/inet.o src/except.o src/select.o src/tcp.o src/udp.o src/usocket.o
/usr/local/Library/ENV/4.3/clang -O2 -fPIC -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -c src/buffer.c -o src/buffer.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DUNIX_HAS_SUN_LEN -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default")))
/usr/local/Library/ENV/4.3/clang -O2 -fPIC -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -c src/auxiliar.c -o src/auxiliar.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DUNIX_HAS_SUN_LEN -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default")))
/usr/local/Library/ENV/4.3/clang -O2 -fPIC -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -c src/options.c -o src/options.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DUNIX_HAS_SUN_LEN -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default")))
/usr/local/Library/ENV/4.3/clang -O2 -fPIC -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -c src/timeout.c -o src/timeout.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DUNIX_HAS_SUN_LEN -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default")))
/usr/local/Library/ENV/4.3/clang -O2 -fPIC -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -c src/io.c -o src/io.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DUNIX_HAS_SUN_LEN -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default")))
/usr/local/Library/ENV/4.3/clang -O2 -fPIC -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -c src/usocket.c -o src/usocket.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DUNIX_HAS_SUN_LEN -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default")))
/usr/local/Library/ENV/4.3/clang -O2 -fPIC -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -c src/unix.c -o src/unix.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DUNIX_HAS_SUN_LEN -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default")))
/usr/local/Library/ENV/4.3/clang -bundle -undefined dynamic_lookup -all_load -o socket/unix.so -L/tmp/neovim20150730-44931-jgorcg/.deps/usr/lib src/buffer.o src/auxiliar.o src/options.o src/timeout.o src/io.o src/usocket.o src/unix.o
Archive: penlight-1.3.2-core.zip
inflating: penlight-1.3.2/LICENSE.md
creating: penlight-1.3.2/lua/
creating: penlight-1.3.2/lua/pl/
inflating: penlight-1.3.2/lua/pl/lexer.lua
inflating: penlight-1.3.2/lua/pl/dir.lua
inflating: penlight-1.3.2/lua/pl/func.lua
inflating: penlight-1.3.2/lua/pl/Set.lua
inflating: penlight-1.3.2/lua/pl/compat.lua
inflating: penlight-1.3.2/lua/pl/utils.lua
inflating: penlight-1.3.2/lua/pl/luabalanced.lua
inflating: penlight-1.3.2/lua/pl/comprehension.lua
inflating: penlight-1.3.2/lua/pl/file.lua
inflating: penlight-1.3.2/lua/pl/init.lua
inflating: penlight-1.3.2/lua/pl/template.lua
inflating: penlight-1.3.2/lua/pl/MultiMap.lua
inflating: penlight-1.3.2/lua/pl/xml.lua
inflating: penlight-1.3.2/lua/pl/stringio.lua
inflating: penlight-1.3.2/lua/pl/pretty.lua
inflating: penlight-1.3.2/lua/pl/path.lua
inflating: penlight-1.3.2/lua/pl/lapp.lua
inflating: penlight-1.3.2/lua/pl/class.lua
inflating: penlight-1.3.2/lua/pl/config.lua
inflating: penlight-1.3.2/lua/pl/permute.lua
inflating: penlight-1.3.2/lua/pl/stringx.lua
inflating: penlight-1.3.2/lua/pl/Map.lua
inflating: penlight-1.3.2/lua/pl/types.lua
inflating: penlight-1.3.2/lua/pl/Date.lua
inflating: penlight-1.3.2/lua/pl/operator.lua
inflating: penlight-1.3.2/lua/pl/import_into.lua
inflating: penlight-1.3.2/lua/pl/app.lua
inflating: penlight-1.3.2/lua/pl/tablex.lua
inflating: penlight-1.3.2/lua/pl/test.lua
inflating: penlight-1.3.2/lua/pl/text.lua
inflating: penlight-1.3.2/lua/pl/input.lua
inflating: penlight-1.3.2/lua/pl/url.lua
inflating: penlight-1.3.2/lua/pl/seq.lua
inflating: penlight-1.3.2/lua/pl/array2d.lua
inflating: penlight-1.3.2/lua/pl/OrderedMap.lua
inflating: penlight-1.3.2/lua/pl/data.lua
inflating: penlight-1.3.2/lua/pl/List.lua
inflating: penlight-1.3.2/lua/pl/sip.lua
inflating: penlight-1.3.2/lua/pl/strict.lua
Updating manifest for /tmp/neovim20150730-44931-jgorcg/.deps/usr/lib/luarocks/rocks
luasocket 3.0rc1-2 is now built and installed in /tmp/neovim20150730-44931-jgorcg/.deps/usr (license: MIT)
Using https://luarocks.org/penlight-1.3.2-2.rockspec... switching to 'build' mode
Updating manifest for /tmp/neovim20150730-44931-jgorcg/.deps/usr/lib/luarocks/rocks
penlight 1.3.2-2 is now built and installed in /tmp/neovim20150730-44931-jgorcg/.deps/usr (license: MIT/X11)
Updating manifest for /tmp/neovim20150730-44931-jgorcg/.deps/usr/lib/luarocks/rocks
busted 2.0.rc10-0 is now built and installed in /tmp/neovim20150730-44931-jgorcg/.deps/usr (license: MIT <http://opensource.org/licenses/MIT>)
[ 98%] Built target busted
Scanning dependencies of target nvim-client
[100%] Generating usr/lib/luarocks/rocks/nvim-client
Warning: falling back to curl - install luasec to get native HTTPS support
Missing dependencies for nvim-client:
coxpcall
Using https://luarocks.org/coxpcall-1.15.0-1.src.rock... switching to 'build' mode
Updating manifest for /tmp/neovim20150730-44931-jgorcg/.deps/usr/lib/luarocks/rocks
coxpcall 1.15.0-1 is now built and installed in /tmp/neovim20150730-44931-jgorcg/.deps/usr (license: MIT/X11)
/usr/local/Library/ENV/4.3/clang -O2 -fPIC -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -c nvim/loop.c -o nvim/loop.o -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include
/usr/local/Library/ENV/4.3/clang -bundle -undefined dynamic_lookup -all_load -o nvim/loop.so -L/tmp/neovim20150730-44931-jgorcg/.deps/usr/lib nvim/loop.o -L/tmp/neovim20150730-44931-jgorcg/.deps/usr/lib -Wl,-rpath,/tmp/neovim20150730-44931-jgorcg/.deps/usr/lib: -luv -lpthread
Updating manifest for /tmp/neovim20150730-44931-jgorcg/.deps/usr/lib/luarocks/rocks
nvim-client 0.0.1-12 is now built and installed in /tmp/neovim20150730-44931-jgorcg/.deps/usr (license: Apache)
[100%] Built target nvim-client
Scanning dependencies of target clean-shared-libraries
[100%] Built target clean-shared-libraries
Scanning dependencies of target third-party
[100%] Built target third-party
cd build && cmake -G 'Unix Makefiles' -DCMAKE_BUILD_TYPE=Debug "-DCMAKE_INSTALL_PREFIX:PATH=/usr/local/Cellar/neovim/HEAD" ..
-- The C compiler identification is AppleClang 6.1.0.6020053
-- The CXX compiler identification is AppleClang 6.1.0.6020053
-- 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
-- Performing Test HAS_ACCEPTABLE_FORTIFY
-- Performing Test HAS_ACCEPTABLE_FORTIFY - Success
-- Found PkgConfig: /usr/local/bin/pkg-config (found version "0.28")
-- Looking for dlopen in dl
-- Looking for dlopen in dl - found
-- Looking for kstat_lookup in kstat
-- Looking for kstat_lookup in kstat - not found
-- Looking for kvm_open in kvm
-- Looking for kvm_open in kvm - not found
-- Looking for gethostbyname in nsl
-- Looking for gethostbyname in nsl - not found
-- Looking for perfstat_cpu in perfstat
-- Looking for perfstat_cpu in perfstat - not found
-- Looking for clock_gettime in rt
-- Looking for clock_gettime in rt - not found
-- Looking for sendfile in sendfile
-- Looking for sendfile in sendfile - not found
-- Found LibUV: /tmp/neovim20150730-44931-jgorcg/.deps/usr/lib/libuv.a
-- Found Msgpack: /tmp/neovim20150730-44931-jgorcg/.deps/usr/lib/libmsgpack.a
-- Found LuaJit: /tmp/neovim20150730-44931-jgorcg/.deps/usr/lib/libluajit-5.1.a
-- Found unibilium: /tmp/neovim20150730-44931-jgorcg/.deps/usr/lib/libunibilium.a
-- Found LibTermkey: /tmp/neovim20150730-44931-jgorcg/.deps/usr/lib/libtermkey.a
-- Found LibVterm: /tmp/neovim20150730-44931-jgorcg/.deps/usr/lib/libvterm.a
-- Found JeMalloc: /tmp/neovim20150730-44931-jgorcg/.deps/usr/lib/libjemalloc.a
-- Performing Test HAVE_WORKING_LIBINTL
-- Performing Test HAVE_WORKING_LIBINTL - Success
-- Looking for _nl_msg_cat_cntr
-- Looking for _nl_msg_cat_cntr - found
-- Found LibIntl
-- Found Iconv
-- Looking for include file pthread.h
-- Looking for include file pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - found
-- Found Threads: TRUE
-- Checking Lua interpreter /tmp/neovim20150730-44931-jgorcg/.deps/usr/bin/luajit
-- Using the Lua interpreter /tmp/neovim20150730-44931-jgorcg/.deps/usr/bin/luajit
-- Found Gettext: /usr/local/opt/gettext/bin/msgmerge (found version "0.19.4")
CMake Warning (dev) in src/nvim/CMakeLists.txt:
Policy CMP0059 is not set: Do no treat DEFINITIONS as a built-in directory
property. Run "cmake --help-policy CMP0059" for policy details. Use the
cmake_policy command to set the policy and suppress this warning.
This warning is for project developers. Use -Wno-dev to suppress it.
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for stddef.h
-- Looking for stddef.h - found
-- Check size of int
-- Check size of int - done
-- Check size of long
-- Check size of long - done
-- Check size of intmax_t
-- Check size of intmax_t - done
-- Check size of off_t
-- Check size of off_t - done
-- Check size of size_t
-- Check size of size_t - done
-- Check size of long long
-- Check size of long long - done
-- Check size of void *
-- Check size of void * - done
-- Looking for _NSGetEnviron
-- Looking for _NSGetEnviron - found
-- Looking for include file dirent.h
-- Looking for include file dirent.h - found
-- Looking for include file fcntl.h
-- Looking for include file fcntl.h - found
-- Looking for include file iconv.h
-- Looking for include file iconv.h - found
-- Looking for include file langinfo.h
-- Looking for include file langinfo.h - found
-- Looking for include file libgen.h
-- Looking for include file libgen.h - found
-- Looking for include file locale.h
-- Looking for include file locale.h - found
-- Looking for include file pwd.h
-- Looking for include file pwd.h - found
-- Looking for include file strings.h
-- Looking for include file strings.h - found
-- Looking for include file stropts.h
-- Looking for include file stropts.h - not found
-- Looking for include file sys/param.h
-- Looking for include file sys/param.h - found
-- Looking for include file sys/time.h
-- Looking for include file sys/time.h - found
-- Looking for include file sys/wait.h
-- Looking for include file sys/wait.h - found
-- Looking for include file sys/utsname.h
-- Looking for include file sys/utsname.h - found
-- Looking for include file utime.h
-- Looking for include file utime.h - found
-- Looking for include file unistd.h
-- Looking for include file unistd.h - found
-- Looking for fseeko
-- Looking for fseeko - found
-- Looking for fsync
-- Looking for fsync - found
-- Looking for getpwent
-- Looking for getpwent - found
-- Looking for getpwnam
-- Looking for getpwnam - found
-- Looking for getpwuid
-- Looking for getpwuid - found
-- Looking for putenv
-- Looking for putenv - found
-- Looking for opendir
-- Looking for opendir - found
-- Looking for readlink
-- Looking for readlink - found
-- Looking for setenv
-- Looking for setenv - found
-- Looking for unsetenv
-- Looking for unsetenv - found
-- Looking for setpgid
-- Looking for setpgid - found
-- Looking for setsid
-- Looking for setsid - found
-- Looking for sigaction
-- Looking for sigaction - found
-- Looking for strcasecmp
-- Looking for strcasecmp - found
-- Looking for strncasecmp
-- Looking for strncasecmp - found
-- Looking for utime
-- Looking for utime - found
-- Looking for utimes
-- Looking for utimes - found
-- Looking for FD_CLOEXEC
-- Looking for FD_CLOEXEC - found
-- Looking for CODESET
-- Looking for CODESET - found
-- Configuring done
-- Generating done
-- Build files have been written to: /tmp/neovim20150730-44931-jgorcg/build
touch build/.ran-cmake
/Library/Developer/CommandLineTools/usr/bin/make -C build
[ 0%] Generating auto/options.generated.h
[ 0%] Generating auto/arabic.c.generated.h, ../../include/arabic.h.generated.h
[ 0%] Generating auto/buffer.c.generated.h, ../../include/buffer.h.generated.h
[ 0%] Generating auto/charset.c.generated.h, ../../include/charset.h.generated.h
[ 2%] Generating auto/cursor.c.generated.h, ../../include/cursor.h.generated.h
[ 2%] Generating auto/cursor_shape.c.generated.h, ../../include/cursor_shape.h.generated.h
[ 2%] Generating auto/diff.c.generated.h, ../../include/diff.h.generated.h
[ 2%] Generating auto/digraph.c.generated.h, ../../include/digraph.h.generated.h
[ 2%] Generating auto/edit.c.generated.h, ../../include/edit.h.generated.h
[ 2%] Generating auto/eval.c.generated.h, ../../include/eval.h.generated.h
[ 2%] Generating auto/ex_cmds.c.generated.h, ../../include/ex_cmds.h.generated.h
[ 5%] Generating auto/ex_cmds2.c.generated.h, ../../include/ex_cmds2.h.generated.h
[ 5%] Generating auto/ex_docmd.c.generated.h, ../../include/ex_docmd.h.generated.h
[ 5%] Generating auto/ex_eval.c.generated.h, ../../include/ex_eval.h.generated.h
[ 5%] Generating auto/ex_getln.c.generated.h, ../../include/ex_getln.h.generated.h
[ 5%] Generating auto/farsi.c.generated.h, ../../include/farsi.h.generated.h
[ 5%] Generating auto/file_search.c.generated.h, ../../include/file_search.h.generated.h
[ 5%] Generating auto/fileio.c.generated.h, ../../include/fileio.h.generated.h
[ 8%] Generating auto/fold.c.generated.h, ../../include/fold.h.generated.h
[ 8%] Generating auto/garray.c.generated.h, ../../include/garray.h.generated.h
[ 8%] Generating auto/getchar.c.generated.h, ../../include/getchar.h.generated.h
[ 8%] Generating auto/hardcopy.c.generated.h, ../../include/hardcopy.h.generated.h
[ 8%] Generating auto/hashtab.c.generated.h, ../../include/hashtab.h.generated.h
[ 8%] Generating auto/if_cscope.c.generated.h, ../../include/if_cscope.h.generated.h
[ 8%] Generating auto/indent.c.generated.h, ../../include/indent.h.generated.h
[ 8%] Generating auto/indent_c.c.generated.h, ../../include/indent_c.h.generated.h
[ 11%] Generating auto/keymap.c.generated.h, ../../include/keymap.h.generated.h
[ 11%] Generating auto/log.c.generated.h, ../../include/log.h.generated.h
[ 11%] Generating auto/main.c.generated.h, ../../include/main.h.generated.h
[ 11%] Generating auto/map.c.generated.h, ../../include/map.h.generated.h
[ 11%] Generating auto/mark.c.generated.h, ../../include/mark.h.generated.h
[ 11%] Generating auto/mbyte.c.generated.h, ../../include/mbyte.h.generated.h
[ 11%] Generating auto/memfile.c.generated.h, ../../include/memfile.h.generated.h
[ 14%] Generating auto/memline.c.generated.h, ../../include/memline.h.generated.h
[ 14%] Generating auto/memory.c.generated.h, ../../include/memory.h.generated.h
[ 14%] Generating auto/menu.c.generated.h, ../../include/menu.h.generated.h
[ 14%] Generating auto/message.c.generated.h, ../../include/message.h.generated.h
[ 14%] Generating auto/misc1.c.generated.h, ../../include/misc1.h.generated.h
[ 14%] Generating auto/misc2.c.generated.h, ../../include/misc2.h.generated.h
[ 14%] Generating auto/mouse.c.generated.h, ../../include/mouse.h.generated.h
[ 17%] Generating auto/move.c.generated.h, ../../include/move.h.generated.h
[ 17%] Generating auto/normal.c.generated.h, ../../include/normal.h.generated.h
[ 17%] Generating auto/ops.c.generated.h, ../../include/ops.h.generated.h
[ 17%] Generating auto/option.c.generated.h, ../../include/option.h.generated.h
[ 17%] Generating auto/os_unix.c.generated.h, ../../include/os_unix.h.generated.h
[ 17%] Generating auto/path.c.generated.h, ../../include/path.h.generated.h
[ 17%] Generating auto/popupmnu.c.generated.h, ../../include/popupmnu.h.generated.h
[ 17%] Generating auto/profile.c.generated.h, ../../include/profile.h.generated.h
[ 20%] Generating auto/quickfix.c.generated.h, ../../include/quickfix.h.generated.h
[ 20%] Generating auto/rbuffer.c.generated.h, ../../include/rbuffer.h.generated.h
[ 20%] Generating auto/regexp.c.generated.h, ../../include/regexp.h.generated.h
[ 20%] Generating auto/screen.c.generated.h, ../../include/screen.h.generated.h
[ 20%] Generating auto/search.c.generated.h, ../../include/search.h.generated.h
[ 20%] Generating auto/sha256.c.generated.h, ../../include/sha256.h.generated.h
[ 20%] Generating auto/spell.c.generated.h, ../../include/spell.h.generated.h
[ 23%] Generating auto/strings.c.generated.h, ../../include/strings.h.generated.h
[ 23%] Generating auto/syntax.c.generated.h, ../../include/syntax.h.generated.h
[ 23%] Generating auto/tag.c.generated.h, ../../include/tag.h.generated.h
[ 23%] Generating auto/tempfile.c.generated.h, ../../include/tempfile.h.generated.h
[ 23%] Generating auto/terminal.c.generated.h, ../../include/terminal.h.generated.h
[ 23%] Generating auto/ui.c.generated.h, ../../include/ui.h.generated.h
[ 23%] Generating auto/undo.c.generated.h, ../../include/undo.h.generated.h
[ 26%] Generating auto/version.c.generated.h, ../../include/version.h.generated.h
[ 26%] Generating auto/window.c.generated.h, ../../include/window.h.generated.h
[ 26%] Generating auto/os/dl.c.generated.h, ../../include/os/dl.h.generated.h
[ 26%] Generating auto/os/env.c.generated.h, ../../include/os/env.h.generated.h
[ 26%] Generating auto/os/fs.c.generated.h, ../../include/os/fs.h.generated.h
[ 26%] Generating auto/os/input.c.generated.h, ../../include/os/input.h.generated.h
[ 26%] Generating auto/os/mem.c.generated.h, ../../include/os/mem.h.generated.h
[ 26%] Generating auto/os/shell.c.generated.h, ../../include/os/shell.h.generated.h
[ 29%] Generating auto/os/signal.c.generated.h, ../../include/os/signal.h.generated.h
[ 29%] Generating auto/os/time.c.generated.h, ../../include/os/time.h.generated.h
[ 29%] Generating auto/os/users.c.generated.h, ../../include/os/users.h.generated.h
[ 29%] Generating auto/api/buffer.c.generated.h, ../../include/api/buffer.h.generated.h
[ 29%] Generating auto/api/tabpage.c.generated.h, ../../include/api/tabpage.h.generated.h
[ 29%] Generating auto/api/vim.c.generated.h, ../../include/api/vim.h.generated.h
[ 29%] Generating auto/api/window.c.generated.h, ../../include/api/window.h.generated.h
[ 32%] Generating auto/api/private/handle.c.generated.h, ../../include/api/private/handle.h.generated.h
[ 32%] Generating auto/api/private/helpers.c.generated.h, ../../include/api/private/helpers.h.generated.h
[ 32%] Generating auto/msgpack_rpc/channel.c.generated.h, ../../include/msgpack_rpc/channel.h.generated.h
[ 32%] Generating auto/msgpack_rpc/helpers.c.generated.h, ../../include/msgpack_rpc/helpers.h.generated.h
[ 32%] Generating auto/msgpack_rpc/remote_ui.c.generated.h, ../../include/msgpack_rpc/remote_ui.h.generated.h
[ 32%] Generating auto/msgpack_rpc/server.c.generated.h, ../../include/msgpack_rpc/server.h.generated.h
[ 32%] Generating auto/tui/tui.c.generated.h, ../../include/tui/tui.h.generated.h
[ 35%] Generating auto/event/loop.c.generated.h, ../../include/event/loop.h.generated.h
[ 35%] Generating auto/event/process.c.generated.h, ../../include/event/process.h.generated.h
[ 35%] Generating auto/event/pty_process.c.generated.h, ../../include/event/pty_process.h.generated.h
[ 35%] Generating auto/event/rstream.c.generated.h, ../../include/event/rstream.h.generated.h
[ 35%] Generating auto/event/signal.c.generated.h, ../../include/event/signal.h.generated.h
[ 35%] Generating auto/event/socket.c.generated.h, ../../include/event/socket.h.generated.h
[ 35%] Generating auto/event/stream.c.generated.h, ../../include/event/stream.h.generated.h
[ 35%] Generating auto/event/time.c.generated.h, ../../include/event/time.h.generated.h
[ 38%] Generating auto/event/uv_process.c.generated.h, ../../include/event/uv_process.h.generated.h
[ 38%] Generating auto/event/wstream.c.generated.h, ../../include/event/wstream.h.generated.h
[ 38%] Generating auto/regexp_nfa.c.generated.h, ../../include/regexp_nfa.h.generated.h
[ 38%] Generating auto/msgpack_dispatch.c
[ 38%] Generating ../../include/ex_cmds_enum.generated.h, auto/ex_cmds_defs.generated.h
[ 38%] Generating ../../include/auevents_enum.generated.h, auto/auevents_name_map.generated.h
Scanning dependencies of target nvim
[ 41%] Building C object src/nvim/CMakeFiles/nvim.dir/__/__/config/auto/pathdef.c.o
[ 41%] Building C object src/nvim/CMakeFiles/nvim.dir/auto/msgpack_dispatch.c.o
[ 41%] Building C object src/nvim/CMakeFiles/nvim.dir/arabic.c.o
[ 41%] Building C object src/nvim/CMakeFiles/nvim.dir/buffer.c.o
[ 41%] Building C object src/nvim/CMakeFiles/nvim.dir/charset.c.o
[ 41%] Building C object src/nvim/CMakeFiles/nvim.dir/cursor.c.o
[ 41%] Building C object src/nvim/CMakeFiles/nvim.dir/cursor_shape.c.o
[ 44%] Building C object src/nvim/CMakeFiles/nvim.dir/diff.c.o
[ 44%] Building C object src/nvim/CMakeFiles/nvim.dir/digraph.c.o
[ 44%] Building C object src/nvim/CMakeFiles/nvim.dir/edit.c.o
[ 44%] Building C object src/nvim/CMakeFiles/nvim.dir/eval.c.o
[ 44%] Building C object src/nvim/CMakeFiles/nvim.dir/ex_cmds.c.o
[ 44%] Building C object src/nvim/CMakeFiles/nvim.dir/ex_cmds2.c.o
[ 44%] Building C object src/nvim/CMakeFiles/nvim.dir/ex_docmd.c.o
[ 44%] Building C object src/nvim/CMakeFiles/nvim.dir/ex_eval.c.o
[ 47%] Building C object src/nvim/CMakeFiles/nvim.dir/ex_getln.c.o
[ 47%] Building C object src/nvim/CMakeFiles/nvim.dir/farsi.c.o
[ 47%] Building C object src/nvim/CMakeFiles/nvim.dir/file_search.c.o
[ 47%] Building C object src/nvim/CMakeFiles/nvim.dir/fileio.c.o
[ 47%] Building C object src/nvim/CMakeFiles/nvim.dir/fold.c.o
[ 47%] Building C object src/nvim/CMakeFiles/nvim.dir/garray.c.o
[ 47%] Building C object src/nvim/CMakeFiles/nvim.dir/getchar.c.o
[ 50%] Building C object src/nvim/CMakeFiles/nvim.dir/hardcopy.c.o
[ 50%] Building C object src/nvim/CMakeFiles/nvim.dir/hashtab.c.o
[ 50%] Building C object src/nvim/CMakeFiles/nvim.dir/if_cscope.c.o
[ 50%] Building C object src/nvim/CMakeFiles/nvim.dir/indent.c.o
[ 50%] Building C object src/nvim/CMakeFiles/nvim.dir/indent_c.c.o
[ 50%] Building C object src/nvim/CMakeFiles/nvim.dir/keymap.c.o
[ 50%] Building C object src/nvim/CMakeFiles/nvim.dir/log.c.o
[ 52%] Building C object src/nvim/CMakeFiles/nvim.dir/main.c.o
[ 52%] Building C object src/nvim/CMakeFiles/nvim.dir/map.c.o
[ 52%] Building C object src/nvim/CMakeFiles/nvim.dir/mark.c.o
[ 52%] Building C object src/nvim/CMakeFiles/nvim.dir/mbyte.c.o
[ 52%] Building C object src/nvim/CMakeFiles/nvim.dir/memfile.c.o
[ 52%] Building C object src/nvim/CMakeFiles/nvim.dir/memline.c.o
[ 52%] Building C object src/nvim/CMakeFiles/nvim.dir/memory.c.o
[ 55%] Building C object src/nvim/CMakeFiles/nvim.dir/menu.c.o
[ 55%] Building C object src/nvim/CMakeFiles/nvim.dir/message.c.o
[ 55%] Building C object src/nvim/CMakeFiles/nvim.dir/misc1.c.o
[ 55%] Building C object src/nvim/CMakeFiles/nvim.dir/misc2.c.o
[ 55%] Building C object src/nvim/CMakeFiles/nvim.dir/mouse.c.o
[ 55%] Building C object src/nvim/CMakeFiles/nvim.dir/move.c.o
[ 55%] Building C object src/nvim/CMakeFiles/nvim.dir/normal.c.o
[ 55%] Building C object src/nvim/CMakeFiles/nvim.dir/ops.c.o
[ 58%] Building C object src/nvim/CMakeFiles/nvim.dir/option.c.o
[ 58%] Building C object src/nvim/CMakeFiles/nvim.dir/os_unix.c.o
[ 58%] Building C object src/nvim/CMakeFiles/nvim.dir/path.c.o
[ 58%] Building C object src/nvim/CMakeFiles/nvim.dir/popupmnu.c.o
[ 58%] Building C object src/nvim/CMakeFiles/nvim.dir/profile.c.o
[ 58%] Building C object src/nvim/CMakeFiles/nvim.dir/quickfix.c.o
[ 58%] Building C object src/nvim/CMakeFiles/nvim.dir/rbuffer.c.o
[ 61%] Building C object src/nvim/CMakeFiles/nvim.dir/regexp.c.o
[ 61%] Building C object src/nvim/CMakeFiles/nvim.dir/screen.c.o
[ 61%] Building C object src/nvim/CMakeFiles/nvim.dir/search.c.o
[ 61%] Building C object src/nvim/CMakeFiles/nvim.dir/sha256.c.o
[ 61%] Building C object src/nvim/CMakeFiles/nvim.dir/spell.c.o
[ 61%] Building C object src/nvim/CMakeFiles/nvim.dir/strings.c.o
[ 61%] Building C object src/nvim/CMakeFiles/nvim.dir/syntax.c.o
[ 64%] Building C object src/nvim/CMakeFiles/nvim.dir/tag.c.o
[ 64%] Building C object src/nvim/CMakeFiles/nvim.dir/tempfile.c.o
[ 64%] Building C object src/nvim/CMakeFiles/nvim.dir/terminal.c.o
[ 64%] Building C object src/nvim/CMakeFiles/nvim.dir/ui.c.o
[ 64%] Building C object src/nvim/CMakeFiles/nvim.dir/undo.c.o
[ 64%] Building C object src/nvim/CMakeFiles/nvim.dir/version.c.o
[ 64%] Building C object src/nvim/CMakeFiles/nvim.dir/window.c.o
[ 64%] Building C object src/nvim/CMakeFiles/nvim.dir/os/dl.c.o
[ 67%] Building C object src/nvim/CMakeFiles/nvim.dir/os/env.c.o
[ 67%] Building C object src/nvim/CMakeFiles/nvim.dir/os/fs.c.o
[ 67%] Building C object src/nvim/CMakeFiles/nvim.dir/os/input.c.o
[ 67%] Building C object src/nvim/CMakeFiles/nvim.dir/os/mem.c.o
[ 67%] Building C object src/nvim/CMakeFiles/nvim.dir/os/shell.c.o
[ 67%] Building C object src/nvim/CMakeFiles/nvim.dir/os/signal.c.o
[ 67%] Building C object src/nvim/CMakeFiles/nvim.dir/os/time.c.o
[ 70%] Building C object src/nvim/CMakeFiles/nvim.dir/os/users.c.o
[ 70%] Building C object src/nvim/CMakeFiles/nvim.dir/api/buffer.c.o
[ 70%] Building C object src/nvim/CMakeFiles/nvim.dir/api/tabpage.c.o
[ 70%] Building C object src/nvim/CMakeFiles/nvim.dir/api/vim.c.o
[ 70%] Building C object src/nvim/CMakeFiles/nvim.dir/api/window.c.o
[ 70%] Building C object src/nvim/CMakeFiles/nvim.dir/api/private/handle.c.o
[ 70%] Building C object src/nvim/CMakeFiles/nvim.dir/api/private/helpers.c.o
[ 73%] Building C object src/nvim/CMakeFiles/nvim.dir/msgpack_rpc/channel.c.o
[ 73%] Building C object src/nvim/CMakeFiles/nvim.dir/msgpack_rpc/helpers.c.o
[ 73%] Building C object src/nvim/CMakeFiles/nvim.dir/msgpack_rpc/remote_ui.c.o
[ 73%] Building C object src/nvim/CMakeFiles/nvim.dir/msgpack_rpc/server.c.o
[ 73%] Building C object src/nvim/CMakeFiles/nvim.dir/tui/tui.c.o
[ 73%] Building C object src/nvim/CMakeFiles/nvim.dir/event/loop.c.o
[ 73%] Building C object src/nvim/CMakeFiles/nvim.dir/event/process.c.o
[ 73%] Building C object src/nvim/CMakeFiles/nvim.dir/event/pty_process.c.o
[ 76%] Building C object src/nvim/CMakeFiles/nvim.dir/event/rstream.c.o
[ 76%] Building C object src/nvim/CMakeFiles/nvim.dir/event/signal.c.o
[ 76%] Building C object src/nvim/CMakeFiles/nvim.dir/event/socket.c.o
[ 76%] Building C object src/nvim/CMakeFiles/nvim.dir/event/stream.c.o
[ 76%] Building C object src/nvim/CMakeFiles/nvim.dir/event/time.c.o
[ 76%] Building C object src/nvim/CMakeFiles/nvim.dir/event/uv_process.c.o
[ 76%] Building C object src/nvim/CMakeFiles/nvim.dir/event/wstream.c.o
[ 79%] Linking C executable ../../bin/nvim
Undefined symbols for architecture x86_64:
"_cur_term", referenced from:
_new_driver in libtermkey.a(driver-ti.o)
"_setupterm", referenced from:
_new_driver in libtermkey.a(driver-ti.o)
"_strfnames", referenced from:
_new_driver in libtermkey.a(driver-ti.o)
"_strnames", referenced from:
_new_driver in libtermkey.a(driver-ti.o)
"_tigetstr", referenced from:
_new_driver in libtermkey.a(driver-ti.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[3]: *** [bin/nvim] Error 1
make[2]: *** [src/nvim/CMakeFiles/nvim.dir/all] Error 2
make[1]: *** [all] Error 2
make: *** [nvim] Error 2
HOMEBREW_VERSION: 0.9.5
ORIGIN: https://github.com/Homebrew/homebrew
HEAD: cc1a9b41ffd687379ce5c01be5464ca416f61fad
Last commit: 6 days ago
HOMEBREW_PREFIX: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
HOMEBREW_BOTTLE_DOMAIN: https://homebrew.bintray.com
CPU: quad-core 64-bit haswell
OS X: 10.10.5-x86_64
Xcode: N/A
CLT: 6.4.0.0.1.1435007323
GCC-4.2: build 0
Clang: 6.1 build 602
X11: 2.7.7 => /opt/X11
System Ruby: 2.0.0-p481
Perl: /usr/bin/perl
Python: /usr/bin/python
Ruby: /usr/bin/ruby
Java: 1.8.0_25
HOMEBREW_CC: clang
HOMEBREW_CXX: clang++
CMAKE_PREFIX_PATH: /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.10
ACLOCAL_PATH: /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/bin:/bin:/usr/sbin:/sbin
This file has been truncated, but you can view the full file.
clang called with: CMakeCCompilerId.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 -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 CMakeCCompilerId.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -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: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -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 CMakeCXXCompilerId.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o CMakeFiles/cmTC_6e373.dir/testCCompiler.c.o -c /tmp/neovim20150730-44931-jgorcg/.deps/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
superenv executed: clang -pipe -w -Os -march=native -o CMakeFiles/cmTC_6e373.dir/testCCompiler.c.o -c /tmp/neovim20150730-44931-jgorcg/.deps/CMakeFiles/CMakeTmp/testCCompiler.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_6e373.dir/testCCompiler.c.o -o cmTC_6e373
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -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_6e373.dir/testCCompiler.c.o -o cmTC_6e373 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o CMakeFiles/cmTC_b6025.dir/CMakeCCompilerABI.c.o -c /usr/local/Cellar/cmake/3.3.0/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
superenv executed: clang -pipe -w -Os -march=native -o CMakeFiles/cmTC_b6025.dir/CMakeCCompilerABI.c.o -c /usr/local/Cellar/cmake/3.3.0/share/cmake/Modules/CMakeCCompilerABI.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_b6025.dir/CMakeCCompilerABI.c.o -o cmTC_b6025
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -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_b6025.dir/CMakeCCompilerABI.c.o -o cmTC_b6025 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -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_521f5.dir/feature_tests.c.o -c /tmp/neovim20150730-44931-jgorcg/.deps/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
superenv executed: clang -pipe -w -Os -march=native -std=c11 -o CMakeFiles/cmTC_521f5.dir/feature_tests.c.o -c /tmp/neovim20150730-44931-jgorcg/.deps/CMakeFiles/feature_tests.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_521f5.dir/feature_tests.c.o -o cmTC_521f5
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -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_521f5.dir/feature_tests.c.o -o cmTC_521f5 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -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_5fbbd.dir/feature_tests.c.o -c /tmp/neovim20150730-44931-jgorcg/.deps/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
superenv executed: clang -pipe -w -Os -march=native -std=c99 -o CMakeFiles/cmTC_5fbbd.dir/feature_tests.c.o -c /tmp/neovim20150730-44931-jgorcg/.deps/CMakeFiles/feature_tests.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_5fbbd.dir/feature_tests.c.o -o cmTC_5fbbd
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -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_5fbbd.dir/feature_tests.c.o -o cmTC_5fbbd -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -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_c5859.dir/feature_tests.c.o -c /tmp/neovim20150730-44931-jgorcg/.deps/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
superenv executed: clang -pipe -w -Os -march=native -std=c90 -o CMakeFiles/cmTC_c5859.dir/feature_tests.c.o -c /tmp/neovim20150730-44931-jgorcg/.deps/CMakeFiles/feature_tests.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_c5859.dir/feature_tests.c.o -o cmTC_c5859
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -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_c5859.dir/feature_tests.c.o -o cmTC_c5859 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -o CMakeFiles/cmTC_13497.dir/testCXXCompiler.cxx.o -c /tmp/neovim20150730-44931-jgorcg/.deps/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
superenv executed: clang++ -pipe -w -Os -march=native -o CMakeFiles/cmTC_13497.dir/testCXXCompiler.cxx.o -c /tmp/neovim20150730-44931-jgorcg/.deps/CMakeFiles/CMakeTmp/testCXXCompiler.cxx -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_13497.dir/testCXXCompiler.cxx.o -o cmTC_13497
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -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_13497.dir/testCXXCompiler.cxx.o -o cmTC_13497 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -o CMakeFiles/cmTC_63597.dir/CMakeCXXCompilerABI.cpp.o -c /usr/local/Cellar/cmake/3.3.0/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
superenv executed: clang++ -pipe -w -Os -march=native -o CMakeFiles/cmTC_63597.dir/CMakeCXXCompilerABI.cpp.o -c /usr/local/Cellar/cmake/3.3.0/share/cmake/Modules/CMakeCXXCompilerABI.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_63597.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_63597
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -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_63597.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_63597 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -std=c++1y -o CMakeFiles/cmTC_ae023.dir/feature_tests.cxx.o -c /tmp/neovim20150730-44931-jgorcg/.deps/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
superenv executed: clang++ -pipe -w -Os -march=native -std=c++1y -o CMakeFiles/cmTC_ae023.dir/feature_tests.cxx.o -c /tmp/neovim20150730-44931-jgorcg/.deps/CMakeFiles/feature_tests.cxx -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_ae023.dir/feature_tests.cxx.o -o cmTC_ae023
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -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_ae023.dir/feature_tests.cxx.o -o cmTC_ae023 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -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_c187d.dir/feature_tests.cxx.o -c /tmp/neovim20150730-44931-jgorcg/.deps/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
superenv executed: clang++ -pipe -w -Os -march=native -std=c++11 -o CMakeFiles/cmTC_c187d.dir/feature_tests.cxx.o -c /tmp/neovim20150730-44931-jgorcg/.deps/CMakeFiles/feature_tests.cxx -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_c187d.dir/feature_tests.cxx.o -o cmTC_c187d
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -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_c187d.dir/feature_tests.cxx.o -o cmTC_c187d -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -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_2cbd4.dir/feature_tests.cxx.o -c /tmp/neovim20150730-44931-jgorcg/.deps/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
superenv executed: clang++ -pipe -w -Os -march=native -std=c++98 -o CMakeFiles/cmTC_2cbd4.dir/feature_tests.cxx.o -c /tmp/neovim20150730-44931-jgorcg/.deps/CMakeFiles/feature_tests.cxx -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_2cbd4.dir/feature_tests.cxx.o -o cmTC_2cbd4
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -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_2cbd4.dir/feature_tests.cxx.o -o cmTC_2cbd4 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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
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
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
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
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
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
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
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
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
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
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
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
clang called with: -c -std=gnu99 -Wall -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
superenv executed: clang -pipe -Os -march=native -c -std=gnu99 -Wall -pipe conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -std=gnu99 -Wall -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
superenv executed: clang -pipe -Os -march=native -c -std=gnu99 -Wall -pipe -g3 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
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
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
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
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
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
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
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
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -std=gnu99 -Wall -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
superenv executed: clang -pipe -Os -march=native -c -std=gnu99 -Wall -pipe -g3 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
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
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
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
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -o conftest -std=gnu99 -Wall -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 -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 -pipe -g3 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -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 -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
superenv executed: clang -pipe -Os -march=native -c -std=gnu99 -Wall -pipe -g3 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -std=gnu99 -Wall -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
superenv executed: clang -pipe -Os -march=native -c -std=gnu99 -Wall -pipe -g3 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -std=gnu99 -Wall -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
superenv executed: clang -pipe -Os -march=native -c -std=gnu99 -Wall -pipe -g3 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -std=gnu99 -Wall -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
superenv executed: clang -pipe -Os -march=native -c -std=gnu99 -Wall -pipe -g3 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -std=gnu99 -Wall -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
superenv executed: clang -pipe -Os -march=native -c -std=gnu99 -Wall -pipe -g3 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -std=gnu99 -Wall -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
superenv executed: clang -pipe -Os -march=native -c -std=gnu99 -Wall -pipe -g3 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -std=gnu99 -Wall -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
superenv executed: clang -pipe -Os -march=native -c -std=gnu99 -Wall -pipe -g3 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -std=gnu99 -Wall -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
superenv executed: clang -pipe -Os -march=native -c -std=gnu99 -Wall -pipe -g3 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -std=gnu99 -Wall -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
superenv executed: clang -pipe -Os -march=native -c -std=gnu99 -Wall -pipe -g3 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -std=gnu99 -Wall -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
superenv executed: clang -pipe -Os -march=native -c -std=gnu99 -Wall -pipe -g3 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -std=gnu99 -Wall -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
superenv executed: clang -pipe -Os -march=native -c -std=gnu99 -Wall -pipe -g3 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -std=gnu99 -Wall -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
superenv executed: clang -pipe -Os -march=native -c -std=gnu99 -Wall -pipe -g3 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -o conftest -std=gnu99 -Wall -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 -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 -pipe -g3 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -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 -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 -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 -pipe -g3 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -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 -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 -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 -pipe -g3 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -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 -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 -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 -pipe -g3 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -E -
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -E - -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -o conftest -std=gnu99 -Wall -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 -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 -pipe -g3 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -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 -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 -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 -pipe -g3 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -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 -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 -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 -pipe -g3 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -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 -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
superenv executed: clang -pipe -Os -march=native -c -std=gnu99 -Wall -pipe -g3 -Werror conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -o conftest -std=gnu99 -Wall -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 -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 -pipe -g3 -Werror conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -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 -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 -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 -pipe -g3 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -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 -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 -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 -pipe -g3 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -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 -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
superenv executed: clang -pipe -Os -march=native -c -std=gnu99 -Wall -pipe -g3 -O3 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -std=gnu99 -Wall -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
superenv executed: clang -pipe -Os -march=native -c -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -o conftest -std=gnu99 -Wall -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 -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 -pipe -g3 -O3 -funroll-loops conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -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 -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 -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 -pipe -g3 -O3 -funroll-loops conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -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 -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 -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 -pipe -g3 -O3 -funroll-loops conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -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 -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 -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 -pipe -g3 -O3 -funroll-loops conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -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 -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
superenv executed: clang -pipe -Os -march=native -c -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
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
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -o conftest -std=gnu99 -Wall -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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
superenv executed: clang -pipe -Os -march=native -c -std=gnu99 -Wall -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
clang called with: -c -std=gnu99 -Wall -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
superenv executed: clang -pipe -Os -march=native -c -std=gnu99 -Wall -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
clang called with: -c -std=gnu99 -Wall -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
superenv executed: clang -pipe -Os -march=native -c -std=gnu99 -Wall -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
clang called with: -c -std=gnu99 -Wall -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
superenv executed: clang -pipe -Os -march=native -c -std=gnu99 -Wall -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
clang called with: -c -std=gnu99 -Wall -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
superenv executed: clang -pipe -Os -march=native -c -std=gnu99 -Wall -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
clang called with: -c -std=gnu99 -Wall -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
superenv executed: clang -pipe -Os -march=native -c -std=gnu99 -Wall -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
clang called with: -c -std=gnu99 -Wall -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
superenv executed: clang -pipe -Os -march=native -c -std=gnu99 -Wall -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
clang called with: -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -fPIC -DPIC -c -D_REENTRANT -Iinclude -Iinclude -o src/jemalloc.pic.o src/jemalloc.c
superenv removed: -Wall -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
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
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 -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 -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -fPIC -DPIC -c -D_REENTRANT -Iinclude -Iinclude -o src/arena.pic.o src/arena.c
superenv removed: -Wall -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
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
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 -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 -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -fPIC -DPIC -c -D_REENTRANT -Iinclude -Iinclude -o src/atomic.pic.o src/atomic.c
superenv removed: -Wall -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
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
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 -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 -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -fPIC -DPIC -c -D_REENTRANT -Iinclude -Iinclude -o src/base.pic.o src/base.c
superenv removed: -Wall -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
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
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 -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 -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -fPIC -DPIC -c -D_REENTRANT -Iinclude -Iinclude -o src/bitmap.pic.o src/bitmap.c
superenv removed: -Wall -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
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
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 -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 -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -fPIC -DPIC -c -D_REENTRANT -Iinclude -Iinclude -o src/chunk.pic.o src/chunk.c
superenv removed: -Wall -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
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
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 -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 -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -std=gnu99 -Wall -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 -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
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
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 -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 -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -std=gnu99 -Wall -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 -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
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
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 -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 -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -fPIC -DPIC -c -D_REENTRANT -Iinclude -Iinclude -o src/ckh.pic.o src/ckh.c
superenv removed: -Wall -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
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
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 -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 -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -fPIC -DPIC -c -D_REENTRANT -Iinclude -Iinclude -o src/ctl.pic.o src/ctl.c
superenv removed: -Wall -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
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
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 -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 -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -fPIC -DPIC -c -D_REENTRANT -Iinclude -Iinclude -o src/extent.pic.o src/extent.c
superenv removed: -Wall -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
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
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 -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 -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -fPIC -DPIC -c -D_REENTRANT -Iinclude -Iinclude -o src/hash.pic.o src/hash.c
superenv removed: -Wall -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
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
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 -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 -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -fPIC -DPIC -c -D_REENTRANT -Iinclude -Iinclude -o src/huge.pic.o src/huge.c
superenv removed: -Wall -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
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
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 -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 -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -fPIC -DPIC -c -D_REENTRANT -Iinclude -Iinclude -o src/mb.pic.o src/mb.c
superenv removed: -Wall -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
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
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 -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 -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -fPIC -DPIC -c -D_REENTRANT -Iinclude -Iinclude -o src/mutex.pic.o src/mutex.c
superenv removed: -Wall -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
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
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 -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 -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -fPIC -DPIC -c -D_REENTRANT -Iinclude -Iinclude -o src/prof.pic.o src/prof.c
superenv removed: -Wall -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
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
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 -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 -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -fPIC -DPIC -c -D_REENTRANT -Iinclude -Iinclude -o src/quarantine.pic.o src/quarantine.c
superenv removed: -Wall -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
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
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 -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 -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -fPIC -DPIC -c -D_REENTRANT -Iinclude -Iinclude -o src/rtree.pic.o src/rtree.c
superenv removed: -Wall -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
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
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 -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 -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -fPIC -DPIC -c -D_REENTRANT -Iinclude -Iinclude -o src/stats.pic.o src/stats.c
superenv removed: -Wall -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
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
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 -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 -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -fPIC -DPIC -c -D_REENTRANT -Iinclude -Iinclude -o src/tcache.pic.o src/tcache.c
superenv removed: -Wall -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
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
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 -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 -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -fPIC -DPIC -c -D_REENTRANT -Iinclude -Iinclude -o src/util.pic.o src/util.c
superenv removed: -Wall -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
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
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 -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 -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -fPIC -DPIC -c -D_REENTRANT -Iinclude -Iinclude -o src/tsd.pic.o src/tsd.c
superenv removed: -Wall -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
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
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 -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 -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -fPIC -DPIC -c -D_REENTRANT -Iinclude -Iinclude -o src/zone.pic.o src/zone.c
superenv removed: -Wall -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
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
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 -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 -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -shared -Wl,-dylib_install_name,libjemalloc.1.dylib -o lib/libjemalloc.1.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/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 -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,-dylib_install_name,libjemalloc.1.dylib -o lib/libjemalloc.1.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/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 -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_REENTRANT -Iinclude -Iinclude -o src/jemalloc.o src/jemalloc.c
superenv removed: -Wall -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
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
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 -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 -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_REENTRANT -Iinclude -Iinclude -o src/arena.o src/arena.c
superenv removed: -Wall -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
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
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 -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 -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_REENTRANT -Iinclude -Iinclude -o src/atomic.o src/atomic.c
superenv removed: -Wall -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
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
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 -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 -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_REENTRANT -Iinclude -Iinclude -o src/base.o src/base.c
superenv removed: -Wall -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
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
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 -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 -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_REENTRANT -Iinclude -Iinclude -o src/bitmap.o src/bitmap.c
superenv removed: -Wall -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
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
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 -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 -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_REENTRANT -Iinclude -Iinclude -o src/chunk.o src/chunk.c
superenv removed: -Wall -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
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
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 -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 -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_REENTRANT -Iinclude -Iinclude -o src/chunk_dss.o src/chunk_dss.c
superenv removed: -Wall -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
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
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 -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 -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_REENTRANT -Iinclude -Iinclude -o src/chunk_mmap.o src/chunk_mmap.c
superenv removed: -Wall -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
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
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 -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 -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_REENTRANT -Iinclude -Iinclude -o src/ckh.o src/ckh.c
superenv removed: -Wall -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
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
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 -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 -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_REENTRANT -Iinclude -Iinclude -o src/ctl.o src/ctl.c
superenv removed: -Wall -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
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
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 -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 -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_REENTRANT -Iinclude -Iinclude -o src/extent.o src/extent.c
superenv removed: -Wall -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
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
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 -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 -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_REENTRANT -Iinclude -Iinclude -o src/hash.o src/hash.c
superenv removed: -Wall -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
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
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 -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 -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_REENTRANT -Iinclude -Iinclude -o src/huge.o src/huge.c
superenv removed: -Wall -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
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
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 -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 -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_REENTRANT -Iinclude -Iinclude -o src/mb.o src/mb.c
superenv removed: -Wall -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
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
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 -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 -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_REENTRANT -Iinclude -Iinclude -o src/mutex.o src/mutex.c
superenv removed: -Wall -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
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
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 -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 -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_REENTRANT -Iinclude -Iinclude -o src/prof.o src/prof.c
superenv removed: -Wall -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
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
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 -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 -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_REENTRANT -Iinclude -Iinclude -o src/quarantine.o src/quarantine.c
superenv removed: -Wall -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
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
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 -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 -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_REENTRANT -Iinclude -Iinclude -o src/rtree.o src/rtree.c
superenv removed: -Wall -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
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
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 -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 -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_REENTRANT -Iinclude -Iinclude -o src/stats.o src/stats.c
superenv removed: -Wall -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
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
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 -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 -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_REENTRANT -Iinclude -Iinclude -o src/tcache.o src/tcache.c
superenv removed: -Wall -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
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
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 -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 -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_REENTRANT -Iinclude -Iinclude -o src/util.o src/util.c
superenv removed: -Wall -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
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
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 -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 -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_REENTRANT -Iinclude -Iinclude -o src/tsd.o src/tsd.c
superenv removed: -Wall -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
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
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 -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 -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_REENTRANT -Iinclude -Iinclude -o src/zone.o src/zone.c
superenv removed: -Wall -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
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
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 -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 -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
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
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
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
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
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
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
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
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
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
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
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
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/neovim20150730-44931-jgorcg/.deps/usr/lib/libunibilium.0.dylib -compatibility_version 3 -current_version 3.1 -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 -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/neovim20150730-44931-jgorcg/.deps/usr/lib/libunibilium.0.dylib -compatibility_version 3 -current_version 3.1 -Wl,-single_module -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -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
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
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
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
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 -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 -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
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
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
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
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 -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 -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
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
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
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
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 -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 -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
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
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
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
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 -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 -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
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
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
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
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 -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 -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
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
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
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
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 -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 -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
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
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
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
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 -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 -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 -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
superenv executed: clang -pipe -w -Os -march=native -fPIC -std=c99 -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
clang called with: -fPIC -Wall -std=c99 -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
superenv executed: clang -pipe -w -Os -march=native -fPIC -std=c99 -c termkey.c -o termkey.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -fPIC -Wall -std=c99 -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
superenv executed: clang -pipe -w -Os -march=native -fPIC -std=c99 -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
clang called with: -fPIC -Wall -std=c99 -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
superenv executed: clang -pipe -w -Os -march=native -fPIC -std=c99 -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
clang called with: -fPIC -Wall -std=c99 -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
superenv executed: clang -pipe -w -Os -march=native -fPIC -std=c99 -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
clang called with: -fPIC -Wall -std=c99 -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
superenv executed: clang -pipe -w -Os -march=native -fPIC -std=c99 -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
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 -lncurses -install_name /tmp/neovim20150730-44931-jgorcg/.deps/usr/lib/libtermkey.1.dylib -compatibility_version 13 -current_version 13.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 -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 -lncurses -install_name /tmp/neovim20150730-44931-jgorcg/.deps/usr/lib/libtermkey.1.dylib -compatibility_version 13 -current_version 13.0 -Wl,-single_module -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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 -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 -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
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
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
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
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
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
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
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
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 -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 -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 -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 -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 -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 -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
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
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 -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 -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
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
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
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
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
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
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
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
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
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
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
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
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
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
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 -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 -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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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 -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 -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
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
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
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
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 -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 -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
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
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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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
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
clang called with: -DPACKAGE_NAME="libuv" -DPACKAGE_TARNAME="libuv" -DPACKAGE_VERSION="1.5.0" -DPACKAGE_STRING="libuv 1.5.0" -DPACKAGE_BUGREPORT="https://github.com/libuv/libuv/issues" -DPACKAGE_URL="" -DPACKAGE="libuv" -DVERSION="1.5.0" -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/neovim20150730-44931-jgorcg/.deps/build/src/libuv -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/libuv/include -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/libuv/src -I/tmp/neovim20150730-44931-jgorcg/.deps/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/neovim20150730-44931-jgorcg/.deps/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
superenv executed: clang -pipe -w -Os -march=native -DPACKAGE_NAME="libuv" -DPACKAGE_TARNAME="libuv" -DPACKAGE_VERSION="1.5.0" -DPACKAGE_STRING="libuv 1.5.0" -DPACKAGE_BUGREPORT="https://github.com/libuv/libuv/issues" -DPACKAGE_URL="" -DPACKAGE="libuv" -DVERSION="1.5.0" -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/neovim20150730-44931-jgorcg/.deps/build/src/libuv -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/libuv/include -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/libuv/src -I/tmp/neovim20150730-44931-jgorcg/.deps/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/neovim20150730-44931-jgorcg/.deps/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
clang called with: -DPACKAGE_NAME="libuv" -DPACKAGE_TARNAME="libuv" -DPACKAGE_VERSION="1.5.0" -DPACKAGE_STRING="libuv 1.5.0" -DPACKAGE_BUGREPORT="https://github.com/libuv/libuv/issues" -DPACKAGE_URL="" -DPACKAGE="libuv" -DVERSION="1.5.0" -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/neovim20150730-44931-jgorcg/.deps/build/src/libuv -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/libuv/include -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/libuv/src -I/tmp/neovim20150730-44931-jgorcg/.deps/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/neovim20150730-44931-jgorcg/.deps/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
superenv executed: clang -pipe -w -Os -march=native -DPACKAGE_NAME="libuv" -DPACKAGE_TARNAME="libuv" -DPACKAGE_VERSION="1.5.0" -DPACKAGE_STRING="libuv 1.5.0" -DPACKAGE_BUGREPORT="https://github.com/libuv/libuv/issues" -DPACKAGE_URL="" -DPACKAGE="libuv" -DVERSION="1.5.0" -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/neovim20150730-44931-jgorcg/.deps/build/src/libuv -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/libuv/include -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/libuv/src -I/tmp/neovim20150730-44931-jgorcg/.deps/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/neovim20150730-44931-jgorcg/.deps/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
clang called with: -DPACKAGE_NAME="libuv" -DPACKAGE_TARNAME="libuv" -DPACKAGE_VERSION="1.5.0" -DPACKAGE_STRING="libuv 1.5.0" -DPACKAGE_BUGREPORT="https://github.com/libuv/libuv/issues" -DPACKAGE_URL="" -DPACKAGE="libuv" -DVERSION="1.5.0" -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/neovim20150730-44931-jgorcg/.deps/build/src/libuv -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/libuv/include -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/libuv/src -I/tmp/neovim20150730-44931-jgorcg/.deps/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/neovim20150730-44931-jgorcg/.deps/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
superenv executed: clang -pipe -w -Os -march=native -DPACKAGE_NAME="libuv" -DPACKAGE_TARNAME="libuv" -DPACKAGE_VERSION="1.5.0" -DPACKAGE_STRING="libuv 1.5.0" -DPACKAGE_BUGREPORT="https://github.com/libuv/libuv/issues" -DPACKAGE_URL="" -DPACKAGE="libuv" -DVERSION="1.5.0" -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/neovim20150730-44931-jgorcg/.deps/build/src/libuv -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/libuv/include -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/libuv/src -I/tmp/neovim20150730-44931-jgorcg/.deps/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/neovim20150730-44931-jgorcg/.deps/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
clang called with: -DPACKAGE_NAME="libuv" -DPACKAGE_TARNAME="libuv" -DPACKAGE_VERSION="1.5.0" -DPACKAGE_STRING="libuv 1.5.0" -DPACKAGE_BUGREPORT="https://github.com/libuv/libuv/issues" -DPACKAGE_URL="" -DPACKAGE="libuv" -DVERSION="1.5.0" -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/neovim20150730-44931-jgorcg/.deps/build/src/libuv -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/libuv/include -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/libuv/src -I/tmp/neovim20150730-44931-jgorcg/.deps/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/neovim20150730-44931-jgorcg/.deps/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
superenv executed: clang -pipe -w -Os -march=native -DPACKAGE_NAME="libuv" -DPACKAGE_TARNAME="libuv" -DPACKAGE_VERSION="1.5.0" -DPACKAGE_STRING="libuv 1.5.0" -DPACKAGE_BUGREPORT="https://github.com/libuv/libuv/issues" -DPACKAGE_URL="" -DPACKAGE="libuv" -DVERSION="1.5.0" -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/neovim20150730-44931-jgorcg/.deps/build/src/libuv -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/libuv/include -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/libuv/src -I/tmp/neovim20150730-44931-jgorcg/.deps/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/neovim20150730-44931-jgorcg/.deps/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
clang called with: -DPACKAGE_NAME="libuv" -DPACKAGE_TARNAME="libuv" -DPACKAGE_VERSION="1.5.0" -DPACKAGE_STRING="libuv 1.5.0" -DPACKAGE_BUGREPORT="https://github.com/libuv/libuv/issues" -DPACKAGE_URL="" -DPACKAGE="libuv" -DVERSION="1.5.0" -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/neovim20150730-44931-jgorcg/.deps/build/src/libuv -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/libuv/include -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/libuv/src -I/tmp/neovim20150730-44931-jgorcg/.deps/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/neovim20150730-44931-jgorcg/.deps/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
superenv executed: clang -pipe -w -Os -march=native -DPACKAGE_NAME="libuv" -DPACKAGE_TARNAME="libuv" -DPACKAGE_VERSION="1.5.0" -DPACKAGE_STRING="libuv 1.5.0" -DPACKAGE_BUGREPORT="https://github.com/libuv/libuv/issues" -DPACKAGE_URL="" -DPACKAGE="libuv" -DVERSION="1.5.0" -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/neovim20150730-44931-jgorcg/.deps/build/src/libuv -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/libuv/include -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/libuv/src -I/tmp/neovim20150730-44931-jgorcg/.deps/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/neovim20150730-44931-jgorcg/.deps/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
clang called with: -DPACKAGE_NAME="libuv" -DPACKAGE_TARNAME="libuv" -DPACKAGE_VERSION="1.5.0" -DPACKAGE_STRING="libuv 1.5.0" -DPACKAGE_BUGREPORT="https://github.com/libuv/libuv/issues" -DPACKAGE_URL="" -DPACKAGE="libuv" -DVERSION="1.5.0" -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/neovim20150730-44931-jgorcg/.deps/build/src/libuv -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/libuv/include -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/libuv/src -I/tmp/neovim20150730-44931-jgorcg/.deps/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/neovim20150730-44931-jgorcg/.deps/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
superenv executed: clang -pipe -w -Os -march=native -DPACKAGE_NAME="libuv" -DPACKAGE_TARNAME="libuv" -DPACKAGE_VERSION="1.5.0" -DPACKAGE_STRING="libuv 1.5.0" -DPACKAGE_BUGREPORT="https://github.com/libuv/libuv/issues" -DPACKAGE_URL="" -DPACKAGE="libuv" -DVERSION="1.5.0" -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/neovim20150730-44931-jgorcg/.deps/build/src/libuv -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/libuv/include -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/libuv/src -I/tmp/neovim20150730-44931-jgorcg/.deps/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/neovim20150730-44931-jgorcg/.deps/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
clang called with: -DPACKAGE_NAME="libuv" -DPACKAGE_TARNAME="libuv" -DPACKAGE_VERSION="1.5.0" -DPACKAGE_STRING="libuv 1.5.0" -DPACKAGE_BUGREPORT="https://github.com/libuv/libuv/issues" -DPACKAGE_URL="" -DPACKAGE="libuv" -DVERSION="1.5.0" -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/neovim20150730-44931-jgorcg/.deps/build/src/libuv -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/libuv/include -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/libuv/src -I/tmp/neovim20150730-44931-jgorcg/.deps/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/neovim20150730-44931-jgorcg/.deps/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
superenv executed: clang -pipe -w -Os -march=native -DPACKAGE_NAME="libuv" -DPACKAGE_TARNAME="libuv" -DPACKAGE_VERSION="1.5.0" -DPACKAGE_STRING="libuv 1.5.0" -DPACKAGE_BUGREPORT="https://github.com/libuv/libuv/issues" -DPACKAGE_URL="" -DPACKAGE="libuv" -DVERSION="1.5.0" -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/neovim20150730-44931-jgorcg/.deps/build/src/libuv -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/libuv/include -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/libuv/src -I/tmp/neovim20150730-44931-jgorcg/.deps/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/neovim20150730-44931-jgorcg/.deps/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
clang called with: -DPACKAGE_NAME="libuv" -DPACKAGE_TARNAME="libuv" -DPACKAGE_VERSION="1.5.0" -DPACKAGE_STRING="libuv 1.5.0" -DPACKAGE_BUGREPORT="https://github.com/libuv/libuv/issues" -DPACKAGE_URL="" -DPACKAGE="libuv" -DVERSION="1.5.0" -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/neovim20150730-44931-jgorcg/.deps/build/src/libuv -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/libuv/include -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/libuv/src -I/tmp/neovim20150730-44931-jgorcg/.deps/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/neovim20150730-44931-jgorcg/.deps/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
superenv executed: clang -pipe -w -Os -march=native -DPACKAGE_NAME="libuv" -DPACKAGE_TARNAME="libuv" -DPACKAGE_VERSION="1.5.0" -DPACKAGE_STRING="libuv 1.5.0" -DPACKAGE_BUGREPORT="https://github.com/libuv/libuv/issues" -DPACKAGE_URL="" -DPACKAGE="libuv" -DVERSION="1.5.0" -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/neovim20150730-44931-jgorcg/.deps/build/src/libuv -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/libuv/include -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/libuv/src -I/tmp/neovim20150730-44931-jgorcg/.deps/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/neovim20150730-44931-jgorcg/.deps/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
clang called with: -DPACKAGE_NAME="libuv" -DPACKAGE_TARNAME="libuv" -DPACKAGE_VERSION="1.5.0" -DPACKAGE_STRING="libuv 1.5.0" -DPACKAGE_BUGREPORT="https://github.com/libuv/libuv/issues" -DPACKAGE_URL="" -DPACKAGE="libuv" -DVERSION="1.5.0" -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/neovim20150730-44931-jgorcg/.deps/build/src/libuv -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/libuv/include -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/libuv/src -I/tmp/neovim20150730-44931-jgorcg/.deps/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/neovim20150730-44931-jgorcg/.deps/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
superenv executed: clang -pipe -w -Os -march=native -DPACKAGE_NAME="libuv" -DPACKAGE_TARNAME="libuv" -DPACKAGE_VERSION="1.5.0" -DPACKAGE_STRING="libuv 1.5.0" -DPACKAGE_BUGREPORT="https://github.com/libuv/libuv/issues" -DPACKAGE_URL="" -DPACKAGE="libuv" -DVERSION="1.5.0" -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/neovim20150730-44931-jgorcg/.deps/build/src/libuv -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/libuv/include -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/libuv/src -I/tmp/neovim20150730-44931-jgorcg/.deps/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/neovim20150730-44931-jgorcg/.deps/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
clang called with: -DPACKAGE_NAME="libuv" -DPACKAGE_TARNAME="libuv" -DPACKAGE_VERSION="1.5.0" -DPACKAGE_STRING="libuv 1.5.0" -DPACKAGE_BUGREPORT="https://github.com/libuv/libuv/issues" -DPACKAGE_URL="" -DPACKAGE="libuv" -DVERSION="1.5.0" -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/neovim20150730-44931-jgorcg/.deps/build/src/libuv -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/libuv/include -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/libuv/src -I/tmp/neovim20150730-44931-jgorcg/.deps/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/neovim20150730-44931-jgorcg/.deps/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
superenv executed: clang -pipe -w -Os -march=native -DPACKAGE_NAME="libuv" -DPACKAGE_TARNAME="libuv" -DPACKAGE_VERSION="1.5.0" -DPACKAGE_STRING="libuv 1.5.0" -DPACKAGE_BUGREPORT="https://github.com/libuv/libuv/issues" -DPACKAGE_URL="" -DPACKAGE="libuv" -DVERSION="1.5.0" -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/neovim20150730-44931-jgorcg/.deps/build/src/libuv -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/libuv/include -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/libuv/src -I/tmp/neovim20150730-44931-jgorcg/.deps/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/neovim20150730-44931-jgorcg/.deps/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
clang called with: -DPACKAGE_NAME="libuv" -DPACKAGE_TARNAME="libuv" -DPACKAGE_VERSION="1.5.0" -DPACKAGE_STRING="libuv 1.5.0" -DPACKAGE_BUGREPORT="https://github.com/libuv/libuv/issues" -DPACKAGE_URL="" -DPACKAGE="libuv" -DVERSION="1.5.0" -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/neovim20150730-44931-jgorcg/.deps/build/src/libuv -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/libuv/include -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/libuv/src -I/tmp/neovim20150730-44931-jgorcg/.deps/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/neovim20150730-44931-jgorcg/.deps/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
superenv executed: clang -pipe -w -Os -march=native -DPACKAGE_NAME="libuv" -DPACKAGE_TARNAME="libuv" -DPACKAGE_VERSION="1.5.0" -DPACKAGE_STRING="libuv 1.5.0" -DPACKAGE_BUGREPORT="https://github.com/libuv/libuv/issues" -DPACKAGE_URL="" -DPACKAGE="libuv" -DVERSION="1.5.0" -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/neovim20150730-44931-jgorcg/.deps/build/src/libuv -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/libuv/include -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/libuv/src -I/tmp/neovim20150730-44931-jgorcg/.deps/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/neovim20150730-44931-jgorcg/.deps/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
clang called with: -DPACKAGE_NAME="libuv" -DPACKAGE_TARNAME="libuv" -DPACKAGE_VERSION="1.5.0" -DPACKAGE_STRING="libuv 1.5.0" -DPACKAGE_BUGREPORT="https://github.com/libuv/libuv/issues" -DPACKAGE_URL="" -DPACKAGE="libuv" -DVERSION="1.5.0" -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/neovim20150730-44931-jgorcg/.deps/build/src/libuv -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/libuv/include -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/libuv/src -I/tmp/neovim20150730-44931-jgorcg/.deps/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/neovim20150730-44931-jgorcg/.deps/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
superenv executed: clang -pipe -w -Os -march=native -DPACKAGE_NAME="libuv" -DPACKAGE_TARNAME="libuv" -DPACKAGE_VERSION="1.5.0" -DPACKAGE_STRING="libuv 1.5.0" -DPACKAGE_BUGREPORT="https://github.com/libuv/libuv/issues" -DPACKAGE_URL="" -DPACKAGE="libuv" -DVERSION="1.5.0" -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/neovim20150730-44931-jgorcg/.deps/build/src/libuv -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/libuv/include -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/libuv/src -I/tmp/neovim20150730-44931-jgorcg/.deps/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/neovim20150730-44931-jgorcg/.deps/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
clang called with: -DPACKAGE_NAME="libuv" -DPACKAGE_TARNAME="libuv" -DPACKAGE_VERSION="1.5.0" -DPACKAGE_STRING="libuv 1.5.0" -DPACKAGE_BUGREPORT="https://github.com/libuv/libuv/issues" -DPACKAGE_URL="" -DPACKAGE="libuv" -DVERSION="1.5.0" -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/neovim20150730-44931-jgorcg/.deps/build/src/libuv -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/libuv/include -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/libuv/src -I/tmp/neovim20150730-44931-jgorcg/.deps/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/neovim20150730-44931-jgorcg/.deps/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
superenv executed: clang -pipe -w -Os -march=native -DPACKAGE_NAME="libuv" -DPACKAGE_TARNAME="libuv" -DPACKAGE_VERSION="1.5.0" -DPACKAGE_STRING="libuv 1.5.0" -DPACKAGE_BUGREPORT="https://github.com/libuv/libuv/issues" -DPACKAGE_URL="" -DPACKAGE="libuv" -DVERSION="1.5.0" -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/neovim20150730-44931-jgorcg/.deps/build/src/libuv -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/libuv/include -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/libuv/src -I/tmp/neovim20150730-44931-jgorcg/.deps/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/neovim20150730-44931-jgorcg/.deps/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
clang called with: -DPACKAGE_NAME="libuv" -DPACKAGE_TARNAME="libuv" -DPACKAGE_VERSION="1.5.0" -DPACKAGE_STRING="libuv 1.5.0" -DPACKAGE_BUGREPORT="https://github.com/libuv/libuv/issues" -DPACKAGE_URL="" -DPACKAGE="libuv" -DVERSION="1.5.0" -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/neovim20150730-44931-jgorcg/.deps/build/src/libuv -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/libuv/include -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/libuv/src -I/tmp/neovim20150730-44931-jgorcg/.deps/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/neovim20150730-44931-jgorcg/.deps/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
superenv executed: clang -pipe -w -Os -march=native -DPACKAGE_NAME="libuv" -DPACKAGE_TARNAME="libuv" -DPACKAGE_VERSION="1.5.0" -DPACKAGE_STRING="libuv 1.5.0" -DPACKAGE_BUGREPORT="https://github.com/libuv/libuv/issues" -DPACKAGE_URL="" -DPACKAGE="libuv" -DVERSION="1.5.0" -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/neovim20150730-44931-jgorcg/.deps/build/src/libuv -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/libuv/include -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/libuv/src -I/tmp/neovim20150730-44931-jgorcg/.deps/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/neovim20150730-44931-jgorcg/.deps/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
clang called with: -DPACKAGE_NAME="libuv" -DPACKAGE_TARNAME="libuv" -DPACKAGE_VERSION="1.5.0" -DPACKAGE_STRING="libuv 1.5.0" -DPACKAGE_BUGREPORT="https://github.com/libuv/libuv/issues" -DPACKAGE_URL="" -DPACKAGE="libuv" -DVERSION="1.5.0" -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/neovim20150730-44931-jgorcg/.deps/build/src/libuv -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/libuv/include -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/libuv/src -I/tmp/neovim20150730-44931-jgorcg/.deps/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/neovim20150730-44931-jgorcg/.deps/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
superenv executed: clang -pipe -w -Os -march=native -DPACKAGE_NAME="libuv" -DPACKAGE_TARNAME="libuv" -DPACKAGE_VERSION="1.5.0" -DPACKAGE_STRING="libuv 1.5.0" -DPACKAGE_BUGREPORT="https://github.com/libuv/libuv/issues" -DPACKAGE_URL="" -DPACKAGE="libuv" -DVERSION="1.5.0" -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/neovim20150730-44931-jgorcg/.deps/build/src/libuv -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/libuv/include -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/libuv/src -I/tmp/neovim20150730-44931-jgorcg/.deps/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/neovim20150730-44931-jgorcg/.deps/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
clang called with: -DPACKAGE_NAME="libuv" -DPACKAGE_TARNAME="libuv" -DPACKAGE_VERSION="1.5.0" -DPACKAGE_STRING="libuv 1.5.0" -DPACKAGE_BUGREPORT="https://github.com/libuv/libuv/issues" -DPACKAGE_URL="" -DPACKAGE="libuv" -DVERSION="1.5.0" -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/neovim20150730-44931-jgorcg/.deps/build/src/libuv -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/libuv/include -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/libuv/src -I/tmp/neovim20150730-44931-jgorcg/.deps/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/neovim20150730-44931-jgorcg/.deps/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
superenv executed: clang -pipe -w -Os -march=native -DPACKAGE_NAME="libuv" -DPACKAGE_TARNAME="libuv" -DPACKAGE_VERSION="1.5.0" -DPACKAGE_STRING="libuv 1.5.0" -DPACKAGE_BUGREPORT="https://github.com/libuv/libuv/issues" -DPACKAGE_URL="" -DPACKAGE="libuv" -DVERSION="1.5.0" -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/neovim20150730-44931-jgorcg/.deps/build/src/libuv -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/libuv/include -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/libuv/src -I/tmp/neovim20150730-44931-jgorcg/.deps/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/neovim20150730-44931-jgorcg/.deps/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
clang called with: -DPACKAGE_NAME="libuv" -DPACKAGE_TARNAME="libuv" -DPACKAGE_VERSION="1.5.0" -DPACKAGE_STRING="libuv 1.5.0" -DPACKAGE_BUGREPORT="https://github.com/libuv/libuv/issues" -DPACKAGE_URL="" -DPACKAGE="libuv" -DVERSION="1.5.0" -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/neovim20150730-44931-jgorcg/.deps/build/src/libuv -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/libuv/include -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/libuv/src -I/tmp/neovim20150730-44931-jgorcg/.deps/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/neovim20150730-44931-jgorcg/.deps/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
superenv executed: clang -pipe -w -Os -march=native -DPACKAGE_NAME="libuv" -DPACKAGE_TARNAME="libuv" -DPACKAGE_VERSION="1.5.0" -DPACKAGE_STRING="libuv 1.5.0" -DPACKAGE_BUGREPORT="https://github.com/libuv/libuv/issues" -DPACKAGE_URL="" -DPACKAGE="libuv" -DVERSION="1.5.0" -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/neovim20150730-44931-jgorcg/.deps/build/src/libuv -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/libuv/include -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/libuv/src -I/tmp/neovim20150730-44931-jgorcg/.deps/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/neovim20150730-44931-jgorcg/.deps/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
clang called with: -DPACKAGE_NAME="libuv" -DPACKAGE_TARNAME="libuv" -DPACKAGE_VERSION="1.5.0" -DPACKAGE_STRING="libuv 1.5.0" -DPACKAGE_BUGREPORT="https://github.com/libuv/libuv/issues" -DPACKAGE_URL="" -DPACKAGE="libuv" -DVERSION="1.5.0" -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/neovim20150730-44931-jgorcg/.deps/build/src/libuv -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/libuv/include -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/libuv/src -I/tmp/neovim20150730-44931-jgorcg/.deps/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/neovim20150730-44931-jgorcg/.deps/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
superenv executed: clang -pipe -w -Os -march=native -DPACKAGE_NAME="libuv" -DPACKAGE_TARNAME="libuv" -DPACKAGE_VERSION="1.5.0" -DPACKAGE_STRING="libuv 1.5.0" -DPACKAGE_BUGREPORT="https://github.com/libuv/libuv/issues" -DPACKAGE_URL="" -DPACKAGE="libuv" -DVERSION="1.5.0" -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/neovim20150730-44931-jgorcg/.deps/build/src/libuv -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/libuv/include -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/libuv/src -I/tmp/neovim20150730-44931-jgorcg/.deps/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/neovim20150730-44931-jgorcg/.deps/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
clang called with: -DPACKAGE_NAME="libuv" -DPACKAGE_TARNAME="libuv" -DPACKAGE_VERSION="1.5.0" -DPACKAGE_STRING="libuv 1.5.0" -DPACKAGE_BUGREPORT="https://github.com/libuv/libuv/issues" -DPACKAGE_URL="" -DPACKAGE="libuv" -DVERSION="1.5.0" -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/neovim20150730-44931-jgorcg/.deps/build/src/libuv -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/libuv/include -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/libuv/src -I/tmp/neovim20150730-44931-jgorcg/.deps/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/neovim20150730-44931-jgorcg/.deps/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
superenv executed: clang -pipe -w -Os -march=native -DPACKAGE_NAME="libuv" -DPACKAGE_TARNAME="libuv" -DPACKAGE_VERSION="1.5.0" -DPACKAGE_STRING="libuv 1.5.0" -DPACKAGE_BUGREPORT="https://github.com/libuv/libuv/issues" -DPACKAGE_URL="" -DPACKAGE="libuv" -DVERSION="1.5.0" -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/neovim20150730-44931-jgorcg/.deps/build/src/libuv -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/libuv/include -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/libuv/src -I/tmp/neovim20150730-44931-jgorcg/.deps/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/neovim20150730-44931-jgorcg/.deps/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
clang called with: -DPACKAGE_NAME="libuv" -DPACKAGE_TARNAME="libuv" -DPACKAGE_VERSION="1.5.0" -DPACKAGE_STRING="libuv 1.5.0" -DPACKAGE_BUGREPORT="https://github.com/libuv/libuv/issues" -DPACKAGE_URL="" -DPACKAGE="libuv" -DVERSION="1.5.0" -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/neovim20150730-44931-jgorcg/.deps/build/src/libuv -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/libuv/include -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/libuv/src -I/tmp/neovim20150730-44931-jgorcg/.deps/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/neovim20150730-44931-jgorcg/.deps/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
superenv executed: clang -pipe -w -Os -march=native -DPACKAGE_NAME="libuv" -DPACKAGE_TARNAME="libuv" -DPACKAGE_VERSION="1.5.0" -DPACKAGE_STRING="libuv 1.5.0" -DPACKAGE_BUGREPORT="https://github.com/libuv/libuv/issues" -DPACKAGE_URL="" -DPACKAGE="libuv" -DVERSION="1.5.0" -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/neovim20150730-44931-jgorcg/.deps/build/src/libuv -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/libuv/include -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/libuv/src -I/tmp/neovim20150730-44931-jgorcg/.deps/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/neovim20150730-44931-jgorcg/.deps/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
clang called with: -DPACKAGE_NAME="libuv" -DPACKAGE_TARNAME="libuv" -DPACKAGE_VERSION="1.5.0" -DPACKAGE_STRING="libuv 1.5.0" -DPACKAGE_BUGREPORT="https://github.com/libuv/libuv/issues" -DPACKAGE_URL="" -DPACKAGE="libuv" -DVERSION="1.5.0" -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/neovim20150730-44931-jgorcg/.deps/build/src/libuv -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/libuv/include -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/libuv/src -I/tmp/neovim20150730-44931-jgorcg/.deps/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/neovim20150730-44931-jgorcg/.deps/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
superenv executed: clang -pipe -w -Os -march=native -DPACKAGE_NAME="libuv" -DPACKAGE_TARNAME="libuv" -DPACKAGE_VERSION="1.5.0" -DPACKAGE_STRING="libuv 1.5.0" -DPACKAGE_BUGREPORT="https://github.com/libuv/libuv/issues" -DPACKAGE_URL="" -DPACKAGE="libuv" -DVERSION="1.5.0" -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/neovim20150730-44931-jgorcg/.deps/build/src/libuv -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/libuv/include -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/libuv/src -I/tmp/neovim20150730-44931-jgorcg/.deps/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/neovim20150730-44931-jgorcg/.deps/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
clang called with: -DPACKAGE_NAME="libuv" -DPACKAGE_TARNAME="libuv" -DPACKAGE_VERSION="1.5.0" -DPACKAGE_STRING="libuv 1.5.0" -DPACKAGE_BUGREPORT="https://github.com/libuv/libuv/issues" -DPACKAGE_URL="" -DPACKAGE="libuv" -DVERSION="1.5.0" -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/neovim20150730-44931-jgorcg/.deps/build/src/libuv -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/libuv/include -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/libuv/src -I/tmp/neovim20150730-44931-jgorcg/.deps/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/neovim20150730-44931-jgorcg/.deps/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
superenv executed: clang -pipe -w -Os -march=native -DPACKAGE_NAME="libuv" -DPACKAGE_TARNAME="libuv" -DPACKAGE_VERSION="1.5.0" -DPACKAGE_STRING="libuv 1.5.0" -DPACKAGE_BUGREPORT="https://github.com/libuv/libuv/issues" -DPACKAGE_URL="" -DPACKAGE="libuv" -DVERSION="1.5.0" -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/neovim20150730-44931-jgorcg/.deps/build/src/libuv -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/libuv/include -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/libuv/src -I/tmp/neovim20150730-44931-jgorcg/.deps/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/neovim20150730-44931-jgorcg/.deps/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
clang called with: -DPACKAGE_NAME="libuv" -DPACKAGE_TARNAME="libuv" -DPACKAGE_VERSION="1.5.0" -DPACKAGE_STRING="libuv 1.5.0" -DPACKAGE_BUGREPORT="https://github.com/libuv/libuv/issues" -DPACKAGE_URL="" -DPACKAGE="libuv" -DVERSION="1.5.0" -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/neovim20150730-44931-jgorcg/.deps/build/src/libuv -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/libuv/include -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/libuv/src -I/tmp/neovim20150730-44931-jgorcg/.deps/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/neovim20150730-44931-jgorcg/.deps/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
superenv executed: clang -pipe -w -Os -march=native -DPACKAGE_NAME="libuv" -DPACKAGE_TARNAME="libuv" -DPACKAGE_VERSION="1.5.0" -DPACKAGE_STRING="libuv 1.5.0" -DPACKAGE_BUGREPORT="https://github.com/libuv/libuv/issues" -DPACKAGE_URL="" -DPACKAGE="libuv" -DVERSION="1.5.0" -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/neovim20150730-44931-jgorcg/.deps/build/src/libuv -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/libuv/include -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/libuv/src -I/tmp/neovim20150730-44931-jgorcg/.deps/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/neovim20150730-44931-jgorcg/.deps/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
clang called with: -DPACKAGE_NAME="libuv" -DPACKAGE_TARNAME="libuv" -DPACKAGE_VERSION="1.5.0" -DPACKAGE_STRING="libuv 1.5.0" -DPACKAGE_BUGREPORT="https://github.com/libuv/libuv/issues" -DPACKAGE_URL="" -DPACKAGE="libuv" -DVERSION="1.5.0" -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/neovim20150730-44931-jgorcg/.deps/build/src/libuv -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/libuv/include -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/libuv/src -I/tmp/neovim20150730-44931-jgorcg/.deps/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/neovim20150730-44931-jgorcg/.deps/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
superenv executed: clang -pipe -w -Os -march=native -DPACKAGE_NAME="libuv" -DPACKAGE_TARNAME="libuv" -DPACKAGE_VERSION="1.5.0" -DPACKAGE_STRING="libuv 1.5.0" -DPACKAGE_BUGREPORT="https://github.com/libuv/libuv/issues" -DPACKAGE_URL="" -DPACKAGE="libuv" -DVERSION="1.5.0" -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/neovim20150730-44931-jgorcg/.deps/build/src/libuv -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/libuv/include -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/libuv/src -I/tmp/neovim20150730-44931-jgorcg/.deps/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/neovim20150730-44931-jgorcg/.deps/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
clang called with: -DPACKAGE_NAME="libuv" -DPACKAGE_TARNAME="libuv" -DPACKAGE_VERSION="1.5.0" -DPACKAGE_STRING="libuv 1.5.0" -DPACKAGE_BUGREPORT="https://github.com/libuv/libuv/issues" -DPACKAGE_URL="" -DPACKAGE="libuv" -DVERSION="1.5.0" -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/neovim20150730-44931-jgorcg/.deps/build/src/libuv -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/libuv/include -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/libuv/src -I/tmp/neovim20150730-44931-jgorcg/.deps/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/neovim20150730-44931-jgorcg/.deps/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
superenv executed: clang -pipe -w -Os -march=native -DPACKAGE_NAME="libuv" -DPACKAGE_TARNAME="libuv" -DPACKAGE_VERSION="1.5.0" -DPACKAGE_STRING="libuv 1.5.0" -DPACKAGE_BUGREPORT="https://github.com/libuv/libuv/issues" -DPACKAGE_URL="" -DPACKAGE="libuv" -DVERSION="1.5.0" -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/neovim20150730-44931-jgorcg/.deps/build/src/libuv -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/libuv/include -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/libuv/src -I/tmp/neovim20150730-44931-jgorcg/.deps/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/neovim20150730-44931-jgorcg/.deps/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
clang called with: -DPACKAGE_NAME="libuv" -DPACKAGE_TARNAME="libuv" -DPACKAGE_VERSION="1.5.0" -DPACKAGE_STRING="libuv 1.5.0" -DPACKAGE_BUGREPORT="https://github.com/libuv/libuv/issues" -DPACKAGE_URL="" -DPACKAGE="libuv" -DVERSION="1.5.0" -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/neovim20150730-44931-jgorcg/.deps/build/src/libuv -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/libuv/include -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/libuv/src -I/tmp/neovim20150730-44931-jgorcg/.deps/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/neovim20150730-44931-jgorcg/.deps/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
superenv executed: clang -pipe -w -Os -march=native -DPACKAGE_NAME="libuv" -DPACKAGE_TARNAME="libuv" -DPACKAGE_VERSION="1.5.0" -DPACKAGE_STRING="libuv 1.5.0" -DPACKAGE_BUGREPORT="https://github.com/libuv/libuv/issues" -DPACKAGE_URL="" -DPACKAGE="libuv" -DVERSION="1.5.0" -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/neovim20150730-44931-jgorcg/.deps/build/src/libuv -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/libuv/include -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/libuv/src -I/tmp/neovim20150730-44931-jgorcg/.deps/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/neovim20150730-44931-jgorcg/.deps/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
clang called with: -DPACKAGE_NAME="libuv" -DPACKAGE_TARNAME="libuv" -DPACKAGE_VERSION="1.5.0" -DPACKAGE_STRING="libuv 1.5.0" -DPACKAGE_BUGREPORT="https://github.com/libuv/libuv/issues" -DPACKAGE_URL="" -DPACKAGE="libuv" -DVERSION="1.5.0" -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/neovim20150730-44931-jgorcg/.deps/build/src/libuv -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/libuv/include -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/libuv/src -I/tmp/neovim20150730-44931-jgorcg/.deps/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/neovim20150730-44931-jgorcg/.deps/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
superenv executed: clang -pipe -w -Os -march=native -DPACKAGE_NAME="libuv" -DPACKAGE_TARNAME="libuv" -DPACKAGE_VERSION="1.5.0" -DPACKAGE_STRING="libuv 1.5.0" -DPACKAGE_BUGREPORT="https://github.com/libuv/libuv/issues" -DPACKAGE_URL="" -DPACKAGE="libuv" -DVERSION="1.5.0" -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/neovim20150730-44931-jgorcg/.deps/build/src/libuv -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/libuv/include -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/libuv/src -I/tmp/neovim20150730-44931-jgorcg/.deps/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/neovim20150730-44931-jgorcg/.deps/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
clang called with: -DPACKAGE_NAME="libuv" -DPACKAGE_TARNAME="libuv" -DPACKAGE_VERSION="1.5.0" -DPACKAGE_STRING="libuv 1.5.0" -DPACKAGE_BUGREPORT="https://github.com/libuv/libuv/issues" -DPACKAGE_URL="" -DPACKAGE="libuv" -DVERSION="1.5.0" -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/neovim20150730-44931-jgorcg/.deps/build/src/libuv -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/libuv/include -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/libuv/src -I/tmp/neovim20150730-44931-jgorcg/.deps/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/neovim20150730-44931-jgorcg/.deps/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
superenv executed: clang -pipe -w -Os -march=native -DPACKAGE_NAME="libuv" -DPACKAGE_TARNAME="libuv" -DPACKAGE_VERSION="1.5.0" -DPACKAGE_STRING="libuv 1.5.0" -DPACKAGE_BUGREPORT="https://github.com/libuv/libuv/issues" -DPACKAGE_URL="" -DPACKAGE="libuv" -DVERSION="1.5.0" -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/neovim20150730-44931-jgorcg/.deps/build/src/libuv -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/libuv/include -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/libuv/src -I/tmp/neovim20150730-44931-jgorcg/.deps/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/neovim20150730-44931-jgorcg/.deps/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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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/neovim20150730-44931-jgorcg/.deps/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 -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/neovim20150730-44931-jgorcg/.deps/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 -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/neovim20150730-44931-jgorcg/.deps/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 -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/neovim20150730-44931-jgorcg/.deps/build/src/libvterm/.libs/libvterm.dylib -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -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/neovim20150730-44931-jgorcg/.deps/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 -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/neovim20150730-44931-jgorcg/.deps/build/src/libvterm/.libs/libvterm.dylib -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -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/neovim20150730-44931-jgorcg/.deps/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 -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/neovim20150730-44931-jgorcg/.deps/build/src/libvterm/.libs/libvterm.dylib -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -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
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
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
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
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
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
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
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
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/neovim20150730-44931-jgorcg/.deps/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
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/neovim20150730-44931-jgorcg/.deps/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
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/neovim20150730-44931-jgorcg/.deps/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
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/neovim20150730-44931-jgorcg/.deps/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
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/neovim20150730-44931-jgorcg/.deps/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
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/neovim20150730-44931-jgorcg/.deps/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
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/neovim20150730-44931-jgorcg/.deps/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
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/neovim20150730-44931-jgorcg/.deps/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
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/neovim20150730-44931-jgorcg/.deps/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
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/neovim20150730-44931-jgorcg/.deps/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
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/neovim20150730-44931-jgorcg/.deps/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
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/neovim20150730-44931-jgorcg/.deps/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
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
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
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 -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 -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/neovim20150730-44931-jgorcg/.deps/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
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/neovim20150730-44931-jgorcg/.deps/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
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
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
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
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
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
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
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
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
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
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
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 -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 -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/neovim20150730-44931-jgorcg/.deps/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
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/neovim20150730-44931-jgorcg/.deps/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
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/neovim20150730-44931-jgorcg/.deps/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
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/neovim20150730-44931-jgorcg/.deps/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
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/neovim20150730-44931-jgorcg/.deps/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
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/neovim20150730-44931-jgorcg/.deps/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
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/neovim20150730-44931-jgorcg/.deps/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
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/neovim20150730-44931-jgorcg/.deps/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
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/neovim20150730-44931-jgorcg/.deps/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
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/neovim20150730-44931-jgorcg/.deps/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
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/neovim20150730-44931-jgorcg/.deps/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
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/neovim20150730-44931-jgorcg/.deps/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
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/neovim20150730-44931-jgorcg/.deps/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
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/neovim20150730-44931-jgorcg/.deps/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
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/neovim20150730-44931-jgorcg/.deps/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
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/neovim20150730-44931-jgorcg/.deps/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
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/neovim20150730-44931-jgorcg/.deps/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
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/neovim20150730-44931-jgorcg/.deps/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
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/neovim20150730-44931-jgorcg/.deps/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
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/neovim20150730-44931-jgorcg/.deps/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
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/neovim20150730-44931-jgorcg/.deps/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
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/neovim20150730-44931-jgorcg/.deps/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
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/neovim20150730-44931-jgorcg/.deps/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
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/neovim20150730-44931-jgorcg/.deps/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
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/neovim20150730-44931-jgorcg/.deps/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
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/neovim20150730-44931-jgorcg/.deps/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
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/neovim20150730-44931-jgorcg/.deps/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
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/neovim20150730-44931-jgorcg/.deps/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
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/neovim20150730-44931-jgorcg/.deps/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
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/neovim20150730-44931-jgorcg/.deps/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
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/neovim20150730-44931-jgorcg/.deps/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
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/neovim20150730-44931-jgorcg/.deps/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
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/neovim20150730-44931-jgorcg/.deps/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
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/neovim20150730-44931-jgorcg/.deps/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
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/neovim20150730-44931-jgorcg/.deps/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
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/neovim20150730-44931-jgorcg/.deps/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
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/neovim20150730-44931-jgorcg/.deps/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
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/neovim20150730-44931-jgorcg/.deps/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
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/neovim20150730-44931-jgorcg/.deps/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
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/neovim20150730-44931-jgorcg/.deps/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
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/neovim20150730-44931-jgorcg/.deps/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
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/neovim20150730-44931-jgorcg/.deps/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
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/neovim20150730-44931-jgorcg/.deps/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
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/neovim20150730-44931-jgorcg/.deps/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
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/neovim20150730-44931-jgorcg/.deps/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
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/neovim20150730-44931-jgorcg/.deps/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
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/neovim20150730-44931-jgorcg/.deps/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
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/neovim20150730-44931-jgorcg/.deps/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
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/neovim20150730-44931-jgorcg/.deps/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
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/neovim20150730-44931-jgorcg/.deps/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
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/neovim20150730-44931-jgorcg/.deps/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
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/neovim20150730-44931-jgorcg/.deps/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
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/neovim20150730-44931-jgorcg/.deps/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
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/neovim20150730-44931-jgorcg/.deps/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
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/neovim20150730-44931-jgorcg/.deps/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
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/neovim20150730-44931-jgorcg/.deps/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
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/neovim20150730-44931-jgorcg/.deps/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
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/neovim20150730-44931-jgorcg/.deps/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
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/neovim20150730-44931-jgorcg/.deps/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
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/neovim20150730-44931-jgorcg/.deps/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
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/neovim20150730-44931-jgorcg/.deps/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
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/neovim20150730-44931-jgorcg/.deps/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
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/neovim20150730-44931-jgorcg/.deps/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
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/neovim20150730-44931-jgorcg/.deps/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
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/neovim20150730-44931-jgorcg/.deps/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
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/neovim20150730-44931-jgorcg/.deps/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
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/neovim20150730-44931-jgorcg/.deps/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
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/neovim20150730-44931-jgorcg/.deps/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
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/neovim20150730-44931-jgorcg/.deps/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
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/neovim20150730-44931-jgorcg/.deps/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
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/neovim20150730-44931-jgorcg/.deps/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
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/neovim20150730-44931-jgorcg/.deps/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
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/neovim20150730-44931-jgorcg/.deps/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
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/neovim20150730-44931-jgorcg/.deps/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
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/neovim20150730-44931-jgorcg/.deps/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
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/neovim20150730-44931-jgorcg/.deps/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
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/neovim20150730-44931-jgorcg/.deps/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
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/neovim20150730-44931-jgorcg/.deps/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
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/neovim20150730-44931-jgorcg/.deps/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
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/neovim20150730-44931-jgorcg/.deps/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
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/neovim20150730-44931-jgorcg/.deps/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
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/neovim20150730-44931-jgorcg/.deps/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
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/neovim20150730-44931-jgorcg/.deps/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
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/neovim20150730-44931-jgorcg/.deps/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
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/neovim20150730-44931-jgorcg/.deps/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
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/neovim20150730-44931-jgorcg/.deps/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
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/neovim20150730-44931-jgorcg/.deps/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
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/neovim20150730-44931-jgorcg/.deps/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
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/neovim20150730-44931-jgorcg/.deps/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
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/neovim20150730-44931-jgorcg/.deps/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
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/neovim20150730-44931-jgorcg/.deps/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
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/neovim20150730-44931-jgorcg/.deps/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
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/neovim20150730-44931-jgorcg/.deps/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
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/neovim20150730-44931-jgorcg/.deps/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
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/neovim20150730-44931-jgorcg/.deps/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
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/neovim20150730-44931-jgorcg/.deps/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
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/neovim20150730-44931-jgorcg/.deps/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
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/neovim20150730-44931-jgorcg/.deps/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
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/neovim20150730-44931-jgorcg/.deps/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
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/neovim20150730-44931-jgorcg/.deps/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
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/neovim20150730-44931-jgorcg/.deps/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
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/neovim20150730-44931-jgorcg/.deps/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
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/neovim20150730-44931-jgorcg/.deps/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
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/neovim20150730-44931-jgorcg/.deps/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
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/neovim20150730-44931-jgorcg/.deps/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
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/neovim20150730-44931-jgorcg/.deps/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
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/neovim20150730-44931-jgorcg/.deps/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
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/neovim20150730-44931-jgorcg/.deps/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
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/neovim20150730-44931-jgorcg/.deps/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
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/neovim20150730-44931-jgorcg/.deps/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
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/neovim20150730-44931-jgorcg/.deps/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
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/neovim20150730-44931-jgorcg/.deps/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
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/neovim20150730-44931-jgorcg/.deps/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
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/neovim20150730-44931-jgorcg/.deps/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
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/neovim20150730-44931-jgorcg/.deps/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
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/neovim20150730-44931-jgorcg/.deps/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
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/neovim20150730-44931-jgorcg/.deps/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
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/neovim20150730-44931-jgorcg/.deps/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
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/neovim20150730-44931-jgorcg/.deps/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
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/neovim20150730-44931-jgorcg/.deps/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
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/neovim20150730-44931-jgorcg/.deps/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
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/neovim20150730-44931-jgorcg/.deps/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
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/neovim20150730-44931-jgorcg/.deps/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
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/neovim20150730-44931-jgorcg/.deps/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
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/neovim20150730-44931-jgorcg/.deps/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
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/neovim20150730-44931-jgorcg/.deps/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
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 -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 -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -fPIC CMakeCCompilerId.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 -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 CMakeCCompilerId.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -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: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -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 CMakeCXXCompilerId.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -fPIC -o CMakeFiles/cmTC_aec5d.dir/testCCompiler.c.o -c /tmp/neovim20150730-44931-jgorcg/.deps/build/src/msgpack-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
superenv executed: clang -pipe -w -Os -march=native -fPIC -o CMakeFiles/cmTC_aec5d.dir/testCCompiler.c.o -c /tmp/neovim20150730-44931-jgorcg/.deps/build/src/msgpack-build/CMakeFiles/CMakeTmp/testCCompiler.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -fPIC -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_aec5d.dir/testCCompiler.c.o -o cmTC_aec5d
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -fPIC -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_aec5d.dir/testCCompiler.c.o -o cmTC_aec5d -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -fPIC -o CMakeFiles/cmTC_af4dc.dir/CMakeCCompilerABI.c.o -c /usr/local/Cellar/cmake/3.3.0/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
superenv executed: clang -pipe -w -Os -march=native -fPIC -o CMakeFiles/cmTC_af4dc.dir/CMakeCCompilerABI.c.o -c /usr/local/Cellar/cmake/3.3.0/share/cmake/Modules/CMakeCCompilerABI.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -fPIC -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_af4dc.dir/CMakeCCompilerABI.c.o -o cmTC_af4dc
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -fPIC -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_af4dc.dir/CMakeCCompilerABI.c.o -o cmTC_af4dc -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -fPIC -std=c11 -o CMakeFiles/cmTC_9c948.dir/feature_tests.c.o -c /tmp/neovim20150730-44931-jgorcg/.deps/build/src/msgpack-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
superenv executed: clang -pipe -w -Os -march=native -fPIC -std=c11 -o CMakeFiles/cmTC_9c948.dir/feature_tests.c.o -c /tmp/neovim20150730-44931-jgorcg/.deps/build/src/msgpack-build/CMakeFiles/feature_tests.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -fPIC -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_9c948.dir/feature_tests.c.o -o cmTC_9c948
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -fPIC -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_9c948.dir/feature_tests.c.o -o cmTC_9c948 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -fPIC -std=c99 -o CMakeFiles/cmTC_d761b.dir/feature_tests.c.o -c /tmp/neovim20150730-44931-jgorcg/.deps/build/src/msgpack-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
superenv executed: clang -pipe -w -Os -march=native -fPIC -std=c99 -o CMakeFiles/cmTC_d761b.dir/feature_tests.c.o -c /tmp/neovim20150730-44931-jgorcg/.deps/build/src/msgpack-build/CMakeFiles/feature_tests.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -fPIC -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_d761b.dir/feature_tests.c.o -o cmTC_d761b
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -fPIC -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_d761b.dir/feature_tests.c.o -o cmTC_d761b -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -fPIC -std=c90 -o CMakeFiles/cmTC_2438b.dir/feature_tests.c.o -c /tmp/neovim20150730-44931-jgorcg/.deps/build/src/msgpack-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
superenv executed: clang -pipe -w -Os -march=native -fPIC -std=c90 -o CMakeFiles/cmTC_2438b.dir/feature_tests.c.o -c /tmp/neovim20150730-44931-jgorcg/.deps/build/src/msgpack-build/CMakeFiles/feature_tests.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -fPIC -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_2438b.dir/feature_tests.c.o -o cmTC_2438b
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -fPIC -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_2438b.dir/feature_tests.c.o -o cmTC_2438b -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -o CMakeFiles/cmTC_c8789.dir/testCXXCompiler.cxx.o -c /tmp/neovim20150730-44931-jgorcg/.deps/build/src/msgpack-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
superenv executed: clang++ -pipe -w -Os -march=native -o CMakeFiles/cmTC_c8789.dir/testCXXCompiler.cxx.o -c /tmp/neovim20150730-44931-jgorcg/.deps/build/src/msgpack-build/CMakeFiles/CMakeTmp/testCXXCompiler.cxx -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_c8789.dir/testCXXCompiler.cxx.o -o cmTC_c8789
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -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_c8789.dir/testCXXCompiler.cxx.o -o cmTC_c8789 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -o CMakeFiles/cmTC_0e697.dir/CMakeCXXCompilerABI.cpp.o -c /usr/local/Cellar/cmake/3.3.0/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
superenv executed: clang++ -pipe -w -Os -march=native -o CMakeFiles/cmTC_0e697.dir/CMakeCXXCompilerABI.cpp.o -c /usr/local/Cellar/cmake/3.3.0/share/cmake/Modules/CMakeCXXCompilerABI.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_0e697.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_0e697
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -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_0e697.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_0e697 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -std=c++1y -o CMakeFiles/cmTC_bede1.dir/feature_tests.cxx.o -c /tmp/neovim20150730-44931-jgorcg/.deps/build/src/msgpack-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
superenv executed: clang++ -pipe -w -Os -march=native -std=c++1y -o CMakeFiles/cmTC_bede1.dir/feature_tests.cxx.o -c /tmp/neovim20150730-44931-jgorcg/.deps/build/src/msgpack-build/CMakeFiles/feature_tests.cxx -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_bede1.dir/feature_tests.cxx.o -o cmTC_bede1
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -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_bede1.dir/feature_tests.cxx.o -o cmTC_bede1 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -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_caf03.dir/feature_tests.cxx.o -c /tmp/neovim20150730-44931-jgorcg/.deps/build/src/msgpack-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
superenv executed: clang++ -pipe -w -Os -march=native -std=c++11 -o CMakeFiles/cmTC_caf03.dir/feature_tests.cxx.o -c /tmp/neovim20150730-44931-jgorcg/.deps/build/src/msgpack-build/CMakeFiles/feature_tests.cxx -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_caf03.dir/feature_tests.cxx.o -o cmTC_caf03
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -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_caf03.dir/feature_tests.cxx.o -o cmTC_caf03 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -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_5bf68.dir/feature_tests.cxx.o -c /tmp/neovim20150730-44931-jgorcg/.deps/build/src/msgpack-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
superenv executed: clang++ -pipe -w -Os -march=native -std=c++98 -o CMakeFiles/cmTC_5bf68.dir/feature_tests.cxx.o -c /tmp/neovim20150730-44931-jgorcg/.deps/build/src/msgpack-build/CMakeFiles/feature_tests.cxx -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_5bf68.dir/feature_tests.cxx.o -o cmTC_5bf68
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -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_5bf68.dir/feature_tests.cxx.o -o cmTC_5bf68 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -fPIC -o CMakeFiles/cmTC_16b92.dir/CheckIncludeFiles.c.o -c /tmp/neovim20150730-44931-jgorcg/.deps/build/src/msgpack-build/CMakeFiles/CMakeTmp/CheckIncludeFiles.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
superenv executed: clang -pipe -w -Os -march=native -fPIC -o CMakeFiles/cmTC_16b92.dir/CheckIncludeFiles.c.o -c /tmp/neovim20150730-44931-jgorcg/.deps/build/src/msgpack-build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -fPIC -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_16b92.dir/CheckIncludeFiles.c.o -o cmTC_16b92
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -fPIC -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_16b92.dir/CheckIncludeFiles.c.o -o cmTC_16b92 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -fPIC -o CMakeFiles/cmTC_57ba4.dir/CheckSymbolExists.c.o -c /tmp/neovim20150730-44931-jgorcg/.deps/build/src/msgpack-build/CMakeFiles/CMakeTmp/CheckSymbolExists.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
superenv executed: clang -pipe -w -Os -march=native -fPIC -o CMakeFiles/cmTC_57ba4.dir/CheckSymbolExists.c.o -c /tmp/neovim20150730-44931-jgorcg/.deps/build/src/msgpack-build/CMakeFiles/CMakeTmp/CheckSymbolExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -fPIC -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_57ba4.dir/CheckSymbolExists.c.o -o cmTC_57ba4
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -fPIC -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_57ba4.dir/CheckSymbolExists.c.o -o cmTC_57ba4 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -DMSGPACK_ENABLE_GCC_CXX_ATOMIC -o CMakeFiles/cmTC_51302.dir/src.cxx.o -c /tmp/neovim20150730-44931-jgorcg/.deps/build/src/msgpack-build/CMakeFiles/CMakeTmp/src.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
superenv executed: clang++ -pipe -w -Os -march=native -DMSGPACK_ENABLE_GCC_CXX_ATOMIC -o CMakeFiles/cmTC_51302.dir/src.cxx.o -c /tmp/neovim20150730-44931-jgorcg/.deps/build/src/msgpack-build/CMakeFiles/CMakeTmp/src.cxx -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -Dmsgpack_EXPORTS -fPIC -fPIC -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/msgpack/. -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/msgpack/include -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/msgpack-build/include -Wall -g -O3 -DPIC -o CMakeFiles/msgpack.dir/src/unpack.c.o -c /tmp/neovim20150730-44931-jgorcg/.deps/build/src/msgpack/src/unpack.c
superenv removed: -Wall -g -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -Dmsgpack_EXPORTS -fPIC -fPIC -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/msgpack/. -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/msgpack/include -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/msgpack-build/include -DPIC -o CMakeFiles/msgpack.dir/src/unpack.c.o -c /tmp/neovim20150730-44931-jgorcg/.deps/build/src/msgpack/src/unpack.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -Dmsgpack_EXPORTS -fPIC -fPIC -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/msgpack/. -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/msgpack/include -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/msgpack-build/include -Wall -g -O3 -DPIC -o CMakeFiles/msgpack.dir/src/objectc.c.o -c /tmp/neovim20150730-44931-jgorcg/.deps/build/src/msgpack/src/objectc.c
superenv removed: -Wall -g -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -Dmsgpack_EXPORTS -fPIC -fPIC -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/msgpack/. -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/msgpack/include -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/msgpack-build/include -DPIC -o CMakeFiles/msgpack.dir/src/objectc.c.o -c /tmp/neovim20150730-44931-jgorcg/.deps/build/src/msgpack/src/objectc.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -Dmsgpack_EXPORTS -fPIC -fPIC -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/msgpack/. -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/msgpack/include -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/msgpack-build/include -Wall -g -O3 -DPIC -o CMakeFiles/msgpack.dir/src/version.c.o -c /tmp/neovim20150730-44931-jgorcg/.deps/build/src/msgpack/src/version.c
superenv removed: -Wall -g -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -Dmsgpack_EXPORTS -fPIC -fPIC -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/msgpack/. -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/msgpack/include -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/msgpack-build/include -DPIC -o CMakeFiles/msgpack.dir/src/version.c.o -c /tmp/neovim20150730-44931-jgorcg/.deps/build/src/msgpack/src/version.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -Dmsgpack_EXPORTS -fPIC -fPIC -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/msgpack/. -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/msgpack/include -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/msgpack-build/include -Wall -g -O3 -DPIC -o CMakeFiles/msgpack.dir/src/vrefbuffer.c.o -c /tmp/neovim20150730-44931-jgorcg/.deps/build/src/msgpack/src/vrefbuffer.c
superenv removed: -Wall -g -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -Dmsgpack_EXPORTS -fPIC -fPIC -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/msgpack/. -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/msgpack/include -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/msgpack-build/include -DPIC -o CMakeFiles/msgpack.dir/src/vrefbuffer.c.o -c /tmp/neovim20150730-44931-jgorcg/.deps/build/src/msgpack/src/vrefbuffer.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -Dmsgpack_EXPORTS -fPIC -fPIC -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/msgpack/. -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/msgpack/include -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/msgpack-build/include -Wall -g -O3 -DPIC -o CMakeFiles/msgpack.dir/src/zone.c.o -c /tmp/neovim20150730-44931-jgorcg/.deps/build/src/msgpack/src/zone.c
superenv removed: -Wall -g -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -Dmsgpack_EXPORTS -fPIC -fPIC -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/msgpack/. -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/msgpack/include -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/msgpack-build/include -DPIC -o CMakeFiles/msgpack.dir/src/zone.c.o -c /tmp/neovim20150730-44931-jgorcg/.deps/build/src/msgpack/src/zone.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -fPIC -dynamiclib -Wl,-headerpad_max_install_names -compatibility_version 3.0.0 -current_version 4.0.0 -o libmsgpack.4.0.0.dylib -install_name /tmp/neovim20150730-44931-jgorcg/.deps/build/src/msgpack-build/libmsgpack.3.dylib CMakeFiles/msgpack.dir/src/unpack.c.o CMakeFiles/msgpack.dir/src/objectc.c.o CMakeFiles/msgpack.dir/src/version.c.o CMakeFiles/msgpack.dir/src/vrefbuffer.c.o CMakeFiles/msgpack.dir/src/zone.c.o
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -fPIC -dynamiclib -Wl,-headerpad_max_install_names -compatibility_version 3.0.0 -current_version 4.0.0 -o libmsgpack.4.0.0.dylib -install_name /tmp/neovim20150730-44931-jgorcg/.deps/build/src/msgpack-build/libmsgpack.3.dylib CMakeFiles/msgpack.dir/src/unpack.c.o CMakeFiles/msgpack.dir/src/objectc.c.o CMakeFiles/msgpack.dir/src/version.c.o CMakeFiles/msgpack.dir/src/vrefbuffer.c.o CMakeFiles/msgpack.dir/src/zone.c.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -fPIC -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/msgpack/. -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/msgpack/include -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/msgpack-build/include -Wall -g -O3 -o CMakeFiles/msgpack-static.dir/src/unpack.c.o -c /tmp/neovim20150730-44931-jgorcg/.deps/build/src/msgpack/src/unpack.c
superenv removed: -Wall -g -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -fPIC -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/msgpack/. -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/msgpack/include -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/msgpack-build/include -o CMakeFiles/msgpack-static.dir/src/unpack.c.o -c /tmp/neovim20150730-44931-jgorcg/.deps/build/src/msgpack/src/unpack.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -fPIC -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/msgpack/. -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/msgpack/include -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/msgpack-build/include -Wall -g -O3 -o CMakeFiles/msgpack-static.dir/src/objectc.c.o -c /tmp/neovim20150730-44931-jgorcg/.deps/build/src/msgpack/src/objectc.c
superenv removed: -Wall -g -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -fPIC -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/msgpack/. -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/msgpack/include -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/msgpack-build/include -o CMakeFiles/msgpack-static.dir/src/objectc.c.o -c /tmp/neovim20150730-44931-jgorcg/.deps/build/src/msgpack/src/objectc.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -fPIC -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/msgpack/. -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/msgpack/include -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/msgpack-build/include -Wall -g -O3 -o CMakeFiles/msgpack-static.dir/src/version.c.o -c /tmp/neovim20150730-44931-jgorcg/.deps/build/src/msgpack/src/version.c
superenv removed: -Wall -g -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -fPIC -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/msgpack/. -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/msgpack/include -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/msgpack-build/include -o CMakeFiles/msgpack-static.dir/src/version.c.o -c /tmp/neovim20150730-44931-jgorcg/.deps/build/src/msgpack/src/version.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -fPIC -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/msgpack/. -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/msgpack/include -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/msgpack-build/include -Wall -g -O3 -o CMakeFiles/msgpack-static.dir/src/vrefbuffer.c.o -c /tmp/neovim20150730-44931-jgorcg/.deps/build/src/msgpack/src/vrefbuffer.c
superenv removed: -Wall -g -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -fPIC -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/msgpack/. -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/msgpack/include -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/msgpack-build/include -o CMakeFiles/msgpack-static.dir/src/vrefbuffer.c.o -c /tmp/neovim20150730-44931-jgorcg/.deps/build/src/msgpack/src/vrefbuffer.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -fPIC -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/msgpack/. -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/msgpack/include -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/msgpack-build/include -Wall -g -O3 -o CMakeFiles/msgpack-static.dir/src/zone.c.o -c /tmp/neovim20150730-44931-jgorcg/.deps/build/src/msgpack/src/zone.c
superenv removed: -Wall -g -O3
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -fPIC -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/msgpack/. -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/msgpack/include -I/tmp/neovim20150730-44931-jgorcg/.deps/build/src/msgpack-build/include -o CMakeFiles/msgpack-static.dir/src/zone.c.o -c /tmp/neovim20150730-44931-jgorcg/.deps/build/src/msgpack/src/zone.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -O2 -fPIC -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -c lpcap.c -o lpcap.o
superenv removed: -O2
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -fPIC -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -c lpcap.c -o lpcap.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -O2 -fPIC -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -c lpcode.c -o lpcode.o
superenv removed: -O2
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -fPIC -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -c lpcode.c -o lpcode.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -O2 -fPIC -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -c lpprint.c -o lpprint.o
superenv removed: -O2
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -fPIC -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -c lpprint.c -o lpprint.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -O2 -fPIC -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -c lptree.c -o lptree.o
superenv removed: -O2
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -fPIC -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -c lptree.c -o lptree.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -O2 -fPIC -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -c lpvm.c -o lpvm.o
superenv removed: -O2
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -fPIC -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -c lpvm.c -o lpvm.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -bundle -undefined dynamic_lookup -all_load -o lpeg.so -L/tmp/neovim20150730-44931-jgorcg/.deps/usr/lib lpcap.o lpcode.o lpprint.o lptree.o lpvm.o
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -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 -bundle -undefined dynamic_lookup -all_load -o lpeg.so -L/tmp/neovim20150730-44931-jgorcg/.deps/usr/lib lpcap.o lpcode.o lpprint.o lptree.o lpvm.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -O2 -fPIC -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -c core.c -o core.o
superenv removed: -O2
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -fPIC -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -c core.c -o core.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -bundle -undefined dynamic_lookup -all_load -o term/core.so -L/tmp/neovim20150730-44931-jgorcg/.deps/usr/lib core.o
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -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 -bundle -undefined dynamic_lookup -all_load -o term/core.so -L/tmp/neovim20150730-44931-jgorcg/.deps/usr/lib core.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -O2 -fPIC -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -c src/lfs.c -o src/lfs.o
superenv removed: -O2
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -fPIC -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -c src/lfs.c -o src/lfs.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -bundle -undefined dynamic_lookup -all_load -o lfs.so -L/tmp/neovim20150730-44931-jgorcg/.deps/usr/lib src/lfs.o
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -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 -bundle -undefined dynamic_lookup -all_load -o lfs.so -L/tmp/neovim20150730-44931-jgorcg/.deps/usr/lib src/lfs.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -O2 -fPIC -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -c src/mime.c -o src/mime.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DUNIX_HAS_SUN_LEN -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default")))
superenv removed: -O2
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -fPIC -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -c src/mime.c -o src/mime.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DUNIX_HAS_SUN_LEN -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default"))) -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -bundle -undefined dynamic_lookup -all_load -o mime/core.so -L/tmp/neovim20150730-44931-jgorcg/.deps/usr/lib src/mime.o
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -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 -bundle -undefined dynamic_lookup -all_load -o mime/core.so -L/tmp/neovim20150730-44931-jgorcg/.deps/usr/lib src/mime.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -O2 -fPIC -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -c src/buffer.c -o src/buffer.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DUNIX_HAS_SUN_LEN -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default")))
superenv removed: -O2
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -fPIC -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -c src/buffer.c -o src/buffer.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DUNIX_HAS_SUN_LEN -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default"))) -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -O2 -fPIC -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -c src/auxiliar.c -o src/auxiliar.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DUNIX_HAS_SUN_LEN -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default")))
superenv removed: -O2
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -fPIC -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -c src/auxiliar.c -o src/auxiliar.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DUNIX_HAS_SUN_LEN -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default"))) -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -O2 -fPIC -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -c src/options.c -o src/options.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DUNIX_HAS_SUN_LEN -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default")))
superenv removed: -O2
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -fPIC -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -c src/options.c -o src/options.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DUNIX_HAS_SUN_LEN -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default"))) -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -O2 -fPIC -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -c src/timeout.c -o src/timeout.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DUNIX_HAS_SUN_LEN -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default")))
superenv removed: -O2
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -fPIC -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -c src/timeout.c -o src/timeout.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DUNIX_HAS_SUN_LEN -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default"))) -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -O2 -fPIC -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -c src/io.c -o src/io.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DUNIX_HAS_SUN_LEN -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default")))
superenv removed: -O2
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -fPIC -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -c src/io.c -o src/io.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DUNIX_HAS_SUN_LEN -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default"))) -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -O2 -fPIC -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -c src/usocket.c -o src/usocket.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DUNIX_HAS_SUN_LEN -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default")))
superenv removed: -O2
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -fPIC -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -c src/usocket.c -o src/usocket.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DUNIX_HAS_SUN_LEN -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default"))) -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -O2 -fPIC -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -c src/serial.c -o src/serial.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DUNIX_HAS_SUN_LEN -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default")))
superenv removed: -O2
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -fPIC -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -c src/serial.c -o src/serial.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DUNIX_HAS_SUN_LEN -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default"))) -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -bundle -undefined dynamic_lookup -all_load -o socket/serial.so -L/tmp/neovim20150730-44931-jgorcg/.deps/usr/lib src/buffer.o src/auxiliar.o src/options.o src/timeout.o src/io.o src/usocket.o src/serial.o
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -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 -bundle -undefined dynamic_lookup -all_load -o socket/serial.so -L/tmp/neovim20150730-44931-jgorcg/.deps/usr/lib src/buffer.o src/auxiliar.o src/options.o src/timeout.o src/io.o src/usocket.o src/serial.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -O2 -fPIC -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -c src/luasocket.c -o src/luasocket.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DUNIX_HAS_SUN_LEN -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default")))
superenv removed: -O2
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -fPIC -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -c src/luasocket.c -o src/luasocket.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DUNIX_HAS_SUN_LEN -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default"))) -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -O2 -fPIC -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -c src/timeout.c -o src/timeout.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DUNIX_HAS_SUN_LEN -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default")))
superenv removed: -O2
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -fPIC -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -c src/timeout.c -o src/timeout.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DUNIX_HAS_SUN_LEN -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default"))) -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -O2 -fPIC -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -c src/buffer.c -o src/buffer.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DUNIX_HAS_SUN_LEN -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default")))
superenv removed: -O2
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -fPIC -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -c src/buffer.c -o src/buffer.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DUNIX_HAS_SUN_LEN -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default"))) -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -O2 -fPIC -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -c src/io.c -o src/io.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DUNIX_HAS_SUN_LEN -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default")))
superenv removed: -O2
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -fPIC -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -c src/io.c -o src/io.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DUNIX_HAS_SUN_LEN -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default"))) -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -O2 -fPIC -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -c src/auxiliar.c -o src/auxiliar.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DUNIX_HAS_SUN_LEN -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default")))
superenv removed: -O2
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -fPIC -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -c src/auxiliar.c -o src/auxiliar.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DUNIX_HAS_SUN_LEN -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default"))) -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -O2 -fPIC -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -c src/options.c -o src/options.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DUNIX_HAS_SUN_LEN -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default")))
superenv removed: -O2
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -fPIC -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -c src/options.c -o src/options.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DUNIX_HAS_SUN_LEN -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default"))) -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -O2 -fPIC -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -c src/inet.c -o src/inet.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DUNIX_HAS_SUN_LEN -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default")))
superenv removed: -O2
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -fPIC -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -c src/inet.c -o src/inet.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DUNIX_HAS_SUN_LEN -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default"))) -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -O2 -fPIC -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -c src/except.c -o src/except.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DUNIX_HAS_SUN_LEN -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default")))
superenv removed: -O2
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -fPIC -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -c src/except.c -o src/except.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DUNIX_HAS_SUN_LEN -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default"))) -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -O2 -fPIC -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -c src/select.c -o src/select.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DUNIX_HAS_SUN_LEN -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default")))
superenv removed: -O2
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -fPIC -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -c src/select.c -o src/select.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DUNIX_HAS_SUN_LEN -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default"))) -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -O2 -fPIC -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -c src/tcp.c -o src/tcp.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DUNIX_HAS_SUN_LEN -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default")))
superenv removed: -O2
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -fPIC -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -c src/tcp.c -o src/tcp.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DUNIX_HAS_SUN_LEN -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default"))) -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -O2 -fPIC -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -c src/udp.c -o src/udp.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DUNIX_HAS_SUN_LEN -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default")))
superenv removed: -O2
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -fPIC -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -c src/udp.c -o src/udp.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DUNIX_HAS_SUN_LEN -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default"))) -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -O2 -fPIC -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -c src/usocket.c -o src/usocket.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DUNIX_HAS_SUN_LEN -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default")))
superenv removed: -O2
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -fPIC -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -c src/usocket.c -o src/usocket.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DUNIX_HAS_SUN_LEN -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default"))) -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -bundle -undefined dynamic_lookup -all_load -o socket/core.so -L/tmp/neovim20150730-44931-jgorcg/.deps/usr/lib src/luasocket.o src/timeout.o src/buffer.o src/io.o src/auxiliar.o src/options.o src/inet.o src/except.o src/select.o src/tcp.o src/udp.o src/usocket.o
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -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 -bundle -undefined dynamic_lookup -all_load -o socket/core.so -L/tmp/neovim20150730-44931-jgorcg/.deps/usr/lib src/luasocket.o src/timeout.o src/buffer.o src/io.o src/auxiliar.o src/options.o src/inet.o src/except.o src/select.o src/tcp.o src/udp.o src/usocket.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -O2 -fPIC -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -c src/buffer.c -o src/buffer.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DUNIX_HAS_SUN_LEN -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default")))
superenv removed: -O2
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -fPIC -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -c src/buffer.c -o src/buffer.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DUNIX_HAS_SUN_LEN -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default"))) -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -O2 -fPIC -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -c src/auxiliar.c -o src/auxiliar.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DUNIX_HAS_SUN_LEN -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default")))
superenv removed: -O2
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -fPIC -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -c src/auxiliar.c -o src/auxiliar.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DUNIX_HAS_SUN_LEN -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default"))) -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -O2 -fPIC -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -c src/options.c -o src/options.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DUNIX_HAS_SUN_LEN -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default")))
superenv removed: -O2
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -fPIC -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -c src/options.c -o src/options.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DUNIX_HAS_SUN_LEN -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default"))) -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -O2 -fPIC -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -c src/timeout.c -o src/timeout.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DUNIX_HAS_SUN_LEN -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default")))
superenv removed: -O2
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -fPIC -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -c src/timeout.c -o src/timeout.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DUNIX_HAS_SUN_LEN -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default"))) -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -O2 -fPIC -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -c src/io.c -o src/io.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DUNIX_HAS_SUN_LEN -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default")))
superenv removed: -O2
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -fPIC -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -c src/io.c -o src/io.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DUNIX_HAS_SUN_LEN -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default"))) -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -O2 -fPIC -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -c src/usocket.c -o src/usocket.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DUNIX_HAS_SUN_LEN -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default")))
superenv removed: -O2
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -fPIC -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -c src/usocket.c -o src/usocket.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DUNIX_HAS_SUN_LEN -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default"))) -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -O2 -fPIC -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -c src/unix.c -o src/unix.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DUNIX_HAS_SUN_LEN -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default")))
superenv removed: -O2
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -fPIC -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -c src/unix.c -o src/unix.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DUNIX_HAS_SUN_LEN -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default"))) -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -bundle -undefined dynamic_lookup -all_load -o socket/unix.so -L/tmp/neovim20150730-44931-jgorcg/.deps/usr/lib src/buffer.o src/auxiliar.o src/options.o src/timeout.o src/io.o src/usocket.o src/unix.o
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -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 -bundle -undefined dynamic_lookup -all_load -o socket/unix.so -L/tmp/neovim20150730-44931-jgorcg/.deps/usr/lib src/buffer.o src/auxiliar.o src/options.o src/timeout.o src/io.o src/usocket.o src/unix.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -O2 -fPIC -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -c nvim/loop.c -o nvim/loop.o -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include
superenv removed: -O2
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -fPIC -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -c nvim/loop.c -o nvim/loop.o -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -bundle -undefined dynamic_lookup -all_load -o nvim/loop.so -L/tmp/neovim20150730-44931-jgorcg/.deps/usr/lib nvim/loop.o -L/tmp/neovim20150730-44931-jgorcg/.deps/usr/lib -Wl,-rpath,/tmp/neovim20150730-44931-jgorcg/.deps/usr/lib: -luv -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 -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 -bundle -undefined dynamic_lookup -all_load -o nvim/loop.so -L/tmp/neovim20150730-44931-jgorcg/.deps/usr/lib nvim/loop.o -Wl,-rpath,/tmp/neovim20150730-44931-jgorcg/.deps/usr/lib: -luv -lpthread -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: CMakeCCompilerId.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 -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 CMakeCCompilerId.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -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: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -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 CMakeCXXCompilerId.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o CMakeFiles/cmTC_9cbe2.dir/testCCompiler.c.o -c /tmp/neovim20150730-44931-jgorcg/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
superenv executed: clang -pipe -w -Os -march=native -o CMakeFiles/cmTC_9cbe2.dir/testCCompiler.c.o -c /tmp/neovim20150730-44931-jgorcg/build/CMakeFiles/CMakeTmp/testCCompiler.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_9cbe2.dir/testCCompiler.c.o -o cmTC_9cbe2
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -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_9cbe2.dir/testCCompiler.c.o -o cmTC_9cbe2 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o CMakeFiles/cmTC_0cf23.dir/CMakeCCompilerABI.c.o -c /usr/local/Cellar/cmake/3.3.0/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
superenv executed: clang -pipe -w -Os -march=native -o CMakeFiles/cmTC_0cf23.dir/CMakeCCompilerABI.c.o -c /usr/local/Cellar/cmake/3.3.0/share/cmake/Modules/CMakeCCompilerABI.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_0cf23.dir/CMakeCCompilerABI.c.o -o cmTC_0cf23
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -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_0cf23.dir/CMakeCCompilerABI.c.o -o cmTC_0cf23 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -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_015f0.dir/feature_tests.c.o -c /tmp/neovim20150730-44931-jgorcg/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
superenv executed: clang -pipe -w -Os -march=native -std=c11 -o CMakeFiles/cmTC_015f0.dir/feature_tests.c.o -c /tmp/neovim20150730-44931-jgorcg/build/CMakeFiles/feature_tests.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_015f0.dir/feature_tests.c.o -o cmTC_015f0
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -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_015f0.dir/feature_tests.c.o -o cmTC_015f0 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -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_30341.dir/feature_tests.c.o -c /tmp/neovim20150730-44931-jgorcg/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
superenv executed: clang -pipe -w -Os -march=native -std=c99 -o CMakeFiles/cmTC_30341.dir/feature_tests.c.o -c /tmp/neovim20150730-44931-jgorcg/build/CMakeFiles/feature_tests.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_30341.dir/feature_tests.c.o -o cmTC_30341
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -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_30341.dir/feature_tests.c.o -o cmTC_30341 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -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_33424.dir/feature_tests.c.o -c /tmp/neovim20150730-44931-jgorcg/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
superenv executed: clang -pipe -w -Os -march=native -std=c90 -o CMakeFiles/cmTC_33424.dir/feature_tests.c.o -c /tmp/neovim20150730-44931-jgorcg/build/CMakeFiles/feature_tests.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_33424.dir/feature_tests.c.o -o cmTC_33424
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -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_33424.dir/feature_tests.c.o -o cmTC_33424 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -o CMakeFiles/cmTC_e3ca1.dir/testCXXCompiler.cxx.o -c /tmp/neovim20150730-44931-jgorcg/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
superenv executed: clang++ -pipe -w -Os -march=native -o CMakeFiles/cmTC_e3ca1.dir/testCXXCompiler.cxx.o -c /tmp/neovim20150730-44931-jgorcg/build/CMakeFiles/CMakeTmp/testCXXCompiler.cxx -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_e3ca1.dir/testCXXCompiler.cxx.o -o cmTC_e3ca1
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -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_e3ca1.dir/testCXXCompiler.cxx.o -o cmTC_e3ca1 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -o CMakeFiles/cmTC_bf0b4.dir/CMakeCXXCompilerABI.cpp.o -c /usr/local/Cellar/cmake/3.3.0/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
superenv executed: clang++ -pipe -w -Os -march=native -o CMakeFiles/cmTC_bf0b4.dir/CMakeCXXCompilerABI.cpp.o -c /usr/local/Cellar/cmake/3.3.0/share/cmake/Modules/CMakeCXXCompilerABI.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_bf0b4.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_bf0b4
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -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_bf0b4.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_bf0b4 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -std=c++1y -o CMakeFiles/cmTC_8413c.dir/feature_tests.cxx.o -c /tmp/neovim20150730-44931-jgorcg/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
superenv executed: clang++ -pipe -w -Os -march=native -std=c++1y -o CMakeFiles/cmTC_8413c.dir/feature_tests.cxx.o -c /tmp/neovim20150730-44931-jgorcg/build/CMakeFiles/feature_tests.cxx -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_8413c.dir/feature_tests.cxx.o -o cmTC_8413c
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -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_8413c.dir/feature_tests.cxx.o -o cmTC_8413c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -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_536bc.dir/feature_tests.cxx.o -c /tmp/neovim20150730-44931-jgorcg/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
superenv executed: clang++ -pipe -w -Os -march=native -std=c++11 -o CMakeFiles/cmTC_536bc.dir/feature_tests.cxx.o -c /tmp/neovim20150730-44931-jgorcg/build/CMakeFiles/feature_tests.cxx -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_536bc.dir/feature_tests.cxx.o -o cmTC_536bc
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -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_536bc.dir/feature_tests.cxx.o -o cmTC_536bc -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -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_3b625.dir/feature_tests.cxx.o -c /tmp/neovim20150730-44931-jgorcg/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
superenv executed: clang++ -pipe -w -Os -march=native -std=c++98 -o CMakeFiles/cmTC_3b625.dir/feature_tests.cxx.o -c /tmp/neovim20150730-44931-jgorcg/build/CMakeFiles/feature_tests.cxx -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_3b625.dir/feature_tests.cxx.o -o cmTC_3b625
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -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_3b625.dir/feature_tests.cxx.o -o cmTC_3b625 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -Wconversion -DHAS_ACCEPTABLE_FORTIFY -g -o CMakeFiles/cmTC_8a27e.dir/src.c.o -c /tmp/neovim20150730-44931-jgorcg/build/CMakeFiles/CMakeTmp/src.c
superenv removed: -Wconversion -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
superenv executed: clang -pipe -w -Os -march=native -DHAS_ACCEPTABLE_FORTIFY -o CMakeFiles/cmTC_8a27e.dir/src.c.o -c /tmp/neovim20150730-44931-jgorcg/build/CMakeFiles/CMakeTmp/src.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -Wconversion -DHAS_ACCEPTABLE_FORTIFY -g -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_8a27e.dir/src.c.o -o cmTC_8a27e
superenv removed: -Wconversion -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 -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DHAS_ACCEPTABLE_FORTIFY -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_8a27e.dir/src.c.o -o cmTC_8a27e -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -Wconversion -DCHECK_FUNCTION_EXISTS=dlopen -g -o CMakeFiles/cmTC_d4696.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.3.0/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -Wconversion -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
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=dlopen -o CMakeFiles/cmTC_d4696.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.3.0/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -Wconversion -DCHECK_FUNCTION_EXISTS=dlopen -g -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_d4696.dir/CheckFunctionExists.c.o -o cmTC_d4696 -L/tmp/neovim20150730-44931-jgorcg/build/CMakeFiles/CMakeTmp/dlfcn.h -ldl -Wl,-rpath,/tmp/neovim20150730-44931-jgorcg/build/CMakeFiles/CMakeTmp/dlfcn.h
superenv removed: -Wconversion -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 -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=dlopen -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_d4696.dir/CheckFunctionExists.c.o -o cmTC_d4696 -L/tmp/neovim20150730-44931-jgorcg/build/CMakeFiles/CMakeTmp/dlfcn.h -ldl -Wl,-rpath,/tmp/neovim20150730-44931-jgorcg/build/CMakeFiles/CMakeTmp/dlfcn.h -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -Wconversion -DCHECK_FUNCTION_EXISTS=kstat_lookup -g -o CMakeFiles/cmTC_ddf38.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.3.0/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -Wconversion -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
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=kstat_lookup -o CMakeFiles/cmTC_ddf38.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.3.0/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -Wconversion -DCHECK_FUNCTION_EXISTS=kstat_lookup -g -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_ddf38.dir/CheckFunctionExists.c.o -o cmTC_ddf38 -L/tmp/neovim20150730-44931-jgorcg/build/CMakeFiles/CMakeTmp/kstat.h -lkstat -Wl,-rpath,/tmp/neovim20150730-44931-jgorcg/build/CMakeFiles/CMakeTmp/kstat.h
superenv removed: -Wconversion -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 -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=kstat_lookup -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_ddf38.dir/CheckFunctionExists.c.o -o cmTC_ddf38 -L/tmp/neovim20150730-44931-jgorcg/build/CMakeFiles/CMakeTmp/kstat.h -lkstat -Wl,-rpath,/tmp/neovim20150730-44931-jgorcg/build/CMakeFiles/CMakeTmp/kstat.h -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -Wconversion -DCHECK_FUNCTION_EXISTS=kvm_open -g -o CMakeFiles/cmTC_5c67a.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.3.0/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -Wconversion -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
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=kvm_open -o CMakeFiles/cmTC_5c67a.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.3.0/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -Wconversion -DCHECK_FUNCTION_EXISTS=kvm_open -g -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_5c67a.dir/CheckFunctionExists.c.o -o cmTC_5c67a -L/tmp/neovim20150730-44931-jgorcg/build/CMakeFiles/CMakeTmp/kvm.h -lkvm -Wl,-rpath,/tmp/neovim20150730-44931-jgorcg/build/CMakeFiles/CMakeTmp/kvm.h
superenv removed: -Wconversion -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 -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=kvm_open -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_5c67a.dir/CheckFunctionExists.c.o -o cmTC_5c67a -L/tmp/neovim20150730-44931-jgorcg/build/CMakeFiles/CMakeTmp/kvm.h -lkvm -Wl,-rpath,/tmp/neovim20150730-44931-jgorcg/build/CMakeFiles/CMakeTmp/kvm.h -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -Wconversion -DCHECK_FUNCTION_EXISTS=gethostbyname -g -o CMakeFiles/cmTC_4f07a.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.3.0/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -Wconversion -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
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=gethostbyname -o CMakeFiles/cmTC_4f07a.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.3.0/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -Wconversion -DCHECK_FUNCTION_EXISTS=gethostbyname -g -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_4f07a.dir/CheckFunctionExists.c.o -o cmTC_4f07a -L/tmp/neovim20150730-44931-jgorcg/build/CMakeFiles/CMakeTmp/nsl.h -lnsl -Wl,-rpath,/tmp/neovim20150730-44931-jgorcg/build/CMakeFiles/CMakeTmp/nsl.h
superenv removed: -Wconversion -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 -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=gethostbyname -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_4f07a.dir/CheckFunctionExists.c.o -o cmTC_4f07a -L/tmp/neovim20150730-44931-jgorcg/build/CMakeFiles/CMakeTmp/nsl.h -lnsl -Wl,-rpath,/tmp/neovim20150730-44931-jgorcg/build/CMakeFiles/CMakeTmp/nsl.h -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -Wconversion -DCHECK_FUNCTION_EXISTS=perfstat_cpu -g -o CMakeFiles/cmTC_09138.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.3.0/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -Wconversion -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
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=perfstat_cpu -o CMakeFiles/cmTC_09138.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.3.0/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -Wconversion -DCHECK_FUNCTION_EXISTS=perfstat_cpu -g -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_09138.dir/CheckFunctionExists.c.o -o cmTC_09138 -L/tmp/neovim20150730-44931-jgorcg/build/CMakeFiles/CMakeTmp/libperfstat.h -lperfstat -Wl,-rpath,/tmp/neovim20150730-44931-jgorcg/build/CMakeFiles/CMakeTmp/libperfstat.h
superenv removed: -Wconversion -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 -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=perfstat_cpu -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_09138.dir/CheckFunctionExists.c.o -o cmTC_09138 -L/tmp/neovim20150730-44931-jgorcg/build/CMakeFiles/CMakeTmp/libperfstat.h -lperfstat -Wl,-rpath,/tmp/neovim20150730-44931-jgorcg/build/CMakeFiles/CMakeTmp/libperfstat.h -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -Wconversion -DCHECK_FUNCTION_EXISTS=clock_gettime -g -o CMakeFiles/cmTC_60f4f.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.3.0/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -Wconversion -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
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=clock_gettime -o CMakeFiles/cmTC_60f4f.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.3.0/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -Wconversion -DCHECK_FUNCTION_EXISTS=clock_gettime -g -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_60f4f.dir/CheckFunctionExists.c.o -o cmTC_60f4f -L/tmp/neovim20150730-44931-jgorcg/build/CMakeFiles/CMakeTmp/time.h -lrt -Wl,-rpath,/tmp/neovim20150730-44931-jgorcg/build/CMakeFiles/CMakeTmp/time.h
superenv removed: -Wconversion -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 -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=clock_gettime -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_60f4f.dir/CheckFunctionExists.c.o -o cmTC_60f4f -L/tmp/neovim20150730-44931-jgorcg/build/CMakeFiles/CMakeTmp/time.h -lrt -Wl,-rpath,/tmp/neovim20150730-44931-jgorcg/build/CMakeFiles/CMakeTmp/time.h -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -Wconversion -DCHECK_FUNCTION_EXISTS=sendfile -g -o CMakeFiles/cmTC_91f3d.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.3.0/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -Wconversion -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
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=sendfile -o CMakeFiles/cmTC_91f3d.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.3.0/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -Wconversion -DCHECK_FUNCTION_EXISTS=sendfile -g -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_91f3d.dir/CheckFunctionExists.c.o -o cmTC_91f3d -lsendfile
superenv removed: -Wconversion -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 -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=sendfile -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_91f3d.dir/CheckFunctionExists.c.o -o cmTC_91f3d -lsendfile -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -Wconversion -DHAVE_WORKING_LIBINTL -g -I/usr/local/opt/gettext/include -o CMakeFiles/cmTC_9e960.dir/src.c.o -c /tmp/neovim20150730-44931-jgorcg/build/CMakeFiles/CMakeTmp/src.c
superenv removed: -Wconversion -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
superenv executed: clang -pipe -w -Os -march=native -DHAVE_WORKING_LIBINTL -I/usr/local/opt/gettext/include -o CMakeFiles/cmTC_9e960.dir/src.c.o -c /tmp/neovim20150730-44931-jgorcg/build/CMakeFiles/CMakeTmp/src.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -Wconversion -DHAVE_WORKING_LIBINTL -g -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_9e960.dir/src.c.o -o cmTC_9e960 /usr/local/opt/gettext/lib/libintl.dylib
superenv removed: -Wconversion -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 -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DHAVE_WORKING_LIBINTL -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_9e960.dir/src.c.o -o cmTC_9e960 /usr/local/opt/gettext/lib/libintl.dylib -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -Wconversion -DCHECK_VARIABLE_EXISTS=_nl_msg_cat_cntr -g -o CMakeFiles/cmTC_86268.dir/CheckVariableExists.c.o -c /usr/local/Cellar/cmake/3.3.0/share/cmake/Modules/CheckVariableExists.c
superenv removed: -Wconversion -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
superenv executed: clang -pipe -w -Os -march=native -DCHECK_VARIABLE_EXISTS=_nl_msg_cat_cntr -o CMakeFiles/cmTC_86268.dir/CheckVariableExists.c.o -c /usr/local/Cellar/cmake/3.3.0/share/cmake/Modules/CheckVariableExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -Wconversion -DCHECK_VARIABLE_EXISTS=_nl_msg_cat_cntr -g -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_86268.dir/CheckVariableExists.c.o -o cmTC_86268 /usr/local/opt/gettext/lib/libintl.dylib
superenv removed: -Wconversion -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 -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DCHECK_VARIABLE_EXISTS=_nl_msg_cat_cntr -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_86268.dir/CheckVariableExists.c.o -o cmTC_86268 /usr/local/opt/gettext/lib/libintl.dylib -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -Wconversion -g -I/usr/local/opt/gettext/include -o CMakeFiles/cmTC_05b24.dir/CheckIncludeFiles.c.o -c /tmp/neovim20150730-44931-jgorcg/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
superenv removed: -Wconversion -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
superenv executed: clang -pipe -w -Os -march=native -I/usr/local/opt/gettext/include -o CMakeFiles/cmTC_05b24.dir/CheckIncludeFiles.c.o -c /tmp/neovim20150730-44931-jgorcg/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -Wconversion -g -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_05b24.dir/CheckIncludeFiles.c.o -o cmTC_05b24
superenv removed: -Wconversion -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 -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_05b24.dir/CheckIncludeFiles.c.o -o cmTC_05b24 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -Wconversion -g -I/usr/local/opt/gettext/include -o CMakeFiles/cmTC_7bf44.dir/CheckSymbolExists.c.o -c /tmp/neovim20150730-44931-jgorcg/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
superenv removed: -Wconversion -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
superenv executed: clang -pipe -w -Os -march=native -I/usr/local/opt/gettext/include -o CMakeFiles/cmTC_7bf44.dir/CheckSymbolExists.c.o -c /tmp/neovim20150730-44931-jgorcg/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -Wconversion -g -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_7bf44.dir/CheckSymbolExists.c.o -o cmTC_7bf44 /usr/local/opt/gettext/lib/libintl.dylib
superenv removed: -Wconversion -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 -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_7bf44.dir/CheckSymbolExists.c.o -o cmTC_7bf44 /usr/local/opt/gettext/lib/libintl.dylib -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -Wconversion -g -I/usr/local/opt/gettext/include -o CMakeFiles/cmTC_bc05d.dir/CheckIncludeFile.c.o -c /tmp/neovim20150730-44931-jgorcg/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
superenv removed: -Wconversion -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
superenv executed: clang -pipe -w -Os -march=native -I/usr/local/opt/gettext/include -o CMakeFiles/cmTC_bc05d.dir/CheckIncludeFile.c.o -c /tmp/neovim20150730-44931-jgorcg/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -Wconversion -g -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_bc05d.dir/CheckIncludeFile.c.o -o cmTC_bc05d
superenv removed: -Wconversion -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 -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_bc05d.dir/CheckIncludeFile.c.o -o cmTC_bc05d -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -Wconversion -g -I/usr/local/opt/gettext/include -o CMakeFiles/cmTC_980af.dir/CheckIncludeFile.c.o -c /tmp/neovim20150730-44931-jgorcg/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
superenv removed: -Wconversion -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
superenv executed: clang -pipe -w -Os -march=native -I/usr/local/opt/gettext/include -o CMakeFiles/cmTC_980af.dir/CheckIncludeFile.c.o -c /tmp/neovim20150730-44931-jgorcg/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -Wconversion -g -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_980af.dir/CheckIncludeFile.c.o -o cmTC_980af
superenv removed: -Wconversion -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 -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_980af.dir/CheckIncludeFile.c.o -o cmTC_980af -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -Wconversion -g -I/usr/local/opt/gettext/include -o CMakeFiles/cmTC_46d57.dir/CheckIncludeFile.c.o -c /tmp/neovim20150730-44931-jgorcg/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
superenv removed: -Wconversion -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
superenv executed: clang -pipe -w -Os -march=native -I/usr/local/opt/gettext/include -o CMakeFiles/cmTC_46d57.dir/CheckIncludeFile.c.o -c /tmp/neovim20150730-44931-jgorcg/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -Wconversion -g -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_46d57.dir/CheckIncludeFile.c.o -o cmTC_46d57
superenv removed: -Wconversion -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 -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_46d57.dir/CheckIncludeFile.c.o -o cmTC_46d57 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -Wconversion -g -I/usr/local/opt/gettext/include -o CMakeFiles/cmTC_6d88f.dir/SIZEOF_INT.c.o -c /tmp/neovim20150730-44931-jgorcg/build/CMakeFiles/CheckTypeSize/SIZEOF_INT.c
superenv removed: -Wconversion -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
superenv executed: clang -pipe -w -Os -march=native -I/usr/local/opt/gettext/include -o CMakeFiles/cmTC_6d88f.dir/SIZEOF_INT.c.o -c /tmp/neovim20150730-44931-jgorcg/build/CMakeFiles/CheckTypeSize/SIZEOF_INT.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -Wconversion -g -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_6d88f.dir/SIZEOF_INT.c.o -o cmTC_6d88f /usr/local/opt/gettext/lib/libintl.dylib
superenv removed: -Wconversion -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 -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_6d88f.dir/SIZEOF_INT.c.o -o cmTC_6d88f /usr/local/opt/gettext/lib/libintl.dylib -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -Wconversion -g -I/usr/local/opt/gettext/include -o CMakeFiles/cmTC_3d499.dir/SIZEOF_LONG.c.o -c /tmp/neovim20150730-44931-jgorcg/build/CMakeFiles/CheckTypeSize/SIZEOF_LONG.c
superenv removed: -Wconversion -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
superenv executed: clang -pipe -w -Os -march=native -I/usr/local/opt/gettext/include -o CMakeFiles/cmTC_3d499.dir/SIZEOF_LONG.c.o -c /tmp/neovim20150730-44931-jgorcg/build/CMakeFiles/CheckTypeSize/SIZEOF_LONG.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -Wconversion -g -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_3d499.dir/SIZEOF_LONG.c.o -o cmTC_3d499 /usr/local/opt/gettext/lib/libintl.dylib
superenv removed: -Wconversion -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 -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_3d499.dir/SIZEOF_LONG.c.o -o cmTC_3d499 /usr/local/opt/gettext/lib/libintl.dylib -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -Wconversion -g -I/usr/local/opt/gettext/include -o CMakeFiles/cmTC_9e92e.dir/SIZEOF_INTMAX_T.c.o -c /tmp/neovim20150730-44931-jgorcg/build/CMakeFiles/CheckTypeSize/SIZEOF_INTMAX_T.c
superenv removed: -Wconversion -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
superenv executed: clang -pipe -w -Os -march=native -I/usr/local/opt/gettext/include -o CMakeFiles/cmTC_9e92e.dir/SIZEOF_INTMAX_T.c.o -c /tmp/neovim20150730-44931-jgorcg/build/CMakeFiles/CheckTypeSize/SIZEOF_INTMAX_T.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -Wconversion -g -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_9e92e.dir/SIZEOF_INTMAX_T.c.o -o cmTC_9e92e /usr/local/opt/gettext/lib/libintl.dylib
superenv removed: -Wconversion -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 -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_9e92e.dir/SIZEOF_INTMAX_T.c.o -o cmTC_9e92e /usr/local/opt/gettext/lib/libintl.dylib -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -Wconversion -g -I/usr/local/opt/gettext/include -o CMakeFiles/cmTC_91401.dir/SIZEOF_OFF_T.c.o -c /tmp/neovim20150730-44931-jgorcg/build/CMakeFiles/CheckTypeSize/SIZEOF_OFF_T.c
superenv removed: -Wconversion -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
superenv executed: clang -pipe -w -Os -march=native -I/usr/local/opt/gettext/include -o CMakeFiles/cmTC_91401.dir/SIZEOF_OFF_T.c.o -c /tmp/neovim20150730-44931-jgorcg/build/CMakeFiles/CheckTypeSize/SIZEOF_OFF_T.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -Wconversion -g -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_91401.dir/SIZEOF_OFF_T.c.o -o cmTC_91401 /usr/local/opt/gettext/lib/libintl.dylib
superenv removed: -Wconversion -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 -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_91401.dir/SIZEOF_OFF_T.c.o -o cmTC_91401 /usr/local/opt/gettext/lib/libintl.dylib -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -Wconversion -g -I/usr/local/opt/gettext/include -o CMakeFiles/cmTC_f9917.dir/SIZEOF_SIZE_T.c.o -c /tmp/neovim20150730-44931-jgorcg/build/CMakeFiles/CheckTypeSize/SIZEOF_SIZE_T.c
superenv removed: -Wconversion -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
superenv executed: clang -pipe -w -Os -march=native -I/usr/local/opt/gettext/include -o CMakeFiles/cmTC_f9917.dir/SIZEOF_SIZE_T.c.o -c /tmp/neovim20150730-44931-jgorcg/build/CMakeFiles/CheckTypeSize/SIZEOF_SIZE_T.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -Wconversion -g -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_f9917.dir/SIZEOF_SIZE_T.c.o -o cmTC_f9917 /usr/local/opt/gettext/lib/libintl.dylib
superenv removed: -Wconversion -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 -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_f9917.dir/SIZEOF_SIZE_T.c.o -o cmTC_f9917 /usr/local/opt/gettext/lib/libintl.dylib -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -Wconversion -g -I/usr/local/opt/gettext/include -o CMakeFiles/cmTC_0cfb0.dir/SIZEOF_LONG_LONG.c.o -c /tmp/neovim20150730-44931-jgorcg/build/CMakeFiles/CheckTypeSize/SIZEOF_LONG_LONG.c
superenv removed: -Wconversion -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
superenv executed: clang -pipe -w -Os -march=native -I/usr/local/opt/gettext/include -o CMakeFiles/cmTC_0cfb0.dir/SIZEOF_LONG_LONG.c.o -c /tmp/neovim20150730-44931-jgorcg/build/CMakeFiles/CheckTypeSize/SIZEOF_LONG_LONG.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -Wconversion -g -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_0cfb0.dir/SIZEOF_LONG_LONG.c.o -o cmTC_0cfb0 /usr/local/opt/gettext/lib/libintl.dylib
superenv removed: -Wconversion -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 -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_0cfb0.dir/SIZEOF_LONG_LONG.c.o -o cmTC_0cfb0 /usr/local/opt/gettext/lib/libintl.dylib -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -Wconversion -g -I/usr/local/opt/gettext/include -o CMakeFiles/cmTC_da9d2.dir/SIZEOF_VOID_PTR.c.o -c /tmp/neovim20150730-44931-jgorcg/build/CMakeFiles/CheckTypeSize/SIZEOF_VOID_PTR.c
superenv removed: -Wconversion -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
superenv executed: clang -pipe -w -Os -march=native -I/usr/local/opt/gettext/include -o CMakeFiles/cmTC_da9d2.dir/SIZEOF_VOID_PTR.c.o -c /tmp/neovim20150730-44931-jgorcg/build/CMakeFiles/CheckTypeSize/SIZEOF_VOID_PTR.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -Wconversion -g -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_da9d2.dir/SIZEOF_VOID_PTR.c.o -o cmTC_da9d2 /usr/local/opt/gettext/lib/libintl.dylib
superenv removed: -Wconversion -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 -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_da9d2.dir/SIZEOF_VOID_PTR.c.o -o cmTC_da9d2 /usr/local/opt/gettext/lib/libintl.dylib -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -Wconversion -g -I/usr/local/opt/gettext/include -o CMakeFiles/cmTC_1ba63.dir/CheckSymbolExists.c.o -c /tmp/neovim20150730-44931-jgorcg/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
superenv removed: -Wconversion -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
superenv executed: clang -pipe -w -Os -march=native -I/usr/local/opt/gettext/include -o CMakeFiles/cmTC_1ba63.dir/CheckSymbolExists.c.o -c /tmp/neovim20150730-44931-jgorcg/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -Wconversion -g -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_1ba63.dir/CheckSymbolExists.c.o -o cmTC_1ba63 /usr/local/opt/gettext/lib/libintl.dylib
superenv removed: -Wconversion -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 -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_1ba63.dir/CheckSymbolExists.c.o -o cmTC_1ba63 /usr/local/opt/gettext/lib/libintl.dylib -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -Wconversion -g -I/usr/local/opt/gettext/include -o CMakeFiles/cmTC_2f2fc.dir/CheckIncludeFiles.c.o -c /tmp/neovim20150730-44931-jgorcg/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
superenv removed: -Wconversion -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
superenv executed: clang -pipe -w -Os -march=native -I/usr/local/opt/gettext/include -o CMakeFiles/cmTC_2f2fc.dir/CheckIncludeFiles.c.o -c /tmp/neovim20150730-44931-jgorcg/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -Wconversion -g -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_2f2fc.dir/CheckIncludeFiles.c.o -o cmTC_2f2fc
superenv removed: -Wconversion -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 -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_2f2fc.dir/CheckIncludeFiles.c.o -o cmTC_2f2fc -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -Wconversion -g -I/usr/local/opt/gettext/include -o CMakeFiles/cmTC_23f98.dir/CheckIncludeFiles.c.o -c /tmp/neovim20150730-44931-jgorcg/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
superenv removed: -Wconversion -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
superenv executed: clang -pipe -w -Os -march=native -I/usr/local/opt/gettext/include -o CMakeFiles/cmTC_23f98.dir/CheckIncludeFiles.c.o -c /tmp/neovim20150730-44931-jgorcg/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -Wconversion -g -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_23f98.dir/CheckIncludeFiles.c.o -o cmTC_23f98
superenv removed: -Wconversion -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 -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_23f98.dir/CheckIncludeFiles.c.o -o cmTC_23f98 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -Wconversion -g -I/usr/local/opt/gettext/include -o CMakeFiles/cmTC_48a75.dir/CheckIncludeFiles.c.o -c /tmp/neovim20150730-44931-jgorcg/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
superenv removed: -Wconversion -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
superenv executed: clang -pipe -w -Os -march=native -I/usr/local/opt/gettext/include -o CMakeFiles/cmTC_48a75.dir/CheckIncludeFiles.c.o -c /tmp/neovim20150730-44931-jgorcg/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -Wconversion -g -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_48a75.dir/CheckIncludeFiles.c.o -o cmTC_48a75
superenv removed: -Wconversion -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 -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_48a75.dir/CheckIncludeFiles.c.o -o cmTC_48a75 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -Wconversion -g -I/usr/local/opt/gettext/include -o CMakeFiles/cmTC_bba92.dir/CheckIncludeFiles.c.o -c /tmp/neovim20150730-44931-jgorcg/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
superenv removed: -Wconversion -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
superenv executed: clang -pipe -w -Os -march=native -I/usr/local/opt/gettext/include -o CMakeFiles/cmTC_bba92.dir/CheckIncludeFiles.c.o -c /tmp/neovim20150730-44931-jgorcg/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -Wconversion -g -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_bba92.dir/CheckIncludeFiles.c.o -o cmTC_bba92
superenv removed: -Wconversion -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 -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_bba92.dir/CheckIncludeFiles.c.o -o cmTC_bba92 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -Wconversion -g -I/usr/local/opt/gettext/include -o CMakeFiles/cmTC_256f1.dir/CheckIncludeFiles.c.o -c /tmp/neovim20150730-44931-jgorcg/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
superenv removed: -Wconversion -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
superenv executed: clang -pipe -w -Os -march=native -I/usr/local/opt/gettext/include -o CMakeFiles/cmTC_256f1.dir/CheckIncludeFiles.c.o -c /tmp/neovim20150730-44931-jgorcg/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -Wconversion -g -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_256f1.dir/CheckIncludeFiles.c.o -o cmTC_256f1
superenv removed: -Wconversion -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 -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_256f1.dir/CheckIncludeFiles.c.o -o cmTC_256f1 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -Wconversion -g -I/usr/local/opt/gettext/include -o CMakeFiles/cmTC_08a07.dir/CheckIncludeFiles.c.o -c /tmp/neovim20150730-44931-jgorcg/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
superenv removed: -Wconversion -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
superenv executed: clang -pipe -w -Os -march=native -I/usr/local/opt/gettext/include -o CMakeFiles/cmTC_08a07.dir/CheckIncludeFiles.c.o -c /tmp/neovim20150730-44931-jgorcg/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -Wconversion -g -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_08a07.dir/CheckIncludeFiles.c.o -o cmTC_08a07
superenv removed: -Wconversion -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 -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_08a07.dir/CheckIncludeFiles.c.o -o cmTC_08a07 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -Wconversion -g -I/usr/local/opt/gettext/include -o CMakeFiles/cmTC_f1479.dir/CheckIncludeFiles.c.o -c /tmp/neovim20150730-44931-jgorcg/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
superenv removed: -Wconversion -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
superenv executed: clang -pipe -w -Os -march=native -I/usr/local/opt/gettext/include -o CMakeFiles/cmTC_f1479.dir/CheckIncludeFiles.c.o -c /tmp/neovim20150730-44931-jgorcg/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -Wconversion -g -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_f1479.dir/CheckIncludeFiles.c.o -o cmTC_f1479
superenv removed: -Wconversion -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 -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_f1479.dir/CheckIncludeFiles.c.o -o cmTC_f1479 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -Wconversion -g -I/usr/local/opt/gettext/include -o CMakeFiles/cmTC_c8abf.dir/CheckIncludeFiles.c.o -c /tmp/neovim20150730-44931-jgorcg/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
superenv removed: -Wconversion -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
superenv executed: clang -pipe -w -Os -march=native -I/usr/local/opt/gettext/include -o CMakeFiles/cmTC_c8abf.dir/CheckIncludeFiles.c.o -c /tmp/neovim20150730-44931-jgorcg/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -Wconversion -g -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_c8abf.dir/CheckIncludeFiles.c.o -o cmTC_c8abf
superenv removed: -Wconversion -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 -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_c8abf.dir/CheckIncludeFiles.c.o -o cmTC_c8abf -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -Wconversion -g -I/usr/local/opt/gettext/include -o CMakeFiles/cmTC_7d86d.dir/CheckIncludeFiles.c.o -c /tmp/neovim20150730-44931-jgorcg/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
superenv removed: -Wconversion -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
superenv executed: clang -pipe -w -Os -march=native -I/usr/local/opt/gettext/include -o CMakeFiles/cmTC_7d86d.dir/CheckIncludeFiles.c.o -c /tmp/neovim20150730-44931-jgorcg/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -Wconversion -g -I/usr/local/opt/gettext/include -o CMakeFiles/cmTC_0a258.dir/CheckIncludeFiles.c.o -c /tmp/neovim20150730-44931-jgorcg/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
superenv removed: -Wconversion -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
superenv executed: clang -pipe -w -Os -march=native -I/usr/local/opt/gettext/include -o CMakeFiles/cmTC_0a258.dir/CheckIncludeFiles.c.o -c /tmp/neovim20150730-44931-jgorcg/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -Wconversion -g -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_0a258.dir/CheckIncludeFiles.c.o -o cmTC_0a258
superenv removed: -Wconversion -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 -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_0a258.dir/CheckIncludeFiles.c.o -o cmTC_0a258 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -Wconversion -g -I/usr/local/opt/gettext/include -o CMakeFiles/cmTC_22a81.dir/CheckIncludeFiles.c.o -c /tmp/neovim20150730-44931-jgorcg/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
superenv removed: -Wconversion -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
superenv executed: clang -pipe -w -Os -march=native -I/usr/local/opt/gettext/include -o CMakeFiles/cmTC_22a81.dir/CheckIncludeFiles.c.o -c /tmp/neovim20150730-44931-jgorcg/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -Wconversion -g -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_22a81.dir/CheckIncludeFiles.c.o -o cmTC_22a81
superenv removed: -Wconversion -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 -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_22a81.dir/CheckIncludeFiles.c.o -o cmTC_22a81 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -Wconversion -g -I/usr/local/opt/gettext/include -o CMakeFiles/cmTC_c7183.dir/CheckIncludeFiles.c.o -c /tmp/neovim20150730-44931-jgorcg/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
superenv removed: -Wconversion -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
superenv executed: clang -pipe -w -Os -march=native -I/usr/local/opt/gettext/include -o CMakeFiles/cmTC_c7183.dir/CheckIncludeFiles.c.o -c /tmp/neovim20150730-44931-jgorcg/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -Wconversion -g -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_c7183.dir/CheckIncludeFiles.c.o -o cmTC_c7183
superenv removed: -Wconversion -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 -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_c7183.dir/CheckIncludeFiles.c.o -o cmTC_c7183 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -Wconversion -g -I/usr/local/opt/gettext/include -o CMakeFiles/cmTC_17dd0.dir/CheckIncludeFiles.c.o -c /tmp/neovim20150730-44931-jgorcg/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
superenv removed: -Wconversion -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
superenv executed: clang -pipe -w -Os -march=native -I/usr/local/opt/gettext/include -o CMakeFiles/cmTC_17dd0.dir/CheckIncludeFiles.c.o -c /tmp/neovim20150730-44931-jgorcg/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -Wconversion -g -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_17dd0.dir/CheckIncludeFiles.c.o -o cmTC_17dd0
superenv removed: -Wconversion -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 -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_17dd0.dir/CheckIncludeFiles.c.o -o cmTC_17dd0 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -Wconversion -g -I/usr/local/opt/gettext/include -o CMakeFiles/cmTC_f0664.dir/CheckIncludeFiles.c.o -c /tmp/neovim20150730-44931-jgorcg/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
superenv removed: -Wconversion -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
superenv executed: clang -pipe -w -Os -march=native -I/usr/local/opt/gettext/include -o CMakeFiles/cmTC_f0664.dir/CheckIncludeFiles.c.o -c /tmp/neovim20150730-44931-jgorcg/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -Wconversion -g -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_f0664.dir/CheckIncludeFiles.c.o -o cmTC_f0664
superenv removed: -Wconversion -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 -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_f0664.dir/CheckIncludeFiles.c.o -o cmTC_f0664 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -Wconversion -g -I/usr/local/opt/gettext/include -o CMakeFiles/cmTC_ebd92.dir/CheckIncludeFiles.c.o -c /tmp/neovim20150730-44931-jgorcg/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
superenv removed: -Wconversion -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
superenv executed: clang -pipe -w -Os -march=native -I/usr/local/opt/gettext/include -o CMakeFiles/cmTC_ebd92.dir/CheckIncludeFiles.c.o -c /tmp/neovim20150730-44931-jgorcg/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -Wconversion -g -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_ebd92.dir/CheckIncludeFiles.c.o -o cmTC_ebd92
superenv removed: -Wconversion -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 -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_ebd92.dir/CheckIncludeFiles.c.o -o cmTC_ebd92 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -Wconversion -DCHECK_FUNCTION_EXISTS=fseeko -g -I/usr/local/opt/gettext/include -o CMakeFiles/cmTC_e58ee.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.3.0/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -Wconversion -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
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=fseeko -I/usr/local/opt/gettext/include -o CMakeFiles/cmTC_e58ee.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.3.0/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -Wconversion -DCHECK_FUNCTION_EXISTS=fseeko -g -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_e58ee.dir/CheckFunctionExists.c.o -o cmTC_e58ee /usr/local/opt/gettext/lib/libintl.dylib
superenv removed: -Wconversion -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 -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=fseeko -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_e58ee.dir/CheckFunctionExists.c.o -o cmTC_e58ee /usr/local/opt/gettext/lib/libintl.dylib -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -Wconversion -DCHECK_FUNCTION_EXISTS=fsync -g -I/usr/local/opt/gettext/include -o CMakeFiles/cmTC_8da6a.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.3.0/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -Wconversion -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
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=fsync -I/usr/local/opt/gettext/include -o CMakeFiles/cmTC_8da6a.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.3.0/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -Wconversion -DCHECK_FUNCTION_EXISTS=fsync -g -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_8da6a.dir/CheckFunctionExists.c.o -o cmTC_8da6a /usr/local/opt/gettext/lib/libintl.dylib
superenv removed: -Wconversion -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 -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=fsync -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_8da6a.dir/CheckFunctionExists.c.o -o cmTC_8da6a /usr/local/opt/gettext/lib/libintl.dylib -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -Wconversion -DCHECK_FUNCTION_EXISTS=getpwent -g -I/usr/local/opt/gettext/include -o CMakeFiles/cmTC_62617.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.3.0/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -Wconversion -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
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=getpwent -I/usr/local/opt/gettext/include -o CMakeFiles/cmTC_62617.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.3.0/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -Wconversion -DCHECK_FUNCTION_EXISTS=getpwent -g -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_62617.dir/CheckFunctionExists.c.o -o cmTC_62617 /usr/local/opt/gettext/lib/libintl.dylib
superenv removed: -Wconversion -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 -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=getpwent -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_62617.dir/CheckFunctionExists.c.o -o cmTC_62617 /usr/local/opt/gettext/lib/libintl.dylib -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -Wconversion -DCHECK_FUNCTION_EXISTS=getpwnam -g -I/usr/local/opt/gettext/include -o CMakeFiles/cmTC_27312.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.3.0/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -Wconversion -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
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=getpwnam -I/usr/local/opt/gettext/include -o CMakeFiles/cmTC_27312.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.3.0/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -Wconversion -DCHECK_FUNCTION_EXISTS=getpwnam -g -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_27312.dir/CheckFunctionExists.c.o -o cmTC_27312 /usr/local/opt/gettext/lib/libintl.dylib
superenv removed: -Wconversion -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 -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=getpwnam -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_27312.dir/CheckFunctionExists.c.o -o cmTC_27312 /usr/local/opt/gettext/lib/libintl.dylib -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -Wconversion -DCHECK_FUNCTION_EXISTS=getpwuid -g -I/usr/local/opt/gettext/include -o CMakeFiles/cmTC_be145.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.3.0/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -Wconversion -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
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=getpwuid -I/usr/local/opt/gettext/include -o CMakeFiles/cmTC_be145.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.3.0/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -Wconversion -DCHECK_FUNCTION_EXISTS=getpwuid -g -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_be145.dir/CheckFunctionExists.c.o -o cmTC_be145 /usr/local/opt/gettext/lib/libintl.dylib
superenv removed: -Wconversion -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 -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=getpwuid -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_be145.dir/CheckFunctionExists.c.o -o cmTC_be145 /usr/local/opt/gettext/lib/libintl.dylib -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -Wconversion -DCHECK_FUNCTION_EXISTS=putenv -g -I/usr/local/opt/gettext/include -o CMakeFiles/cmTC_334f9.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.3.0/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -Wconversion -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
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=putenv -I/usr/local/opt/gettext/include -o CMakeFiles/cmTC_334f9.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.3.0/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -Wconversion -DCHECK_FUNCTION_EXISTS=putenv -g -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_334f9.dir/CheckFunctionExists.c.o -o cmTC_334f9 /usr/local/opt/gettext/lib/libintl.dylib
superenv removed: -Wconversion -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 -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=putenv -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_334f9.dir/CheckFunctionExists.c.o -o cmTC_334f9 /usr/local/opt/gettext/lib/libintl.dylib -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -Wconversion -DCHECK_FUNCTION_EXISTS=opendir -g -I/usr/local/opt/gettext/include -o CMakeFiles/cmTC_a7a33.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.3.0/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -Wconversion -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
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=opendir -I/usr/local/opt/gettext/include -o CMakeFiles/cmTC_a7a33.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.3.0/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -Wconversion -DCHECK_FUNCTION_EXISTS=opendir -g -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_a7a33.dir/CheckFunctionExists.c.o -o cmTC_a7a33 /usr/local/opt/gettext/lib/libintl.dylib
superenv removed: -Wconversion -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 -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=opendir -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_a7a33.dir/CheckFunctionExists.c.o -o cmTC_a7a33 /usr/local/opt/gettext/lib/libintl.dylib -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -Wconversion -DCHECK_FUNCTION_EXISTS=readlink -g -I/usr/local/opt/gettext/include -o CMakeFiles/cmTC_53fc2.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.3.0/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -Wconversion -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
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=readlink -I/usr/local/opt/gettext/include -o CMakeFiles/cmTC_53fc2.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.3.0/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -Wconversion -DCHECK_FUNCTION_EXISTS=readlink -g -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_53fc2.dir/CheckFunctionExists.c.o -o cmTC_53fc2 /usr/local/opt/gettext/lib/libintl.dylib
superenv removed: -Wconversion -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 -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=readlink -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_53fc2.dir/CheckFunctionExists.c.o -o cmTC_53fc2 /usr/local/opt/gettext/lib/libintl.dylib -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -Wconversion -DCHECK_FUNCTION_EXISTS=setenv -g -I/usr/local/opt/gettext/include -o CMakeFiles/cmTC_15e9f.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.3.0/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -Wconversion -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
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=setenv -I/usr/local/opt/gettext/include -o CMakeFiles/cmTC_15e9f.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.3.0/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -Wconversion -DCHECK_FUNCTION_EXISTS=setenv -g -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_15e9f.dir/CheckFunctionExists.c.o -o cmTC_15e9f /usr/local/opt/gettext/lib/libintl.dylib
superenv removed: -Wconversion -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 -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=setenv -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_15e9f.dir/CheckFunctionExists.c.o -o cmTC_15e9f /usr/local/opt/gettext/lib/libintl.dylib -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -Wconversion -DCHECK_FUNCTION_EXISTS=unsetenv -g -I/usr/local/opt/gettext/include -o CMakeFiles/cmTC_c911b.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.3.0/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -Wconversion -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
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=unsetenv -I/usr/local/opt/gettext/include -o CMakeFiles/cmTC_c911b.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.3.0/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -Wconversion -DCHECK_FUNCTION_EXISTS=unsetenv -g -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_c911b.dir/CheckFunctionExists.c.o -o cmTC_c911b /usr/local/opt/gettext/lib/libintl.dylib
superenv removed: -Wconversion -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 -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=unsetenv -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_c911b.dir/CheckFunctionExists.c.o -o cmTC_c911b /usr/local/opt/gettext/lib/libintl.dylib -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -Wconversion -DCHECK_FUNCTION_EXISTS=setpgid -g -I/usr/local/opt/gettext/include -o CMakeFiles/cmTC_6890f.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.3.0/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -Wconversion -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
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=setpgid -I/usr/local/opt/gettext/include -o CMakeFiles/cmTC_6890f.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.3.0/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -Wconversion -DCHECK_FUNCTION_EXISTS=setpgid -g -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_6890f.dir/CheckFunctionExists.c.o -o cmTC_6890f /usr/local/opt/gettext/lib/libintl.dylib
superenv removed: -Wconversion -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 -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=setpgid -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_6890f.dir/CheckFunctionExists.c.o -o cmTC_6890f /usr/local/opt/gettext/lib/libintl.dylib -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -Wconversion -DCHECK_FUNCTION_EXISTS=setsid -g -I/usr/local/opt/gettext/include -o CMakeFiles/cmTC_a6f71.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.3.0/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -Wconversion -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
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=setsid -I/usr/local/opt/gettext/include -o CMakeFiles/cmTC_a6f71.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.3.0/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -Wconversion -DCHECK_FUNCTION_EXISTS=setsid -g -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_a6f71.dir/CheckFunctionExists.c.o -o cmTC_a6f71 /usr/local/opt/gettext/lib/libintl.dylib
superenv removed: -Wconversion -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 -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=setsid -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_a6f71.dir/CheckFunctionExists.c.o -o cmTC_a6f71 /usr/local/opt/gettext/lib/libintl.dylib -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -Wconversion -DCHECK_FUNCTION_EXISTS=sigaction -g -I/usr/local/opt/gettext/include -o CMakeFiles/cmTC_72f4f.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.3.0/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -Wconversion -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
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=sigaction -I/usr/local/opt/gettext/include -o CMakeFiles/cmTC_72f4f.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.3.0/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -Wconversion -DCHECK_FUNCTION_EXISTS=sigaction -g -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_72f4f.dir/CheckFunctionExists.c.o -o cmTC_72f4f /usr/local/opt/gettext/lib/libintl.dylib
superenv removed: -Wconversion -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 -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=sigaction -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_72f4f.dir/CheckFunctionExists.c.o -o cmTC_72f4f /usr/local/opt/gettext/lib/libintl.dylib -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -Wconversion -DCHECK_FUNCTION_EXISTS=strcasecmp -g -I/usr/local/opt/gettext/include -o CMakeFiles/cmTC_38ea4.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.3.0/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -Wconversion -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
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=strcasecmp -I/usr/local/opt/gettext/include -o CMakeFiles/cmTC_38ea4.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.3.0/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -Wconversion -DCHECK_FUNCTION_EXISTS=strcasecmp -g -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_38ea4.dir/CheckFunctionExists.c.o -o cmTC_38ea4 /usr/local/opt/gettext/lib/libintl.dylib
superenv removed: -Wconversion -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 -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=strcasecmp -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_38ea4.dir/CheckFunctionExists.c.o -o cmTC_38ea4 /usr/local/opt/gettext/lib/libintl.dylib -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -Wconversion -DCHECK_FUNCTION_EXISTS=strncasecmp -g -I/usr/local/opt/gettext/include -o CMakeFiles/cmTC_e82dc.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.3.0/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -Wconversion -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
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=strncasecmp -I/usr/local/opt/gettext/include -o CMakeFiles/cmTC_e82dc.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.3.0/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -Wconversion -DCHECK_FUNCTION_EXISTS=strncasecmp -g -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_e82dc.dir/CheckFunctionExists.c.o -o cmTC_e82dc /usr/local/opt/gettext/lib/libintl.dylib
superenv removed: -Wconversion -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 -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=strncasecmp -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_e82dc.dir/CheckFunctionExists.c.o -o cmTC_e82dc /usr/local/opt/gettext/lib/libintl.dylib -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -Wconversion -DCHECK_FUNCTION_EXISTS=utime -g -I/usr/local/opt/gettext/include -o CMakeFiles/cmTC_da5e4.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.3.0/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -Wconversion -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
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=utime -I/usr/local/opt/gettext/include -o CMakeFiles/cmTC_da5e4.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.3.0/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -Wconversion -DCHECK_FUNCTION_EXISTS=utime -g -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_da5e4.dir/CheckFunctionExists.c.o -o cmTC_da5e4 /usr/local/opt/gettext/lib/libintl.dylib
superenv removed: -Wconversion -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 -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=utime -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_da5e4.dir/CheckFunctionExists.c.o -o cmTC_da5e4 /usr/local/opt/gettext/lib/libintl.dylib -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -Wconversion -DCHECK_FUNCTION_EXISTS=utimes -g -I/usr/local/opt/gettext/include -o CMakeFiles/cmTC_b3008.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.3.0/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -Wconversion -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
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=utimes -I/usr/local/opt/gettext/include -o CMakeFiles/cmTC_b3008.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.3.0/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -Wconversion -DCHECK_FUNCTION_EXISTS=utimes -g -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_b3008.dir/CheckFunctionExists.c.o -o cmTC_b3008 /usr/local/opt/gettext/lib/libintl.dylib
superenv removed: -Wconversion -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 -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=utimes -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_b3008.dir/CheckFunctionExists.c.o -o cmTC_b3008 /usr/local/opt/gettext/lib/libintl.dylib -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -Wconversion -g -I/usr/local/opt/gettext/include -o CMakeFiles/cmTC_add52.dir/CheckSymbolExists.c.o -c /tmp/neovim20150730-44931-jgorcg/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
superenv removed: -Wconversion -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
superenv executed: clang -pipe -w -Os -march=native -I/usr/local/opt/gettext/include -o CMakeFiles/cmTC_add52.dir/CheckSymbolExists.c.o -c /tmp/neovim20150730-44931-jgorcg/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -Wconversion -g -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_add52.dir/CheckSymbolExists.c.o -o cmTC_add52 /usr/local/opt/gettext/lib/libintl.dylib
superenv removed: -Wconversion -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 -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_add52.dir/CheckSymbolExists.c.o -o cmTC_add52 /usr/local/opt/gettext/lib/libintl.dylib -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -Wconversion -g -I/usr/local/opt/gettext/include -o CMakeFiles/cmTC_5e092.dir/CheckSymbolExists.c.o -c /tmp/neovim20150730-44931-jgorcg/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
superenv removed: -Wconversion -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
superenv executed: clang -pipe -w -Os -march=native -I/usr/local/opt/gettext/include -o CMakeFiles/cmTC_5e092.dir/CheckSymbolExists.c.o -c /tmp/neovim20150730-44931-jgorcg/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -Wconversion -g -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_5e092.dir/CheckSymbolExists.c.o -o cmTC_5e092 /usr/local/opt/gettext/lib/libintl.dylib
superenv removed: -Wconversion -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 -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_5e092.dir/CheckSymbolExists.c.o -o cmTC_5e092 /usr/local/opt/gettext/lib/libintl.dylib -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: /tmp/neovim20150730-44931-jgorcg/src/nvim/arabic.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/arabic.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -g -Wconversion -E -Wconversion
superenv removed: -g -Wconversion -Wconversion
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim20150730-44931-jgorcg/src/nvim/arabic.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/arabic.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -E -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim20150730-44931-jgorcg/src/nvim/buffer.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/buffer.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -g -Wconversion -E -Wconversion
superenv removed: -g -Wconversion -Wconversion
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim20150730-44931-jgorcg/src/nvim/buffer.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/buffer.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -E -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim20150730-44931-jgorcg/src/nvim/charset.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/charset.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -g -Wconversion -E -Wconversion
superenv removed: -g -Wconversion -Wconversion
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim20150730-44931-jgorcg/src/nvim/charset.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/charset.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -E -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim20150730-44931-jgorcg/src/nvim/cursor.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/cursor.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -g -Wconversion -E -Wconversion
superenv removed: -g -Wconversion -Wconversion
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim20150730-44931-jgorcg/src/nvim/cursor.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/cursor.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -E -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim20150730-44931-jgorcg/src/nvim/cursor_shape.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/cursor_shape.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -g -Wconversion -E -Wconversion
superenv removed: -g -Wconversion -Wconversion
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim20150730-44931-jgorcg/src/nvim/cursor_shape.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/cursor_shape.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -E -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim20150730-44931-jgorcg/src/nvim/diff.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/diff.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -g -Wconversion -E -Wconversion
superenv removed: -g -Wconversion -Wconversion
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim20150730-44931-jgorcg/src/nvim/diff.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/diff.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -E -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim20150730-44931-jgorcg/src/nvim/digraph.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/digraph.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -g -Wconversion -E -Wconversion
superenv removed: -g -Wconversion -Wconversion
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim20150730-44931-jgorcg/src/nvim/digraph.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/digraph.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -E -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim20150730-44931-jgorcg/src/nvim/edit.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/edit.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -g -Wconversion -E -Wconversion
superenv removed: -g -Wconversion -Wconversion
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim20150730-44931-jgorcg/src/nvim/edit.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/edit.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -E -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim20150730-44931-jgorcg/src/nvim/eval.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/eval.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -g -Wconversion -E -Wconversion
superenv removed: -g -Wconversion -Wconversion
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim20150730-44931-jgorcg/src/nvim/eval.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/eval.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -E -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim20150730-44931-jgorcg/src/nvim/ex_cmds.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/ex_cmds.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -g -Wconversion -E -Wconversion
superenv removed: -g -Wconversion -Wconversion
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim20150730-44931-jgorcg/src/nvim/ex_cmds.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/ex_cmds.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -E -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim20150730-44931-jgorcg/src/nvim/ex_cmds2.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/ex_cmds2.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -g -Wconversion -E -Wconversion
superenv removed: -g -Wconversion -Wconversion
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim20150730-44931-jgorcg/src/nvim/ex_cmds2.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/ex_cmds2.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -E -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim20150730-44931-jgorcg/src/nvim/ex_docmd.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/ex_docmd.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -g -Wconversion -E -Wconversion
superenv removed: -g -Wconversion -Wconversion
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim20150730-44931-jgorcg/src/nvim/ex_docmd.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/ex_docmd.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -E -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim20150730-44931-jgorcg/src/nvim/ex_eval.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/ex_eval.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -g -Wconversion -E -Wconversion
superenv removed: -g -Wconversion -Wconversion
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim20150730-44931-jgorcg/src/nvim/ex_eval.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/ex_eval.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -E -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim20150730-44931-jgorcg/src/nvim/ex_getln.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/ex_getln.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -g -Wconversion -E -Wconversion
superenv removed: -g -Wconversion -Wconversion
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim20150730-44931-jgorcg/src/nvim/ex_getln.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/ex_getln.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -E -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim20150730-44931-jgorcg/src/nvim/farsi.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/farsi.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -g -Wconversion -E -Wconversion
superenv removed: -g -Wconversion -Wconversion
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim20150730-44931-jgorcg/src/nvim/farsi.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/farsi.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -E -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim20150730-44931-jgorcg/src/nvim/file_search.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/file_search.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -g -Wconversion -E -Wconversion
superenv removed: -g -Wconversion -Wconversion
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim20150730-44931-jgorcg/src/nvim/file_search.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/file_search.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -E -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim20150730-44931-jgorcg/src/nvim/fileio.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/fileio.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -g -Wconversion -E -Wconversion
superenv removed: -g -Wconversion -Wconversion
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim20150730-44931-jgorcg/src/nvim/fileio.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/fileio.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -E -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim20150730-44931-jgorcg/src/nvim/fold.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/fold.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -g -Wconversion -E -Wconversion
superenv removed: -g -Wconversion -Wconversion
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim20150730-44931-jgorcg/src/nvim/fold.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/fold.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -E -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim20150730-44931-jgorcg/src/nvim/garray.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/garray.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -g -Wconversion -E -Wconversion
superenv removed: -g -Wconversion -Wconversion
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim20150730-44931-jgorcg/src/nvim/garray.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/garray.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -E -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim20150730-44931-jgorcg/src/nvim/getchar.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/getchar.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -g -Wconversion -E -Wconversion
superenv removed: -g -Wconversion -Wconversion
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim20150730-44931-jgorcg/src/nvim/getchar.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/getchar.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -E -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim20150730-44931-jgorcg/src/nvim/hardcopy.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/hardcopy.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -g -Wconversion -E -Wconversion
superenv removed: -g -Wconversion -Wconversion
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim20150730-44931-jgorcg/src/nvim/hardcopy.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/hardcopy.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -E -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim20150730-44931-jgorcg/src/nvim/hashtab.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/hashtab.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -g -Wconversion -E -Wconversion
superenv removed: -g -Wconversion -Wconversion
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim20150730-44931-jgorcg/src/nvim/hashtab.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/hashtab.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -E -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim20150730-44931-jgorcg/src/nvim/if_cscope.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/if_cscope.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -g -Wconversion -E -Wconversion
superenv removed: -g -Wconversion -Wconversion
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim20150730-44931-jgorcg/src/nvim/if_cscope.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/if_cscope.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -E -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim20150730-44931-jgorcg/src/nvim/indent.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/indent.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -g -Wconversion -E -Wconversion
superenv removed: -g -Wconversion -Wconversion
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim20150730-44931-jgorcg/src/nvim/indent.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/indent.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -E -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim20150730-44931-jgorcg/src/nvim/indent_c.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/indent_c.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -g -Wconversion -E -Wconversion
superenv removed: -g -Wconversion -Wconversion
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim20150730-44931-jgorcg/src/nvim/indent_c.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/indent_c.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -E -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim20150730-44931-jgorcg/src/nvim/keymap.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/keymap.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -g -Wconversion -E -Wconversion
superenv removed: -g -Wconversion -Wconversion
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim20150730-44931-jgorcg/src/nvim/keymap.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/keymap.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -E -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim20150730-44931-jgorcg/src/nvim/log.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/log.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -g -Wconversion -E -Wconversion
superenv removed: -g -Wconversion -Wconversion
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim20150730-44931-jgorcg/src/nvim/log.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/log.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -E -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim20150730-44931-jgorcg/src/nvim/main.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/main.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -g -Wconversion -E -Wconversion
superenv removed: -g -Wconversion -Wconversion
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim20150730-44931-jgorcg/src/nvim/main.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/main.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -E -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim20150730-44931-jgorcg/src/nvim/map.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/map.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -g -Wconversion -E -Wconversion
superenv removed: -g -Wconversion -Wconversion
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim20150730-44931-jgorcg/src/nvim/map.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/map.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -E -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim20150730-44931-jgorcg/src/nvim/mark.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/mark.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -g -Wconversion -E -Wconversion
superenv removed: -g -Wconversion -Wconversion
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim20150730-44931-jgorcg/src/nvim/mark.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/mark.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -E -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim20150730-44931-jgorcg/src/nvim/mbyte.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/mbyte.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -g -Wconversion -E -Wconversion
superenv removed: -g -Wconversion -Wconversion
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim20150730-44931-jgorcg/src/nvim/mbyte.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/mbyte.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -E -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim20150730-44931-jgorcg/src/nvim/memfile.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/memfile.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -g -Wconversion -E -Wconversion
superenv removed: -g -Wconversion -Wconversion
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim20150730-44931-jgorcg/src/nvim/memfile.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/memfile.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -E -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim20150730-44931-jgorcg/src/nvim/memline.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/memline.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -g -Wconversion -E -Wconversion
superenv removed: -g -Wconversion -Wconversion
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim20150730-44931-jgorcg/src/nvim/memline.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/memline.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -E -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim20150730-44931-jgorcg/src/nvim/memory.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/memory.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -g -Wconversion -E -Wconversion
superenv removed: -g -Wconversion -Wconversion
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim20150730-44931-jgorcg/src/nvim/memory.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/memory.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -E -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim20150730-44931-jgorcg/src/nvim/menu.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/menu.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -g -Wconversion -E -Wconversion
superenv removed: -g -Wconversion -Wconversion
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim20150730-44931-jgorcg/src/nvim/menu.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/menu.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -E -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim20150730-44931-jgorcg/src/nvim/message.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/message.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -g -Wconversion -E -Wconversion
superenv removed: -g -Wconversion -Wconversion
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim20150730-44931-jgorcg/src/nvim/message.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/message.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -E -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim20150730-44931-jgorcg/src/nvim/misc1.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/misc1.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -g -Wconversion -E -Wconversion
superenv removed: -g -Wconversion -Wconversion
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim20150730-44931-jgorcg/src/nvim/misc1.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/misc1.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -E -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim20150730-44931-jgorcg/src/nvim/misc2.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/misc2.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -g -Wconversion -E -Wconversion
superenv removed: -g -Wconversion -Wconversion
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim20150730-44931-jgorcg/src/nvim/misc2.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/misc2.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -E -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim20150730-44931-jgorcg/src/nvim/mouse.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/mouse.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -g -Wconversion -E -Wconversion
superenv removed: -g -Wconversion -Wconversion
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim20150730-44931-jgorcg/src/nvim/mouse.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/mouse.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -E -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim20150730-44931-jgorcg/src/nvim/move.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/move.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -g -Wconversion -E -Wconversion
superenv removed: -g -Wconversion -Wconversion
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim20150730-44931-jgorcg/src/nvim/move.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/move.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -E -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim20150730-44931-jgorcg/src/nvim/normal.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/normal.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -g -Wconversion -E -Wconversion
superenv removed: -g -Wconversion -Wconversion
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim20150730-44931-jgorcg/src/nvim/normal.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/normal.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -E -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim20150730-44931-jgorcg/src/nvim/ops.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/ops.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -g -Wconversion -E -Wconversion
superenv removed: -g -Wconversion -Wconversion
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim20150730-44931-jgorcg/src/nvim/ops.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/ops.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -E -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim20150730-44931-jgorcg/src/nvim/option.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/option.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -g -Wconversion -E -Wconversion
superenv removed: -g -Wconversion -Wconversion
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim20150730-44931-jgorcg/src/nvim/option.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/option.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -E -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim20150730-44931-jgorcg/src/nvim/os_unix.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/os_unix.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -g -Wconversion -E -Wconversion
superenv removed: -g -Wconversion -Wconversion
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim20150730-44931-jgorcg/src/nvim/os_unix.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/os_unix.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -E -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim20150730-44931-jgorcg/src/nvim/path.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/path.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -g -Wconversion -E -Wconversion
superenv removed: -g -Wconversion -Wconversion
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim20150730-44931-jgorcg/src/nvim/path.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/path.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -E -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim20150730-44931-jgorcg/src/nvim/popupmnu.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/popupmnu.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -g -Wconversion -E -Wconversion
superenv removed: -g -Wconversion -Wconversion
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim20150730-44931-jgorcg/src/nvim/popupmnu.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/popupmnu.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -E -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim20150730-44931-jgorcg/src/nvim/profile.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/profile.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -g -Wconversion -E -Wconversion
superenv removed: -g -Wconversion -Wconversion
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim20150730-44931-jgorcg/src/nvim/profile.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/profile.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -E -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim20150730-44931-jgorcg/src/nvim/quickfix.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/quickfix.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -g -Wconversion -E -Wconversion
superenv removed: -g -Wconversion -Wconversion
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim20150730-44931-jgorcg/src/nvim/quickfix.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/quickfix.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -E -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim20150730-44931-jgorcg/src/nvim/rbuffer.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/rbuffer.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -g -Wconversion -E -Wconversion
superenv removed: -g -Wconversion -Wconversion
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim20150730-44931-jgorcg/src/nvim/rbuffer.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/rbuffer.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -E -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim20150730-44931-jgorcg/src/nvim/regexp.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/regexp.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -g -Wconversion -E -Wconversion
superenv removed: -g -Wconversion -Wconversion
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim20150730-44931-jgorcg/src/nvim/regexp.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/regexp.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -E -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim20150730-44931-jgorcg/src/nvim/screen.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/screen.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -g -Wconversion -E -Wconversion
superenv removed: -g -Wconversion -Wconversion
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim20150730-44931-jgorcg/src/nvim/screen.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/screen.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -E -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim20150730-44931-jgorcg/src/nvim/search.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/search.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -g -Wconversion -E -Wconversion
superenv removed: -g -Wconversion -Wconversion
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim20150730-44931-jgorcg/src/nvim/search.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/search.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -E -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim20150730-44931-jgorcg/src/nvim/sha256.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/sha256.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -g -Wconversion -E -Wconversion
superenv removed: -g -Wconversion -Wconversion
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim20150730-44931-jgorcg/src/nvim/sha256.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/sha256.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -E -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim20150730-44931-jgorcg/src/nvim/spell.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/spell.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -g -Wconversion -E -Wconversion
superenv removed: -g -Wconversion -Wconversion
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim20150730-44931-jgorcg/src/nvim/spell.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/spell.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -E -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim20150730-44931-jgorcg/src/nvim/strings.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/strings.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -g -Wconversion -E -Wconversion
superenv removed: -g -Wconversion -Wconversion
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim20150730-44931-jgorcg/src/nvim/strings.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/strings.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -E -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim20150730-44931-jgorcg/src/nvim/syntax.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/syntax.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -g -Wconversion -E -Wconversion
superenv removed: -g -Wconversion -Wconversion
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim20150730-44931-jgorcg/src/nvim/syntax.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/syntax.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -E -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim20150730-44931-jgorcg/src/nvim/tag.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/tag.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -g -Wconversion -E -Wconversion
superenv removed: -g -Wconversion -Wconversion
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim20150730-44931-jgorcg/src/nvim/tag.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/tag.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -E -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim20150730-44931-jgorcg/src/nvim/tempfile.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/tempfile.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -g -Wconversion -E -Wconversion
superenv removed: -g -Wconversion -Wconversion
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim20150730-44931-jgorcg/src/nvim/tempfile.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/tempfile.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -E -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim20150730-44931-jgorcg/src/nvim/terminal.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/terminal.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -g -Wconversion -E -Wconversion
superenv removed: -g -Wconversion -Wconversion
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim20150730-44931-jgorcg/src/nvim/terminal.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/terminal.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -E -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim20150730-44931-jgorcg/src/nvim/ui.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/ui.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -g -Wconversion -E -Wconversion
superenv removed: -g -Wconversion -Wconversion
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim20150730-44931-jgorcg/src/nvim/ui.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/ui.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -E -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim20150730-44931-jgorcg/src/nvim/undo.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/undo.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -g -Wconversion -E -Wconversion
superenv removed: -g -Wconversion -Wconversion
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim20150730-44931-jgorcg/src/nvim/undo.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/undo.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -E -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim20150730-44931-jgorcg/src/nvim/version.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/version.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -g -Wconversion -E -Wconversion
superenv removed: -g -Wconversion -Wconversion
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim20150730-44931-jgorcg/src/nvim/version.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/version.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -E -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim20150730-44931-jgorcg/src/nvim/window.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/window.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -g -Wconversion -E -Wconversion
superenv removed: -g -Wconversion -Wconversion
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim20150730-44931-jgorcg/src/nvim/window.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/window.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -E -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim20150730-44931-jgorcg/src/nvim/os/dl.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/os/dl.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -g -Wconversion -E -Wconversion
superenv removed: -g -Wconversion -Wconversion
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim20150730-44931-jgorcg/src/nvim/os/dl.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/os/dl.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -E -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim20150730-44931-jgorcg/src/nvim/os/env.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/os/env.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -g -Wconversion -E -Wconversion
superenv removed: -g -Wconversion -Wconversion
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim20150730-44931-jgorcg/src/nvim/os/env.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/os/env.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -E -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim20150730-44931-jgorcg/src/nvim/os/fs.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/os/fs.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -g -Wconversion -E -Wconversion
superenv removed: -g -Wconversion -Wconversion
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim20150730-44931-jgorcg/src/nvim/os/fs.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/os/fs.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -E -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim20150730-44931-jgorcg/src/nvim/os/input.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/os/input.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -g -Wconversion -E -Wconversion
superenv removed: -g -Wconversion -Wconversion
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim20150730-44931-jgorcg/src/nvim/os/input.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/os/input.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -E -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim20150730-44931-jgorcg/src/nvim/os/mem.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/os/mem.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -g -Wconversion -E -Wconversion
superenv removed: -g -Wconversion -Wconversion
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim20150730-44931-jgorcg/src/nvim/os/mem.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/os/mem.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -E -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim20150730-44931-jgorcg/src/nvim/os/shell.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/os/shell.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -g -Wconversion -E -Wconversion
superenv removed: -g -Wconversion -Wconversion
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim20150730-44931-jgorcg/src/nvim/os/shell.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/os/shell.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -E -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim20150730-44931-jgorcg/src/nvim/os/signal.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/os/signal.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -g -Wconversion -E -Wconversion
superenv removed: -g -Wconversion -Wconversion
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim20150730-44931-jgorcg/src/nvim/os/signal.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/os/signal.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -E -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim20150730-44931-jgorcg/src/nvim/os/time.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/os/time.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -g -Wconversion -E -Wconversion
superenv removed: -g -Wconversion -Wconversion
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim20150730-44931-jgorcg/src/nvim/os/time.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/os/time.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -E -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim20150730-44931-jgorcg/src/nvim/os/users.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/os/users.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -g -Wconversion -E -Wconversion
superenv removed: -g -Wconversion -Wconversion
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim20150730-44931-jgorcg/src/nvim/os/users.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/os/users.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -E -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim20150730-44931-jgorcg/src/nvim/api/buffer.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/api/buffer.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -g -Wconversion -E -Wconversion
superenv removed: -g -Wconversion -Wconversion
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim20150730-44931-jgorcg/src/nvim/api/buffer.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/api/buffer.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -E -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim20150730-44931-jgorcg/src/nvim/api/tabpage.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/api/tabpage.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -g -Wconversion -E -Wconversion
superenv removed: -g -Wconversion -Wconversion
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim20150730-44931-jgorcg/src/nvim/api/tabpage.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/api/tabpage.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -E -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim20150730-44931-jgorcg/src/nvim/api/vim.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/api/vim.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -g -Wconversion -E -Wconversion
superenv removed: -g -Wconversion -Wconversion
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim20150730-44931-jgorcg/src/nvim/api/vim.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/api/vim.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -E -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim20150730-44931-jgorcg/src/nvim/api/window.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/api/window.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -g -Wconversion -E -Wconversion
superenv removed: -g -Wconversion -Wconversion
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim20150730-44931-jgorcg/src/nvim/api/window.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/api/window.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -E -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim20150730-44931-jgorcg/src/nvim/api/private/handle.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/api/private/handle.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -g -Wconversion -E -Wconversion
superenv removed: -g -Wconversion -Wconversion
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim20150730-44931-jgorcg/src/nvim/api/private/handle.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/api/private/handle.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -E -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim20150730-44931-jgorcg/src/nvim/api/private/helpers.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/api/private/helpers.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -g -Wconversion -E -Wconversion
superenv removed: -g -Wconversion -Wconversion
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim20150730-44931-jgorcg/src/nvim/api/private/helpers.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/api/private/helpers.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -E -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim20150730-44931-jgorcg/src/nvim/msgpack_rpc/channel.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/msgpack_rpc/channel.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -g -Wconversion -E -Wconversion
superenv removed: -g -Wconversion -Wconversion
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim20150730-44931-jgorcg/src/nvim/msgpack_rpc/channel.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/msgpack_rpc/channel.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -E -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim20150730-44931-jgorcg/src/nvim/msgpack_rpc/helpers.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/msgpack_rpc/helpers.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -g -Wconversion -E -Wconversion
superenv removed: -g -Wconversion -Wconversion
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim20150730-44931-jgorcg/src/nvim/msgpack_rpc/helpers.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/msgpack_rpc/helpers.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -E -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim20150730-44931-jgorcg/src/nvim/msgpack_rpc/remote_ui.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/msgpack_rpc/remote_ui.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -g -Wconversion -E -Wconversion
superenv removed: -g -Wconversion -Wconversion
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim20150730-44931-jgorcg/src/nvim/msgpack_rpc/remote_ui.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/msgpack_rpc/remote_ui.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -E -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim20150730-44931-jgorcg/src/nvim/msgpack_rpc/server.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/msgpack_rpc/server.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -g -Wconversion -E -Wconversion
superenv removed: -g -Wconversion -Wconversion
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim20150730-44931-jgorcg/src/nvim/msgpack_rpc/server.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/msgpack_rpc/server.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -E -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim20150730-44931-jgorcg/src/nvim/tui/tui.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/tui/tui.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -g -Wconversion -E -Wconversion
superenv removed: -g -Wconversion -Wconversion
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim20150730-44931-jgorcg/src/nvim/tui/tui.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/tui/tui.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -E -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim20150730-44931-jgorcg/src/nvim/event/loop.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/event/loop.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -g -Wconversion -E -Wconversion
superenv removed: -g -Wconversion -Wconversion
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim20150730-44931-jgorcg/src/nvim/event/loop.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/event/loop.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -E -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim20150730-44931-jgorcg/src/nvim/event/process.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/event/process.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -g -Wconversion -E -Wconversion
superenv removed: -g -Wconversion -Wconversion
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim20150730-44931-jgorcg/src/nvim/event/process.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/event/process.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -E -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim20150730-44931-jgorcg/src/nvim/event/pty_process.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/event/pty_process.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -g -Wconversion -E -Wconversion
superenv removed: -g -Wconversion -Wconversion
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim20150730-44931-jgorcg/src/nvim/event/pty_process.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/event/pty_process.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -E -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim20150730-44931-jgorcg/src/nvim/event/rstream.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/event/rstream.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -g -Wconversion -E -Wconversion
superenv removed: -g -Wconversion -Wconversion
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim20150730-44931-jgorcg/src/nvim/event/rstream.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/event/rstream.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -E -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim20150730-44931-jgorcg/src/nvim/event/signal.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/event/signal.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -g -Wconversion -E -Wconversion
superenv removed: -g -Wconversion -Wconversion
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim20150730-44931-jgorcg/src/nvim/event/signal.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/event/signal.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -E -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim20150730-44931-jgorcg/src/nvim/event/socket.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/event/socket.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -g -Wconversion -E -Wconversion
superenv removed: -g -Wconversion -Wconversion
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim20150730-44931-jgorcg/src/nvim/event/socket.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/event/socket.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -E -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim20150730-44931-jgorcg/src/nvim/event/stream.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/event/stream.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -g -Wconversion -E -Wconversion
superenv removed: -g -Wconversion -Wconversion
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim20150730-44931-jgorcg/src/nvim/event/stream.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/event/stream.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -E -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim20150730-44931-jgorcg/src/nvim/event/time.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/event/time.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -g -Wconversion -E -Wconversion
superenv removed: -g -Wconversion -Wconversion
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim20150730-44931-jgorcg/src/nvim/event/time.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/event/time.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -E -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim20150730-44931-jgorcg/src/nvim/event/uv_process.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/event/uv_process.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -g -Wconversion -E -Wconversion
superenv removed: -g -Wconversion -Wconversion
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim20150730-44931-jgorcg/src/nvim/event/uv_process.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/event/uv_process.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -E -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim20150730-44931-jgorcg/src/nvim/event/wstream.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/event/wstream.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -g -Wconversion -E -Wconversion
superenv removed: -g -Wconversion -Wconversion
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim20150730-44931-jgorcg/src/nvim/event/wstream.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/event/wstream.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -E -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: /tmp/neovim20150730-44931-jgorcg/src/nvim/regexp_nfa.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/regexp_nfa.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -g -Wconversion -E -Wconversion
superenv removed: -g -Wconversion -Wconversion
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim20150730-44931-jgorcg/src/nvim/regexp_nfa.c -o /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/regexp_nfa.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include -I/tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -E -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -Wconversion -g -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -isystem /usr/local/opt/gettext/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -o CMakeFiles/nvim.dir/__/__/config/auto/pathdef.c.o -c /tmp/neovim20150730-44931-jgorcg/build/config/auto/pathdef.c
superenv removed: -Wconversion -g -Wall -Wextra -pedantic -Wstrict-prototypes
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -isystem /usr/local/opt/gettext/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -Wno-unused-parameter -std=gnu99 -o CMakeFiles/nvim.dir/__/__/config/auto/pathdef.c.o -c /tmp/neovim20150730-44931-jgorcg/build/config/auto/pathdef.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -Wconversion -g -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -isystem /usr/local/opt/gettext/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -o CMakeFiles/nvim.dir/auto/msgpack_dispatch.c.o -c /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/msgpack_dispatch.c
superenv removed: -Wconversion -g -Wall -Wextra -pedantic -Wstrict-prototypes
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -isystem /usr/local/opt/gettext/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -Wno-unused-parameter -std=gnu99 -o CMakeFiles/nvim.dir/auto/msgpack_dispatch.c.o -c /tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto/msgpack_dispatch.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -Wconversion -g -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -isystem /usr/local/opt/gettext/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -o CMakeFiles/nvim.dir/arabic.c.o -c /tmp/neovim20150730-44931-jgorcg/src/nvim/arabic.c
superenv removed: -Wconversion -g -Wall -Wextra -pedantic -Wstrict-prototypes
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -isystem /usr/local/opt/gettext/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -Wno-unused-parameter -std=gnu99 -o CMakeFiles/nvim.dir/arabic.c.o -c /tmp/neovim20150730-44931-jgorcg/src/nvim/arabic.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -Wconversion -g -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -isystem /usr/local/opt/gettext/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wno-conversion -o CMakeFiles/nvim.dir/buffer.c.o -c /tmp/neovim20150730-44931-jgorcg/src/nvim/buffer.c
superenv removed: -Wconversion -g -Wall -Wextra -pedantic -Wstrict-prototypes
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -isystem /usr/local/opt/gettext/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -Wno-unused-parameter -std=gnu99 -Wno-conversion -o CMakeFiles/nvim.dir/buffer.c.o -c /tmp/neovim20150730-44931-jgorcg/src/nvim/buffer.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -Wconversion -g -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -isystem /usr/local/opt/gettext/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wno-conversion -o CMakeFiles/nvim.dir/charset.c.o -c /tmp/neovim20150730-44931-jgorcg/src/nvim/charset.c
superenv removed: -Wconversion -g -Wall -Wextra -pedantic -Wstrict-prototypes
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -isystem /usr/local/opt/gettext/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -Wno-unused-parameter -std=gnu99 -Wno-conversion -o CMakeFiles/nvim.dir/charset.c.o -c /tmp/neovim20150730-44931-jgorcg/src/nvim/charset.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -Wconversion -g -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -isystem /usr/local/opt/gettext/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -o CMakeFiles/nvim.dir/cursor.c.o -c /tmp/neovim20150730-44931-jgorcg/src/nvim/cursor.c
superenv removed: -Wconversion -g -Wall -Wextra -pedantic -Wstrict-prototypes
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -isystem /usr/local/opt/gettext/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -Wno-unused-parameter -std=gnu99 -o CMakeFiles/nvim.dir/cursor.c.o -c /tmp/neovim20150730-44931-jgorcg/src/nvim/cursor.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -Wconversion -g -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -isystem /usr/local/opt/gettext/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -o CMakeFiles/nvim.dir/cursor_shape.c.o -c /tmp/neovim20150730-44931-jgorcg/src/nvim/cursor_shape.c
superenv removed: -Wconversion -g -Wall -Wextra -pedantic -Wstrict-prototypes
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -isystem /usr/local/opt/gettext/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -Wno-unused-parameter -std=gnu99 -o CMakeFiles/nvim.dir/cursor_shape.c.o -c /tmp/neovim20150730-44931-jgorcg/src/nvim/cursor_shape.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -Wconversion -g -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -isystem /usr/local/opt/gettext/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wno-conversion -o CMakeFiles/nvim.dir/diff.c.o -c /tmp/neovim20150730-44931-jgorcg/src/nvim/diff.c
superenv removed: -Wconversion -g -Wall -Wextra -pedantic -Wstrict-prototypes
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -isystem /usr/local/opt/gettext/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -Wno-unused-parameter -std=gnu99 -Wno-conversion -o CMakeFiles/nvim.dir/diff.c.o -c /tmp/neovim20150730-44931-jgorcg/src/nvim/diff.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -Wconversion -g -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -isystem /usr/local/opt/gettext/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -o CMakeFiles/nvim.dir/digraph.c.o -c /tmp/neovim20150730-44931-jgorcg/src/nvim/digraph.c
superenv removed: -Wconversion -g -Wall -Wextra -pedantic -Wstrict-prototypes
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -isystem /usr/local/opt/gettext/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -Wno-unused-parameter -std=gnu99 -o CMakeFiles/nvim.dir/digraph.c.o -c /tmp/neovim20150730-44931-jgorcg/src/nvim/digraph.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -Wconversion -g -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -isystem /usr/local/opt/gettext/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wno-conversion -o CMakeFiles/nvim.dir/edit.c.o -c /tmp/neovim20150730-44931-jgorcg/src/nvim/edit.c
superenv removed: -Wconversion -g -Wall -Wextra -pedantic -Wstrict-prototypes
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -isystem /usr/local/opt/gettext/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -Wno-unused-parameter -std=gnu99 -Wno-conversion -o CMakeFiles/nvim.dir/edit.c.o -c /tmp/neovim20150730-44931-jgorcg/src/nvim/edit.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -Wconversion -g -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -isystem /usr/local/opt/gettext/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wno-conversion -o CMakeFiles/nvim.dir/eval.c.o -c /tmp/neovim20150730-44931-jgorcg/src/nvim/eval.c
superenv removed: -Wconversion -g -Wall -Wextra -pedantic -Wstrict-prototypes
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -isystem /usr/local/opt/gettext/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -Wno-unused-parameter -std=gnu99 -Wno-conversion -o CMakeFiles/nvim.dir/eval.c.o -c /tmp/neovim20150730-44931-jgorcg/src/nvim/eval.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -Wconversion -g -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -isystem /usr/local/opt/gettext/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wno-conversion -o CMakeFiles/nvim.dir/ex_cmds.c.o -c /tmp/neovim20150730-44931-jgorcg/src/nvim/ex_cmds.c
superenv removed: -Wconversion -g -Wall -Wextra -pedantic -Wstrict-prototypes
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -isystem /usr/local/opt/gettext/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -Wno-unused-parameter -std=gnu99 -Wno-conversion -o CMakeFiles/nvim.dir/ex_cmds.c.o -c /tmp/neovim20150730-44931-jgorcg/src/nvim/ex_cmds.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -Wconversion -g -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -isystem /usr/local/opt/gettext/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wno-conversion -o CMakeFiles/nvim.dir/ex_cmds2.c.o -c /tmp/neovim20150730-44931-jgorcg/src/nvim/ex_cmds2.c
superenv removed: -Wconversion -g -Wall -Wextra -pedantic -Wstrict-prototypes
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -isystem /usr/local/opt/gettext/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -Wno-unused-parameter -std=gnu99 -Wno-conversion -o CMakeFiles/nvim.dir/ex_cmds2.c.o -c /tmp/neovim20150730-44931-jgorcg/src/nvim/ex_cmds2.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -Wconversion -g -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -isystem /usr/local/opt/gettext/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wno-conversion -o CMakeFiles/nvim.dir/ex_docmd.c.o -c /tmp/neovim20150730-44931-jgorcg/src/nvim/ex_docmd.c
superenv removed: -Wconversion -g -Wall -Wextra -pedantic -Wstrict-prototypes
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -isystem /usr/local/opt/gettext/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -Wno-unused-parameter -std=gnu99 -Wno-conversion -o CMakeFiles/nvim.dir/ex_docmd.c.o -c /tmp/neovim20150730-44931-jgorcg/src/nvim/ex_docmd.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -Wconversion -g -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -isystem /usr/local/opt/gettext/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -o CMakeFiles/nvim.dir/ex_eval.c.o -c /tmp/neovim20150730-44931-jgorcg/src/nvim/ex_eval.c
superenv removed: -Wconversion -g -Wall -Wextra -pedantic -Wstrict-prototypes
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -isystem /usr/local/opt/gettext/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -Wno-unused-parameter -std=gnu99 -o CMakeFiles/nvim.dir/ex_eval.c.o -c /tmp/neovim20150730-44931-jgorcg/src/nvim/ex_eval.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -Wconversion -g -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -isystem /usr/local/opt/gettext/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wno-conversion -o CMakeFiles/nvim.dir/ex_getln.c.o -c /tmp/neovim20150730-44931-jgorcg/src/nvim/ex_getln.c
superenv removed: -Wconversion -g -Wall -Wextra -pedantic -Wstrict-prototypes
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -isystem /usr/local/opt/gettext/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -Wno-unused-parameter -std=gnu99 -Wno-conversion -o CMakeFiles/nvim.dir/ex_getln.c.o -c /tmp/neovim20150730-44931-jgorcg/src/nvim/ex_getln.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -Wconversion -g -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -isystem /usr/local/opt/gettext/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -o CMakeFiles/nvim.dir/farsi.c.o -c /tmp/neovim20150730-44931-jgorcg/src/nvim/farsi.c
superenv removed: -Wconversion -g -Wall -Wextra -pedantic -Wstrict-prototypes
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -isystem /usr/local/opt/gettext/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -Wno-unused-parameter -std=gnu99 -o CMakeFiles/nvim.dir/farsi.c.o -c /tmp/neovim20150730-44931-jgorcg/src/nvim/farsi.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -Wconversion -g -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -isystem /usr/local/opt/gettext/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -o CMakeFiles/nvim.dir/file_search.c.o -c /tmp/neovim20150730-44931-jgorcg/src/nvim/file_search.c
superenv removed: -Wconversion -g -Wall -Wextra -pedantic -Wstrict-prototypes
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -isystem /usr/local/opt/gettext/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -Wno-unused-parameter -std=gnu99 -o CMakeFiles/nvim.dir/file_search.c.o -c /tmp/neovim20150730-44931-jgorcg/src/nvim/file_search.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -Wconversion -g -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -isystem /usr/local/opt/gettext/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wno-conversion -o CMakeFiles/nvim.dir/fileio.c.o -c /tmp/neovim20150730-44931-jgorcg/src/nvim/fileio.c
superenv removed: -Wconversion -g -Wall -Wextra -pedantic -Wstrict-prototypes
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -isystem /usr/local/opt/gettext/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -Wno-unused-parameter -std=gnu99 -Wno-conversion -o CMakeFiles/nvim.dir/fileio.c.o -c /tmp/neovim20150730-44931-jgorcg/src/nvim/fileio.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -Wconversion -g -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -isystem /usr/local/opt/gettext/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -o CMakeFiles/nvim.dir/fold.c.o -c /tmp/neovim20150730-44931-jgorcg/src/nvim/fold.c
superenv removed: -Wconversion -g -Wall -Wextra -pedantic -Wstrict-prototypes
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -isystem /usr/local/opt/gettext/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -Wno-unused-parameter -std=gnu99 -o CMakeFiles/nvim.dir/fold.c.o -c /tmp/neovim20150730-44931-jgorcg/src/nvim/fold.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -Wconversion -g -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -isystem /usr/local/opt/gettext/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -o CMakeFiles/nvim.dir/garray.c.o -c /tmp/neovim20150730-44931-jgorcg/src/nvim/garray.c
superenv removed: -Wconversion -g -Wall -Wextra -pedantic -Wstrict-prototypes
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -isystem /usr/local/opt/gettext/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -Wno-unused-parameter -std=gnu99 -o CMakeFiles/nvim.dir/garray.c.o -c /tmp/neovim20150730-44931-jgorcg/src/nvim/garray.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -Wconversion -g -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -isystem /usr/local/opt/gettext/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wno-conversion -o CMakeFiles/nvim.dir/getchar.c.o -c /tmp/neovim20150730-44931-jgorcg/src/nvim/getchar.c
superenv removed: -Wconversion -g -Wall -Wextra -pedantic -Wstrict-prototypes
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -isystem /usr/local/opt/gettext/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -Wno-unused-parameter -std=gnu99 -Wno-conversion -o CMakeFiles/nvim.dir/getchar.c.o -c /tmp/neovim20150730-44931-jgorcg/src/nvim/getchar.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -Wconversion -g -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -isystem /usr/local/opt/gettext/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -o CMakeFiles/nvim.dir/hardcopy.c.o -c /tmp/neovim20150730-44931-jgorcg/src/nvim/hardcopy.c
superenv removed: -Wconversion -g -Wall -Wextra -pedantic -Wstrict-prototypes
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -isystem /usr/local/opt/gettext/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -Wno-unused-parameter -std=gnu99 -o CMakeFiles/nvim.dir/hardcopy.c.o -c /tmp/neovim20150730-44931-jgorcg/src/nvim/hardcopy.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -Wconversion -g -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -isystem /usr/local/opt/gettext/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -o CMakeFiles/nvim.dir/hashtab.c.o -c /tmp/neovim20150730-44931-jgorcg/src/nvim/hashtab.c
superenv removed: -Wconversion -g -Wall -Wextra -pedantic -Wstrict-prototypes
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -isystem /usr/local/opt/gettext/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -Wno-unused-parameter -std=gnu99 -o CMakeFiles/nvim.dir/hashtab.c.o -c /tmp/neovim20150730-44931-jgorcg/src/nvim/hashtab.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -Wconversion -g -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -isystem /usr/local/opt/gettext/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wno-conversion -o CMakeFiles/nvim.dir/if_cscope.c.o -c /tmp/neovim20150730-44931-jgorcg/src/nvim/if_cscope.c
superenv removed: -Wconversion -g -Wall -Wextra -pedantic -Wstrict-prototypes
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -isystem /usr/local/opt/gettext/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -Wno-unused-parameter -std=gnu99 -Wno-conversion -o CMakeFiles/nvim.dir/if_cscope.c.o -c /tmp/neovim20150730-44931-jgorcg/src/nvim/if_cscope.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -Wconversion -g -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -isystem /usr/local/opt/gettext/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -o CMakeFiles/nvim.dir/indent.c.o -c /tmp/neovim20150730-44931-jgorcg/src/nvim/indent.c
superenv removed: -Wconversion -g -Wall -Wextra -pedantic -Wstrict-prototypes
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -isystem /usr/local/opt/gettext/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -Wno-unused-parameter -std=gnu99 -o CMakeFiles/nvim.dir/indent.c.o -c /tmp/neovim20150730-44931-jgorcg/src/nvim/indent.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -Wconversion -g -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -isystem /usr/local/opt/gettext/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -o CMakeFiles/nvim.dir/indent_c.c.o -c /tmp/neovim20150730-44931-jgorcg/src/nvim/indent_c.c
superenv removed: -Wconversion -g -Wall -Wextra -pedantic -Wstrict-prototypes
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -isystem /usr/local/opt/gettext/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -Wno-unused-parameter -std=gnu99 -o CMakeFiles/nvim.dir/indent_c.c.o -c /tmp/neovim20150730-44931-jgorcg/src/nvim/indent_c.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -Wconversion -g -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -isystem /usr/local/opt/gettext/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -o CMakeFiles/nvim.dir/keymap.c.o -c /tmp/neovim20150730-44931-jgorcg/src/nvim/keymap.c
superenv removed: -Wconversion -g -Wall -Wextra -pedantic -Wstrict-prototypes
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -isystem /usr/local/opt/gettext/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -Wno-unused-parameter -std=gnu99 -o CMakeFiles/nvim.dir/keymap.c.o -c /tmp/neovim20150730-44931-jgorcg/src/nvim/keymap.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -Wconversion -g -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -isystem /usr/local/opt/gettext/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -o CMakeFiles/nvim.dir/log.c.o -c /tmp/neovim20150730-44931-jgorcg/src/nvim/log.c
superenv removed: -Wconversion -g -Wall -Wextra -pedantic -Wstrict-prototypes
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -isystem /usr/local/opt/gettext/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -Wno-unused-parameter -std=gnu99 -o CMakeFiles/nvim.dir/log.c.o -c /tmp/neovim20150730-44931-jgorcg/src/nvim/log.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -Wconversion -g -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -isystem /usr/local/opt/gettext/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -o CMakeFiles/nvim.dir/main.c.o -c /tmp/neovim20150730-44931-jgorcg/src/nvim/main.c
superenv removed: -Wconversion -g -Wall -Wextra -pedantic -Wstrict-prototypes
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -isystem /usr/local/opt/gettext/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -Wno-unused-parameter -std=gnu99 -o CMakeFiles/nvim.dir/main.c.o -c /tmp/neovim20150730-44931-jgorcg/src/nvim/main.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -Wconversion -g -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -isystem /usr/local/opt/gettext/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -o CMakeFiles/nvim.dir/map.c.o -c /tmp/neovim20150730-44931-jgorcg/src/nvim/map.c
superenv removed: -Wconversion -g -Wall -Wextra -pedantic -Wstrict-prototypes
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -isystem /usr/local/opt/gettext/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -Wno-unused-parameter -std=gnu99 -o CMakeFiles/nvim.dir/map.c.o -c /tmp/neovim20150730-44931-jgorcg/src/nvim/map.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -Wconversion -g -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -isystem /usr/local/opt/gettext/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -o CMakeFiles/nvim.dir/mark.c.o -c /tmp/neovim20150730-44931-jgorcg/src/nvim/mark.c
superenv removed: -Wconversion -g -Wall -Wextra -pedantic -Wstrict-prototypes
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -isystem /usr/local/opt/gettext/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -Wno-unused-parameter -std=gnu99 -o CMakeFiles/nvim.dir/mark.c.o -c /tmp/neovim20150730-44931-jgorcg/src/nvim/mark.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -Wconversion -g -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -isystem /usr/local/opt/gettext/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wno-conversion -o CMakeFiles/nvim.dir/mbyte.c.o -c /tmp/neovim20150730-44931-jgorcg/src/nvim/mbyte.c
superenv removed: -Wconversion -g -Wall -Wextra -pedantic -Wstrict-prototypes
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -isystem /usr/local/opt/gettext/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -Wno-unused-parameter -std=gnu99 -Wno-conversion -o CMakeFiles/nvim.dir/mbyte.c.o -c /tmp/neovim20150730-44931-jgorcg/src/nvim/mbyte.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -Wconversion -g -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -isystem /usr/local/opt/gettext/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -o CMakeFiles/nvim.dir/memfile.c.o -c /tmp/neovim20150730-44931-jgorcg/src/nvim/memfile.c
superenv removed: -Wconversion -g -Wall -Wextra -pedantic -Wstrict-prototypes
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -isystem /usr/local/opt/gettext/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -Wno-unused-parameter -std=gnu99 -o CMakeFiles/nvim.dir/memfile.c.o -c /tmp/neovim20150730-44931-jgorcg/src/nvim/memfile.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -Wconversion -g -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -isystem /usr/local/opt/gettext/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wno-conversion -o CMakeFiles/nvim.dir/memline.c.o -c /tmp/neovim20150730-44931-jgorcg/src/nvim/memline.c
superenv removed: -Wconversion -g -Wall -Wextra -pedantic -Wstrict-prototypes
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -isystem /usr/local/opt/gettext/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -Wno-unused-parameter -std=gnu99 -Wno-conversion -o CMakeFiles/nvim.dir/memline.c.o -c /tmp/neovim20150730-44931-jgorcg/src/nvim/memline.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -Wconversion -g -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -isystem /usr/local/opt/gettext/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -o CMakeFiles/nvim.dir/memory.c.o -c /tmp/neovim20150730-44931-jgorcg/src/nvim/memory.c
superenv removed: -Wconversion -g -Wall -Wextra -pedantic -Wstrict-prototypes
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -isystem /usr/local/opt/gettext/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -Wno-unused-parameter -std=gnu99 -o CMakeFiles/nvim.dir/memory.c.o -c /tmp/neovim20150730-44931-jgorcg/src/nvim/memory.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -Wconversion -g -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -isystem /usr/local/opt/gettext/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -o CMakeFiles/nvim.dir/menu.c.o -c /tmp/neovim20150730-44931-jgorcg/src/nvim/menu.c
superenv removed: -Wconversion -g -Wall -Wextra -pedantic -Wstrict-prototypes
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -isystem /usr/local/opt/gettext/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -Wno-unused-parameter -std=gnu99 -o CMakeFiles/nvim.dir/menu.c.o -c /tmp/neovim20150730-44931-jgorcg/src/nvim/menu.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -Wconversion -g -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -isystem /usr/local/opt/gettext/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wno-conversion -o CMakeFiles/nvim.dir/message.c.o -c /tmp/neovim20150730-44931-jgorcg/src/nvim/message.c
superenv removed: -Wconversion -g -Wall -Wextra -pedantic -Wstrict-prototypes
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -isystem /usr/local/opt/gettext/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -Wno-unused-parameter -std=gnu99 -Wno-conversion -o CMakeFiles/nvim.dir/message.c.o -c /tmp/neovim20150730-44931-jgorcg/src/nvim/message.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -Wconversion -g -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -isystem /usr/local/opt/gettext/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wno-conversion -o CMakeFiles/nvim.dir/misc1.c.o -c /tmp/neovim20150730-44931-jgorcg/src/nvim/misc1.c
superenv removed: -Wconversion -g -Wall -Wextra -pedantic -Wstrict-prototypes
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -isystem /usr/local/opt/gettext/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -Wno-unused-parameter -std=gnu99 -Wno-conversion -o CMakeFiles/nvim.dir/misc1.c.o -c /tmp/neovim20150730-44931-jgorcg/src/nvim/misc1.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -Wconversion -g -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -isystem /usr/local/opt/gettext/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -o CMakeFiles/nvim.dir/misc2.c.o -c /tmp/neovim20150730-44931-jgorcg/src/nvim/misc2.c
superenv removed: -Wconversion -g -Wall -Wextra -pedantic -Wstrict-prototypes
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -isystem /usr/local/opt/gettext/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -Wno-unused-parameter -std=gnu99 -o CMakeFiles/nvim.dir/misc2.c.o -c /tmp/neovim20150730-44931-jgorcg/src/nvim/misc2.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -Wconversion -g -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -isystem /usr/local/opt/gettext/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -o CMakeFiles/nvim.dir/mouse.c.o -c /tmp/neovim20150730-44931-jgorcg/src/nvim/mouse.c
superenv removed: -Wconversion -g -Wall -Wextra -pedantic -Wstrict-prototypes
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -isystem /usr/local/opt/gettext/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -Wno-unused-parameter -std=gnu99 -o CMakeFiles/nvim.dir/mouse.c.o -c /tmp/neovim20150730-44931-jgorcg/src/nvim/mouse.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -Wconversion -g -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -isystem /usr/local/opt/gettext/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -o CMakeFiles/nvim.dir/move.c.o -c /tmp/neovim20150730-44931-jgorcg/src/nvim/move.c
superenv removed: -Wconversion -g -Wall -Wextra -pedantic -Wstrict-prototypes
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -isystem /usr/local/opt/gettext/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -Wno-unused-parameter -std=gnu99 -o CMakeFiles/nvim.dir/move.c.o -c /tmp/neovim20150730-44931-jgorcg/src/nvim/move.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -Wconversion -g -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -isystem /usr/local/opt/gettext/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -o CMakeFiles/nvim.dir/normal.c.o -c /tmp/neovim20150730-44931-jgorcg/src/nvim/normal.c
superenv removed: -Wconversion -g -Wall -Wextra -pedantic -Wstrict-prototypes
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -isystem /usr/local/opt/gettext/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -Wno-unused-parameter -std=gnu99 -o CMakeFiles/nvim.dir/normal.c.o -c /tmp/neovim20150730-44931-jgorcg/src/nvim/normal.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -Wconversion -g -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -isystem /usr/local/opt/gettext/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wno-conversion -o CMakeFiles/nvim.dir/ops.c.o -c /tmp/neovim20150730-44931-jgorcg/src/nvim/ops.c
superenv removed: -Wconversion -g -Wall -Wextra -pedantic -Wstrict-prototypes
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -isystem /usr/local/opt/gettext/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -Wno-unused-parameter -std=gnu99 -Wno-conversion -o CMakeFiles/nvim.dir/ops.c.o -c /tmp/neovim20150730-44931-jgorcg/src/nvim/ops.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -Wconversion -g -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -isystem /usr/local/opt/gettext/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -o CMakeFiles/nvim.dir/option.c.o -c /tmp/neovim20150730-44931-jgorcg/src/nvim/option.c
superenv removed: -Wconversion -g -Wall -Wextra -pedantic -Wstrict-prototypes
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -isystem /usr/local/opt/gettext/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -Wno-unused-parameter -std=gnu99 -o CMakeFiles/nvim.dir/option.c.o -c /tmp/neovim20150730-44931-jgorcg/src/nvim/option.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -Wconversion -g -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -isystem /usr/local/opt/gettext/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -o CMakeFiles/nvim.dir/os_unix.c.o -c /tmp/neovim20150730-44931-jgorcg/src/nvim/os_unix.c
superenv removed: -Wconversion -g -Wall -Wextra -pedantic -Wstrict-prototypes
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -isystem /usr/local/opt/gettext/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -Wno-unused-parameter -std=gnu99 -o CMakeFiles/nvim.dir/os_unix.c.o -c /tmp/neovim20150730-44931-jgorcg/src/nvim/os_unix.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -Wconversion -g -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -isystem /usr/local/opt/gettext/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wno-conversion -o CMakeFiles/nvim.dir/path.c.o -c /tmp/neovim20150730-44931-jgorcg/src/nvim/path.c
superenv removed: -Wconversion -g -Wall -Wextra -pedantic -Wstrict-prototypes
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -isystem /usr/local/opt/gettext/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -Wno-unused-parameter -std=gnu99 -Wno-conversion -o CMakeFiles/nvim.dir/path.c.o -c /tmp/neovim20150730-44931-jgorcg/src/nvim/path.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -Wconversion -g -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -isystem /usr/local/opt/gettext/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -o CMakeFiles/nvim.dir/popupmnu.c.o -c /tmp/neovim20150730-44931-jgorcg/src/nvim/popupmnu.c
superenv removed: -Wconversion -g -Wall -Wextra -pedantic -Wstrict-prototypes
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -isystem /usr/local/opt/gettext/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -Wno-unused-parameter -std=gnu99 -o CMakeFiles/nvim.dir/popupmnu.c.o -c /tmp/neovim20150730-44931-jgorcg/src/nvim/popupmnu.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -Wconversion -g -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -isystem /usr/local/opt/gettext/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -o CMakeFiles/nvim.dir/profile.c.o -c /tmp/neovim20150730-44931-jgorcg/src/nvim/profile.c
superenv removed: -Wconversion -g -Wall -Wextra -pedantic -Wstrict-prototypes
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -isystem /usr/local/opt/gettext/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -Wno-unused-parameter -std=gnu99 -o CMakeFiles/nvim.dir/profile.c.o -c /tmp/neovim20150730-44931-jgorcg/src/nvim/profile.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -Wconversion -g -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -isystem /usr/local/opt/gettext/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wno-conversion -o CMakeFiles/nvim.dir/quickfix.c.o -c /tmp/neovim20150730-44931-jgorcg/src/nvim/quickfix.c
superenv removed: -Wconversion -g -Wall -Wextra -pedantic -Wstrict-prototypes
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -isystem /usr/local/opt/gettext/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -Wno-unused-parameter -std=gnu99 -Wno-conversion -o CMakeFiles/nvim.dir/quickfix.c.o -c /tmp/neovim20150730-44931-jgorcg/src/nvim/quickfix.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -Wconversion -g -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -isystem /usr/local/opt/gettext/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -o CMakeFiles/nvim.dir/rbuffer.c.o -c /tmp/neovim20150730-44931-jgorcg/src/nvim/rbuffer.c
superenv removed: -Wconversion -g -Wall -Wextra -pedantic -Wstrict-prototypes
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -isystem /usr/local/opt/gettext/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -Wno-unused-parameter -std=gnu99 -o CMakeFiles/nvim.dir/rbuffer.c.o -c /tmp/neovim20150730-44931-jgorcg/src/nvim/rbuffer.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -Wconversion -g -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -isystem /usr/local/opt/gettext/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wno-conversion -o CMakeFiles/nvim.dir/regexp.c.o -c /tmp/neovim20150730-44931-jgorcg/src/nvim/regexp.c
superenv removed: -Wconversion -g -Wall -Wextra -pedantic -Wstrict-prototypes
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -isystem /usr/local/opt/gettext/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -Wno-unused-parameter -std=gnu99 -Wno-conversion -o CMakeFiles/nvim.dir/regexp.c.o -c /tmp/neovim20150730-44931-jgorcg/src/nvim/regexp.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -Wconversion -g -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -isystem /usr/local/opt/gettext/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wno-conversion -o CMakeFiles/nvim.dir/screen.c.o -c /tmp/neovim20150730-44931-jgorcg/src/nvim/screen.c
superenv removed: -Wconversion -g -Wall -Wextra -pedantic -Wstrict-prototypes
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -isystem /usr/local/opt/gettext/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -Wno-unused-parameter -std=gnu99 -Wno-conversion -o CMakeFiles/nvim.dir/screen.c.o -c /tmp/neovim20150730-44931-jgorcg/src/nvim/screen.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -Wconversion -g -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -isystem /usr/local/opt/gettext/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wno-conversion -o CMakeFiles/nvim.dir/search.c.o -c /tmp/neovim20150730-44931-jgorcg/src/nvim/search.c
superenv removed: -Wconversion -g -Wall -Wextra -pedantic -Wstrict-prototypes
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -isystem /usr/local/opt/gettext/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -Wno-unused-parameter -std=gnu99 -Wno-conversion -o CMakeFiles/nvim.dir/search.c.o -c /tmp/neovim20150730-44931-jgorcg/src/nvim/search.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -Wconversion -g -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -isystem /usr/local/opt/gettext/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -o CMakeFiles/nvim.dir/sha256.c.o -c /tmp/neovim20150730-44931-jgorcg/src/nvim/sha256.c
superenv removed: -Wconversion -g -Wall -Wextra -pedantic -Wstrict-prototypes
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -isystem /usr/local/opt/gettext/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -Wno-unused-parameter -std=gnu99 -o CMakeFiles/nvim.dir/sha256.c.o -c /tmp/neovim20150730-44931-jgorcg/src/nvim/sha256.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -Wconversion -g -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -isystem /usr/local/opt/gettext/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wno-conversion -o CMakeFiles/nvim.dir/spell.c.o -c /tmp/neovim20150730-44931-jgorcg/src/nvim/spell.c
superenv removed: -Wconversion -g -Wall -Wextra -pedantic -Wstrict-prototypes
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -isystem /usr/local/opt/gettext/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -Wno-unused-parameter -std=gnu99 -Wno-conversion -o CMakeFiles/nvim.dir/spell.c.o -c /tmp/neovim20150730-44931-jgorcg/src/nvim/spell.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -Wconversion -g -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -isystem /usr/local/opt/gettext/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -o CMakeFiles/nvim.dir/strings.c.o -c /tmp/neovim20150730-44931-jgorcg/src/nvim/strings.c
superenv removed: -Wconversion -g -Wall -Wextra -pedantic -Wstrict-prototypes
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -isystem /usr/local/opt/gettext/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -Wno-unused-parameter -std=gnu99 -o CMakeFiles/nvim.dir/strings.c.o -c /tmp/neovim20150730-44931-jgorcg/src/nvim/strings.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -Wconversion -g -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -isystem /usr/local/opt/gettext/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wno-conversion -o CMakeFiles/nvim.dir/syntax.c.o -c /tmp/neovim20150730-44931-jgorcg/src/nvim/syntax.c
superenv removed: -Wconversion -g -Wall -Wextra -pedantic -Wstrict-prototypes
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -isystem /usr/local/opt/gettext/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -Wno-unused-parameter -std=gnu99 -Wno-conversion -o CMakeFiles/nvim.dir/syntax.c.o -c /tmp/neovim20150730-44931-jgorcg/src/nvim/syntax.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -Wconversion -g -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -isystem /usr/local/opt/gettext/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wno-conversion -o CMakeFiles/nvim.dir/tag.c.o -c /tmp/neovim20150730-44931-jgorcg/src/nvim/tag.c
superenv removed: -Wconversion -g -Wall -Wextra -pedantic -Wstrict-prototypes
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -isystem /usr/local/opt/gettext/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -Wno-unused-parameter -std=gnu99 -Wno-conversion -o CMakeFiles/nvim.dir/tag.c.o -c /tmp/neovim20150730-44931-jgorcg/src/nvim/tag.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -Wconversion -g -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -isystem /usr/local/opt/gettext/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -o CMakeFiles/nvim.dir/tempfile.c.o -c /tmp/neovim20150730-44931-jgorcg/src/nvim/tempfile.c
superenv removed: -Wconversion -g -Wall -Wextra -pedantic -Wstrict-prototypes
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -isystem /usr/local/opt/gettext/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -Wno-unused-parameter -std=gnu99 -o CMakeFiles/nvim.dir/tempfile.c.o -c /tmp/neovim20150730-44931-jgorcg/src/nvim/tempfile.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -Wconversion -g -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -isystem /usr/local/opt/gettext/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -o CMakeFiles/nvim.dir/terminal.c.o -c /tmp/neovim20150730-44931-jgorcg/src/nvim/terminal.c
superenv removed: -Wconversion -g -Wall -Wextra -pedantic -Wstrict-prototypes
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -isystem /usr/local/opt/gettext/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -Wno-unused-parameter -std=gnu99 -o CMakeFiles/nvim.dir/terminal.c.o -c /tmp/neovim20150730-44931-jgorcg/src/nvim/terminal.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -Wconversion -g -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -isystem /usr/local/opt/gettext/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -o CMakeFiles/nvim.dir/ui.c.o -c /tmp/neovim20150730-44931-jgorcg/src/nvim/ui.c
superenv removed: -Wconversion -g -Wall -Wextra -pedantic -Wstrict-prototypes
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -isystem /usr/local/opt/gettext/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -Wno-unused-parameter -std=gnu99 -o CMakeFiles/nvim.dir/ui.c.o -c /tmp/neovim20150730-44931-jgorcg/src/nvim/ui.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -Wconversion -g -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -isystem /usr/local/opt/gettext/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -o CMakeFiles/nvim.dir/undo.c.o -c /tmp/neovim20150730-44931-jgorcg/src/nvim/undo.c
superenv removed: -Wconversion -g -Wall -Wextra -pedantic -Wstrict-prototypes
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -isystem /usr/local/opt/gettext/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -Wno-unused-parameter -std=gnu99 -o CMakeFiles/nvim.dir/undo.c.o -c /tmp/neovim20150730-44931-jgorcg/src/nvim/undo.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -Wconversion -g -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -isystem /usr/local/opt/gettext/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -o CMakeFiles/nvim.dir/version.c.o -c /tmp/neovim20150730-44931-jgorcg/src/nvim/version.c
superenv removed: -Wconversion -g -Wall -Wextra -pedantic -Wstrict-prototypes
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -isystem /usr/local/opt/gettext/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -Wno-unused-parameter -std=gnu99 -o CMakeFiles/nvim.dir/version.c.o -c /tmp/neovim20150730-44931-jgorcg/src/nvim/version.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -Wconversion -g -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -isystem /usr/local/opt/gettext/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wno-conversion -o CMakeFiles/nvim.dir/window.c.o -c /tmp/neovim20150730-44931-jgorcg/src/nvim/window.c
superenv removed: -Wconversion -g -Wall -Wextra -pedantic -Wstrict-prototypes
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -isystem /usr/local/opt/gettext/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -Wno-unused-parameter -std=gnu99 -Wno-conversion -o CMakeFiles/nvim.dir/window.c.o -c /tmp/neovim20150730-44931-jgorcg/src/nvim/window.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -Wconversion -g -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -isystem /usr/local/opt/gettext/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -o CMakeFiles/nvim.dir/os/dl.c.o -c /tmp/neovim20150730-44931-jgorcg/src/nvim/os/dl.c
superenv removed: -Wconversion -g -Wall -Wextra -pedantic -Wstrict-prototypes
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -isystem /usr/local/opt/gettext/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -Wno-unused-parameter -std=gnu99 -o CMakeFiles/nvim.dir/os/dl.c.o -c /tmp/neovim20150730-44931-jgorcg/src/nvim/os/dl.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -Wconversion -g -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -isystem /usr/local/opt/gettext/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -o CMakeFiles/nvim.dir/os/env.c.o -c /tmp/neovim20150730-44931-jgorcg/src/nvim/os/env.c
superenv removed: -Wconversion -g -Wall -Wextra -pedantic -Wstrict-prototypes
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -isystem /usr/local/opt/gettext/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -Wno-unused-parameter -std=gnu99 -o CMakeFiles/nvim.dir/os/env.c.o -c /tmp/neovim20150730-44931-jgorcg/src/nvim/os/env.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -Wconversion -g -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -isystem /usr/local/opt/gettext/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -o CMakeFiles/nvim.dir/os/fs.c.o -c /tmp/neovim20150730-44931-jgorcg/src/nvim/os/fs.c
superenv removed: -Wconversion -g -Wall -Wextra -pedantic -Wstrict-prototypes
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -isystem /usr/local/opt/gettext/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -Wno-unused-parameter -std=gnu99 -o CMakeFiles/nvim.dir/os/fs.c.o -c /tmp/neovim20150730-44931-jgorcg/src/nvim/os/fs.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -Wconversion -g -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -isystem /usr/local/opt/gettext/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -o CMakeFiles/nvim.dir/os/input.c.o -c /tmp/neovim20150730-44931-jgorcg/src/nvim/os/input.c
superenv removed: -Wconversion -g -Wall -Wextra -pedantic -Wstrict-prototypes
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -isystem /usr/local/opt/gettext/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -Wno-unused-parameter -std=gnu99 -o CMakeFiles/nvim.dir/os/input.c.o -c /tmp/neovim20150730-44931-jgorcg/src/nvim/os/input.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -Wconversion -g -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -isystem /usr/local/opt/gettext/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -o CMakeFiles/nvim.dir/os/mem.c.o -c /tmp/neovim20150730-44931-jgorcg/src/nvim/os/mem.c
superenv removed: -Wconversion -g -Wall -Wextra -pedantic -Wstrict-prototypes
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -isystem /usr/local/opt/gettext/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -Wno-unused-parameter -std=gnu99 -o CMakeFiles/nvim.dir/os/mem.c.o -c /tmp/neovim20150730-44931-jgorcg/src/nvim/os/mem.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -Wconversion -g -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -isystem /usr/local/opt/gettext/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -o CMakeFiles/nvim.dir/os/shell.c.o -c /tmp/neovim20150730-44931-jgorcg/src/nvim/os/shell.c
superenv removed: -Wconversion -g -Wall -Wextra -pedantic -Wstrict-prototypes
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -isystem /usr/local/opt/gettext/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -Wno-unused-parameter -std=gnu99 -o CMakeFiles/nvim.dir/os/shell.c.o -c /tmp/neovim20150730-44931-jgorcg/src/nvim/os/shell.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -Wconversion -g -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -isystem /usr/local/opt/gettext/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -o CMakeFiles/nvim.dir/os/signal.c.o -c /tmp/neovim20150730-44931-jgorcg/src/nvim/os/signal.c
superenv removed: -Wconversion -g -Wall -Wextra -pedantic -Wstrict-prototypes
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -isystem /usr/local/opt/gettext/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -Wno-unused-parameter -std=gnu99 -o CMakeFiles/nvim.dir/os/signal.c.o -c /tmp/neovim20150730-44931-jgorcg/src/nvim/os/signal.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -Wconversion -g -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include/luajit-2.0 -isystem /usr/local/opt/gettext/include -I/tmp/neovim20150730-44931-jgorcg/build/src/nvim/auto -I/tmp/neovim20150730-44931-jgorcg/build/include -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -o CMakeFiles/nvim.dir/os/time.c.o -c /tmp/neovim20150730-44931-jgorcg/src/nvim/os/time.c
superenv removed: -Wconversion -g -Wall -Wextra -pedantic -Wstrict-prototypes
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim20150730-44931-jgorcg/build/config -I/tmp/neovim20150730-44931-jgorcg/src -isystem /tmp/neovim20150730-44931-jgorcg/.deps/usr/include -isystem /tmp/neo
View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment