Skip to content

Instantly share code, notes, and snippets.

@theeternalsw0rd
Created July 6, 2018 22:47
Show Gist options
  • Save theeternalsw0rd/4bed1e6acd49a580855ea631c83296d0 to your computer and use it in GitHub Desktop.
Save theeternalsw0rd/4bed1e6acd49a580855ea631c83296d0 to your computer and use it in GitHub Desktop.
rm /usr/local/bin/exa
rm /usr/local/etc/bash_completion.d/exa
rm /usr/local/share/fish/vendor_completions.d/exa.fish
rm /usr/local/share/man/man1/exa.1
rm /usr/local/share/zsh/site-functions/_exa
rmdir /usr/local/share/fish/vendor_completions.d
rmdir /usr/local/share/fish
==> Reinstalling exa
/usr/bin/sandbox-exec -f /tmp/homebrew20180706-23605-18bm5tt.sb nice /System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/bin/ruby -W0 -I /Users/eternalsword/.homebrew/Library/Homebrew -- /Users/eternalsword/.homebrew/Library/Homebrew/build.rb /Users/eternalsword/.homebrew/Library/Taps/homebrew/homebrew-core/Formula/exa.rb --verbose
==> Downloading https://github.com/ogham/exa/archive/v0.8.0.tar.gz
Already downloaded: /Users/eternalsword/Library/Caches/Homebrew/exa-0.8.0.tar.gz
==> Verifying exa-0.8.0.tar.gz checksum
tar xzf /Users/eternalsword/Library/Caches/Homebrew/exa-0.8.0.tar.gz
==> make install PREFIX=/usr/local/Cellar/exa/0.8.0
cargo build --release --no-default-features --features "default"
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading term_size v0.3.0
Downloading git2 v0.6.8
Downloading term_grid v0.1.6
Downloading zoneinfo_compiled v0.4.5
Downloading log v0.3.8
Downloading glob v0.2.11
Downloading env_logger v0.3.5
Downloading unicode-width v0.1.4
Downloading datetime v0.4.5
Downloading getopts v0.2.14
Downloading users v0.5.3
Downloading libc v0.2.30
Downloading scoped_threadpool v0.1.7
Downloading number_prefix v0.2.7
Downloading natord v1.0.9
Downloading lazy_static v0.2.8
Downloading locale v0.2.2
Downloading num_cpus v1.6.2
Downloading ansi_term v0.8.0
Downloading libgit2-sys v0.6.14
Downloading url v1.5.1
Downloading bitflags v0.9.1
Downloading libz-sys v1.0.16
Downloading gcc v0.3.53
Downloading pkg-config v0.3.9
Downloading cmake v0.1.25
Downloading idna v0.1.4
Downloading matches v0.1.6
Downloading percent-encoding v1.0.0
Downloading unicode-bidi v0.3.4
Downloading unicode-normalization v0.1.5
Downloading byteorder v0.4.2
Downloading iso8601 v0.1.1
Downloading pad v0.1.4
Downloading num v0.1.40
Downloading nom v1.2.4
Downloading num-bigint v0.1.40
Downloading num-complex v0.1.40
Downloading num-rational v0.1.39
Downloading num-traits v0.1.40
Downloading num-iter v0.1.34
Downloading num-integer v0.1.35
Downloading rustc-serialize v0.3.24
Downloading rand v0.3.16
Downloading regex v0.1.80
Downloading aho-corasick v0.5.3
Downloading thread_local v0.2.7
Downloading regex-syntax v0.3.9
Downloading memchr v0.1.11
Downloading utf8-ranges v0.1.3
Downloading thread-id v2.0.0
Downloading kernel32-sys v0.2.2
Downloading winapi v0.2.8
Downloading winapi-build v0.1.1
Compiling winapi-build v0.1.1
Compiling libc v0.2.30
Compiling num-traits v0.1.40
Compiling pkg-config v0.3.9
Compiling rustc-serialize v0.3.24
Compiling winapi v0.2.8
Compiling gcc v0.3.53
Compiling matches v0.1.6
Compiling unicode-normalization v0.1.5
Compiling nom v1.2.4
Compiling unicode-width v0.1.4
Compiling regex-syntax v0.3.9
Compiling utf8-ranges v0.1.3
Compiling percent-encoding v1.0.0
Compiling bitflags v0.9.1
Compiling byteorder v0.4.2
Compiling log v0.3.8
Compiling ansi_term v0.8.0
Compiling natord v1.0.9
Compiling scoped_threadpool v0.1.7
Compiling glob v0.2.11
Compiling getopts v0.2.14
Compiling lazy_static v0.2.8
Compiling unicode-bidi v0.3.4
Compiling kernel32-sys v0.2.2
Compiling rand v0.3.16
Compiling memchr v0.1.11
Compiling locale v0.2.2
Compiling term_size v0.3.0
Compiling users v0.5.3
Compiling num_cpus v1.6.2
Compiling pad v0.1.4
Compiling term_grid v0.1.6
Compiling num-integer v0.1.35
Compiling number_prefix v0.2.7
Compiling iso8601 v0.1.1
Compiling cmake v0.1.25
Compiling libz-sys v1.0.16
Compiling aho-corasick v0.5.3
Compiling idna v0.1.4
Compiling num-iter v0.1.34
Compiling num-bigint v0.1.40
Compiling num-complex v0.1.40
Compiling thread-id v2.0.0
Compiling thread_local v0.2.7
Compiling libgit2-sys v0.6.14
Compiling regex v0.1.80
Compiling url v1.5.1
Compiling num-rational v0.1.39
Compiling num v0.1.40
Compiling datetime v0.4.5
Compiling zoneinfo_compiled v0.4.5
Compiling env_logger v0.3.5
Compiling git2 v0.6.8
Compiling exa v0.8.0 (file:///private/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0)
warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead
--> src/fs/file.rs:98:13
|
98 | use std::ascii::AsciiExt;
| ^^^^^^^^^^^^^^^^^^^^
|
= note: #[warn(deprecated)] on by default
warning: unused import: `std::ascii::AsciiExt`
--> src/fs/file.rs:98:13
|
98 | use std::ascii::AsciiExt;
| ^^^^^^^^^^^^^^^^^^^^
|
= note: #[warn(unused_imports)] on by default
Finished release [optimized] target(s) in 71.70 secs
install -m755 -- target/release/exa "/usr/local/Cellar/exa/0.8.0/bin/"
install: /usr/local/Cellar/exa/0.8.0/bin/: No such file or directory
make: *** [install-exa] Error 71
ln -s ../../Cellar/exa/0.8.0/etc/bash_completion.d/exa exa
ln -s ../Cellar/exa/0.8.0/bin/exa exa
mkdir -p /usr/local/share/fish
mkdir -p /usr/local/share/fish/vendor_completions.d
ln -s ../../../Cellar/exa/0.8.0/share/fish/vendor_completions.d/exa.fish exa.fish
ln -s ../../../Cellar/exa/0.8.0/share/man/man1/exa.1 exa.1
ln -s ../../../Cellar/exa/0.8.0/share/zsh/site-functions/_exa _exa
==> Formula
Path: /Users/eternalsword/.homebrew/Library/Taps/homebrew/homebrew-core/Formula/exa.rb
==> Configuration
HOMEBREW_VERSION: 1.6.9
ORIGIN: https://github.com/Homebrew/brew.git
HEAD: c814199a791867ab75f90a22715e2475706b13d8
Last commit: 3 weeks ago
Core tap ORIGIN: https://github.com/Homebrew/homebrew-core
Core tap HEAD: 07928a16f14b94d2574553eec82c6fa7b5a2f387
Core tap last commit: 13 hours ago
HOMEBREW_PREFIX: /usr/local
HOMEBREW_REPOSITORY: /Users/eternalsword/.homebrew
HOMEBREW_GITHUB_API_TOKEN: set
HOMEBREW_MAKE_JOBS: 1
CPU: octa-core 64-bit kabylake
Homebrew Ruby: 2.3.7 => /System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/bin/ruby
Clang: 10.0 build 1000
Git: 2.17.1 => /Applications/Xcode-beta.app/Contents/Developer/usr/bin/git
Curl: 7.54.0 => /usr/bin/curl
Java: 1.8.0_20
macOS: 10.14-x86_64
CLT: 10.0.0.0.1.1530455945
CLT headers: 10.0.0.0.1.1530455945
Xcode: 10.0 => /Applications/Xcode-beta.app/Contents/Developer
Error: exa 0.8.0 did not build
XQuartz: 2.7.11 => /opt/X11
==> ENV
HOMEBREW_CC: clang
HOMEBREW_CXX: clang++
MAKEFLAGS: -j1
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:/Users/eternalsword/.homebrew/Library/Homebrew/os/mac/pkgconfig/10.14
HOMEBREW_MAKE_JOBS: 1
ACLOCAL_PATH: /usr/local/share/aclocal
PATH: /Users/eternalsword/.homebrew/Library/Homebrew/shims/mac/super:/usr/local/opt/cmake/bin:/usr/local/opt/rust/bin:/usr/bin:/bin:/usr/sbin:/sbin
Logs:
/Users/eternalsword/Library/Logs/Homebrew/exa/01.make
/Users/eternalsword/Library/Logs/Homebrew/exa/00.options.out
/Users/eternalsword/Library/Logs/Homebrew/exa/01.make.cc
Do not report this issue to Homebrew/brew or Homebrew/core!
Error: You are using macOS 10.14.
We do not provide support for this pre-release version.
You may encounter build failures or other breakages.
Please create pull-requests instead of filing issues.
Error: You are using macOS 10.14.
We do not provide support for this pre-release version.
You may encounter build failures or other breakages.
Please create pull-requests instead of filing issues.
/Users/eternalsword/Library/Logs/Homebrew/exa/00.options.out
exa
/Users/eternalsword/Library/Logs/Homebrew/exa/01.make
2018-07-06 18:35:16 -0400
make
install
PREFIX=/usr/local/Cellar/exa/0.8.0
cargo build --release --no-default-features --features "default"
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading term_size v0.3.0
Downloading git2 v0.6.8
Downloading term_grid v0.1.6
Downloading zoneinfo_compiled v0.4.5
Downloading log v0.3.8
Downloading glob v0.2.11
Downloading env_logger v0.3.5
Downloading unicode-width v0.1.4
Downloading datetime v0.4.5
Downloading getopts v0.2.14
Downloading users v0.5.3
Downloading libc v0.2.30
Downloading scoped_threadpool v0.1.7
Downloading number_prefix v0.2.7
Downloading natord v1.0.9
Downloading lazy_static v0.2.8
Downloading locale v0.2.2
Downloading num_cpus v1.6.2
Downloading ansi_term v0.8.0
Downloading libgit2-sys v0.6.14
Downloading url v1.5.1
Downloading bitflags v0.9.1
Downloading libz-sys v1.0.16
Downloading gcc v0.3.53
Downloading pkg-config v0.3.9
Downloading cmake v0.1.25
Downloading idna v0.1.4
Downloading matches v0.1.6
Downloading percent-encoding v1.0.0
Downloading unicode-bidi v0.3.4
Downloading unicode-normalization v0.1.5
Downloading byteorder v0.4.2
Downloading iso8601 v0.1.1
Downloading pad v0.1.4
Downloading num v0.1.40
Downloading nom v1.2.4
Downloading num-bigint v0.1.40
Downloading num-complex v0.1.40
Downloading num-rational v0.1.39
Downloading num-traits v0.1.40
Downloading num-iter v0.1.34
Downloading num-integer v0.1.35
Downloading rustc-serialize v0.3.24
Downloading rand v0.3.16
Downloading regex v0.1.80
Downloading aho-corasick v0.5.3
Downloading thread_local v0.2.7
Downloading regex-syntax v0.3.9
Downloading memchr v0.1.11
Downloading utf8-ranges v0.1.3
Downloading thread-id v2.0.0
Downloading kernel32-sys v0.2.2
Downloading winapi v0.2.8
Downloading winapi-build v0.1.1
Compiling winapi-build v0.1.1
Compiling libc v0.2.30
Compiling num-traits v0.1.40
Compiling pkg-config v0.3.9
Compiling rustc-serialize v0.3.24
Compiling winapi v0.2.8
Compiling gcc v0.3.53
Compiling matches v0.1.6
Compiling unicode-normalization v0.1.5
Compiling nom v1.2.4
Compiling unicode-width v0.1.4
Compiling regex-syntax v0.3.9
Compiling utf8-ranges v0.1.3
Compiling percent-encoding v1.0.0
Compiling bitflags v0.9.1
Compiling byteorder v0.4.2
Compiling log v0.3.8
Compiling ansi_term v0.8.0
Compiling natord v1.0.9
Compiling scoped_threadpool v0.1.7
Compiling glob v0.2.11
Compiling getopts v0.2.14
Compiling lazy_static v0.2.8
Compiling unicode-bidi v0.3.4
Compiling kernel32-sys v0.2.2
Compiling rand v0.3.16
Compiling memchr v0.1.11
Compiling locale v0.2.2
Compiling term_size v0.3.0
Compiling users v0.5.3
Compiling num_cpus v1.6.2
Compiling pad v0.1.4
Compiling term_grid v0.1.6
Compiling num-integer v0.1.35
Compiling number_prefix v0.2.7
Compiling iso8601 v0.1.1
Compiling cmake v0.1.25
Compiling libz-sys v1.0.16
Compiling aho-corasick v0.5.3
Compiling idna v0.1.4
Compiling num-iter v0.1.34
Compiling num-bigint v0.1.40
Compiling num-complex v0.1.40
Compiling thread-id v2.0.0
Compiling thread_local v0.2.7
Compiling libgit2-sys v0.6.14
Compiling regex v0.1.80
Compiling url v1.5.1
Compiling num-rational v0.1.39
Compiling num v0.1.40
Compiling datetime v0.4.5
Compiling zoneinfo_compiled v0.4.5
Compiling env_logger v0.3.5
Compiling git2 v0.6.8
Compiling exa v0.8.0 (file:///private/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0)
warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead
--> src/fs/file.rs:98:13
|
98 | use std::ascii::AsciiExt;
| ^^^^^^^^^^^^^^^^^^^^
|
= note: #[warn(deprecated)] on by default
warning: unused import: `std::ascii::AsciiExt`
--> src/fs/file.rs:98:13
|
98 | use std::ascii::AsciiExt;
| ^^^^^^^^^^^^^^^^^^^^
|
= note: #[warn(unused_imports)] on by default
Finished release [optimized] target(s) in 71.70 secs
install -m755 -- target/release/exa "/usr/local/Cellar/exa/0.8.0/bin/"
install: /usr/local/Cellar/exa/0.8.0/bin/: No such file or directory
make: *** [install-exa] Error 71
HOMEBREW_VERSION: 1.6.9
ORIGIN: https://github.com/Homebrew/brew.git
HEAD: c814199a791867ab75f90a22715e2475706b13d8
Last commit: 3 weeks ago
Core tap ORIGIN: https://github.com/Homebrew/homebrew-core
Core tap HEAD: 07928a16f14b94d2574553eec82c6fa7b5a2f387
Core tap last commit: 13 hours ago
HOMEBREW_PREFIX: /usr/local
HOMEBREW_REPOSITORY: /Users/eternalsword/.homebrew
HOMEBREW_CACHE: /Users/eternalsword/Library/Caches/Homebrew
CPU: octa-core 64-bit kabylake
Homebrew Ruby: 2.3.7 => /System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/bin/ruby
Clang: 10.0 build 1000
Git: 2.17.1 => /Applications/Xcode-beta.app/Contents/Developer/usr/bin/git
Curl: 7.54.0 => /usr/bin/curl
Java: 1.8.0_20
macOS: 10.14-x86_64
CLT: 10.0.0.0.1.1530455945
CLT headers: 10.0.0.0.1.1530455945
Xcode: 10.0 => /Applications/Xcode-beta.app/Contents/Developer
XQuartz: 2.7.11 => /opt/X11
HOMEBREW_CC: clang
HOMEBREW_CXX: clang++
MAKEFLAGS: -j1
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:/Users/eternalsword/.homebrew/Library/Homebrew/os/mac/pkgconfig/10.14
HOMEBREW_MAKE_JOBS: 1
ACLOCAL_PATH: /usr/local/share/aclocal
PATH: /Users/eternalsword/.homebrew/Library/Homebrew/shims/mac/super:/usr/local/opt/cmake/bin:/usr/local/opt/rust/bin:/usr/bin:/bin:/usr/sbin:/sbin
/Users/eternalsword/Library/Logs/Homebrew/exa/01.make.cc
cc called with: -m64 -L /usr/local/Cellar/rust/1.27.0/lib/rustlib/x86_64-apple-darwin/lib /private/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/build/kernel32-sys-de02f5369e74c69d/build_script_build-de02f5369e74c69d.build_script_build0-1ca8ad18fa377622561c53e6bb813ac7.rs.rcgu.o /private/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/build/kernel32-sys-de02f5369e74c69d/build_script_build-de02f5369e74c69d.build_script_build1-1ca8ad18fa377622561c53e6bb813ac7.rs.rcgu.o -o /private/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/build/kernel32-sys-de02f5369e74c69d/build_script_build-de02f5369e74c69d /private/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/build/kernel32-sys-de02f5369e74c69d/build_script_build-de02f5369e74c69d.crate.allocator.rcgu.o -Wl,-dead_strip -nodefaultlibs -L /private/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/deps -L /usr/local/Cellar/rust/1.27.0/lib/rustlib/x86_64-apple-darwin/lib /private/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/deps/libbuild-1e339c81979127f2.rlib /usr/local/Cellar/rust/1.27.0/lib/rustlib/x86_64-apple-darwin/lib/libstd-fecd5adb74a93ebf.rlib /usr/local/Cellar/rust/1.27.0/lib/rustlib/x86_64-apple-darwin/lib/libpanic_unwind-965da75eab2650a2.rlib /usr/local/Cellar/rust/1.27.0/lib/rustlib/x86_64-apple-darwin/lib/liballoc_jemalloc-56497464484b5a48.rlib /usr/local/Cellar/rust/1.27.0/lib/rustlib/x86_64-apple-darwin/lib/libunwind-b423cf2bfed56b09.rlib /usr/local/Cellar/rust/1.27.0/lib/rustlib/x86_64-apple-darwin/lib/liballoc_system-7b57f95be3b4d6ee.rlib /usr/local/Cellar/rust/1.27.0/lib/rustlib/x86_64-apple-darwin/lib/liblibc-78f0276a5e29a88d.rlib /usr/local/Cellar/rust/1.27.0/lib/rustlib/x86_64-apple-darwin/lib/liballoc-c4ee2f7961796856.rlib /usr/local/Cellar/rust/1.27.0/lib/rustlib/x86_64-apple-darwin/lib/libcore-d6fce06e1bd3d804.rlib /usr/local/Cellar/rust/1.27.0/lib/rustlib/x86_64-apple-darwin/lib/libcompiler_builtins-0ad09ca2aab51df0.rlib -l System -l resolv -l pthread -l c -l m
superenv removed: -m64 -L /usr/local/Cellar/rust/1.27.0/lib/rustlib/x86_64-apple-darwin/lib -L /private/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/deps -L /usr/local/Cellar/rust/1.27.0/lib/rustlib/x86_64-apple-darwin/lib
superenv added: -pipe -w -Os -march=native -L/usr/local/Cellar/rust/1.27.0/lib/rustlib/x86_64-apple-darwin/lib -L/private/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/deps -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/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 -L/usr/local/Cellar/rust/1.27.0/lib/rustlib/x86_64-apple-darwin/lib /private/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/build/kernel32-sys-de02f5369e74c69d/build_script_build-de02f5369e74c69d.build_script_build0-1ca8ad18fa377622561c53e6bb813ac7.rs.rcgu.o /private/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/build/kernel32-sys-de02f5369e74c69d/build_script_build-de02f5369e74c69d.build_script_build1-1ca8ad18fa377622561c53e6bb813ac7.rs.rcgu.o -o /private/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/build/kernel32-sys-de02f5369e74c69d/build_script_build-de02f5369e74c69d /private/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/build/kernel32-sys-de02f5369e74c69d/build_script_build-de02f5369e74c69d.crate.allocator.rcgu.o -Wl,-dead_strip -nodefaultlibs -L/private/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/deps /private/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/deps/libbuild-1e339c81979127f2.rlib /usr/local/Cellar/rust/1.27.0/lib/rustlib/x86_64-apple-darwin/lib/libstd-fecd5adb74a93ebf.rlib /usr/local/Cellar/rust/1.27.0/lib/rustlib/x86_64-apple-darwin/lib/libpanic_unwind-965da75eab2650a2.rlib /usr/local/Cellar/rust/1.27.0/lib/rustlib/x86_64-apple-darwin/lib/liballoc_jemalloc-56497464484b5a48.rlib /usr/local/Cellar/rust/1.27.0/lib/rustlib/x86_64-apple-darwin/lib/libunwind-b423cf2bfed56b09.rlib /usr/local/Cellar/rust/1.27.0/lib/rustlib/x86_64-apple-darwin/lib/liballoc_system-7b57f95be3b4d6ee.rlib /usr/local/Cellar/rust/1.27.0/lib/rustlib/x86_64-apple-darwin/lib/liblibc-78f0276a5e29a88d.rlib /usr/local/Cellar/rust/1.27.0/lib/rustlib/x86_64-apple-darwin/lib/liballoc-c4ee2f7961796856.rlib /usr/local/Cellar/rust/1.27.0/lib/rustlib/x86_64-apple-darwin/lib/libcore-d6fce06e1bd3d804.rlib /usr/local/Cellar/rust/1.27.0/lib/rustlib/x86_64-apple-darwin/lib/libcompiler_builtins-0ad09ca2aab51df0.rlib -l System -l resolv -l pthread -l c -l m -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
cc called with: -m64 -L /usr/local/Cellar/rust/1.27.0/lib/rustlib/x86_64-apple-darwin/lib /private/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/build/libz-sys-926a7c0506d61e69/build_script_build-926a7c0506d61e69.build_script_build0-e0b740c814ff92c5773841b8e10336ab.rs.rcgu.o /private/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/build/libz-sys-926a7c0506d61e69/build_script_build-926a7c0506d61e69.build_script_build1-e0b740c814ff92c5773841b8e10336ab.rs.rcgu.o /private/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/build/libz-sys-926a7c0506d61e69/build_script_build-926a7c0506d61e69.build_script_build10-e0b740c814ff92c5773841b8e10336ab.rs.rcgu.o /private/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/build/libz-sys-926a7c0506d61e69/build_script_build-926a7c0506d61e69.build_script_build11-e0b740c814ff92c5773841b8e10336ab.rs.rcgu.o /private/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/build/libz-sys-926a7c0506d61e69/build_script_build-926a7c0506d61e69.build_script_build12-e0b740c814ff92c5773841b8e10336ab.rs.rcgu.o /private/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/build/libz-sys-926a7c0506d61e69/build_script_build-926a7c0506d61e69.build_script_build13-e0b740c814ff92c5773841b8e10336ab.rs.rcgu.o /private/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/build/libz-sys-926a7c0506d61e69/build_script_build-926a7c0506d61e69.build_script_build14-e0b740c814ff92c5773841b8e10336ab.rs.rcgu.o /private/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/build/libz-sys-926a7c0506d61e69/build_script_build-926a7c0506d61e69.build_script_build15-e0b740c814ff92c5773841b8e10336ab.rs.rcgu.o /private/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/build/libz-sys-926a7c0506d61e69/build_script_build-926a7c0506d61e69.build_script_build2-e0b740c814ff92c5773841b8e10336ab.rs.rcgu.o /private/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/build/libz-sys-926a7c0506d61e69/build_script_build-926a7c0506d61e69.build_script_build3-e0b740c814ff92c5773841b8e10336ab.rs.rcgu.o /private/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/build/libz-sys-926a7c0506d61e69/build_script_build-926a7c0506d61e69.build_script_build4-e0b740c814ff92c5773841b8e10336ab.rs.rcgu.o /private/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/build/libz-sys-926a7c0506d61e69/build_script_build-926a7c0506d61e69.build_script_build5-e0b740c814ff92c5773841b8e10336ab.rs.rcgu.o /private/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/build/libz-sys-926a7c0506d61e69/build_script_build-926a7c0506d61e69.build_script_build6-e0b740c814ff92c5773841b8e10336ab.rs.rcgu.o /private/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/build/libz-sys-926a7c0506d61e69/build_script_build-926a7c0506d61e69.build_script_build7-e0b740c814ff92c5773841b8e10336ab.rs.rcgu.o /private/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/build/libz-sys-926a7c0506d61e69/build_script_build-926a7c0506d61e69.build_script_build8-e0b740c814ff92c5773841b8e10336ab.rs.rcgu.o /private/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/build/libz-sys-926a7c0506d61e69/build_script_build-926a7c0506d61e69.build_script_build9-e0b740c814ff92c5773841b8e10336ab.rs.rcgu.o -o /private/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/build/libz-sys-926a7c0506d61e69/build_script_build-926a7c0506d61e69 /private/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/build/libz-sys-926a7c0506d61e69/build_script_build-926a7c0506d61e69.crate.allocator.rcgu.o -Wl,-dead_strip -nodefaultlibs -L /private/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/deps -L /usr/local/Cellar/rust/1.27.0/lib/rustlib/x86_64-apple-darwin/lib /private/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/deps/libgcc-f24e4d00e2e7c0ad.rlib /private/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/deps/libpkg_config-d563bb998d830ed0.rlib /usr/local/Cellar/rust/1.27.0/lib/rustlib/x86_64-apple-darwin/lib/libstd-fecd5adb74a93ebf.rlib /usr/local/Cellar/rust/1.27.0/lib/rustlib/x86_64-apple-darwin/lib/libpanic_unwind-965da75eab2650a2.rlib /usr/local/Cellar/rust/1.27.0/lib/rustlib/x86_64-apple-darwin/lib/liballoc_jemalloc-56497464484b5a48.rlib /usr/local/Cellar/rust/1.27.0/lib/rustlib/x86_64-apple-darwin/lib/libunwind-b423cf2bfed56b09.rlib /usr/local/Cellar/rust/1.27.0/lib/rustlib/x86_64-apple-darwin/lib/liballoc_system-7b57f95be3b4d6ee.rlib /usr/local/Cellar/rust/1.27.0/lib/rustlib/x86_64-apple-darwin/lib/liblibc-78f0276a5e29a88d.rlib /usr/local/Cellar/rust/1.27.0/lib/rustlib/x86_64-apple-darwin/lib/liballoc-c4ee2f7961796856.rlib /usr/local/Cellar/rust/1.27.0/lib/rustlib/x86_64-apple-darwin/lib/libcore-d6fce06e1bd3d804.rlib /usr/local/Cellar/rust/1.27.0/lib/rustlib/x86_64-apple-darwin/lib/libcompiler_builtins-0ad09ca2aab51df0.rlib -l System -l resolv -l pthread -l c -l m
superenv removed: -m64 -L /usr/local/Cellar/rust/1.27.0/lib/rustlib/x86_64-apple-darwin/lib -L /private/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/deps -L /usr/local/Cellar/rust/1.27.0/lib/rustlib/x86_64-apple-darwin/lib
superenv added: -pipe -w -Os -march=native -L/usr/local/Cellar/rust/1.27.0/lib/rustlib/x86_64-apple-darwin/lib -L/private/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/deps -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/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 -L/usr/local/Cellar/rust/1.27.0/lib/rustlib/x86_64-apple-darwin/lib /private/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/build/libz-sys-926a7c0506d61e69/build_script_build-926a7c0506d61e69.build_script_build0-e0b740c814ff92c5773841b8e10336ab.rs.rcgu.o /private/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/build/libz-sys-926a7c0506d61e69/build_script_build-926a7c0506d61e69.build_script_build1-e0b740c814ff92c5773841b8e10336ab.rs.rcgu.o /private/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/build/libz-sys-926a7c0506d61e69/build_script_build-926a7c0506d61e69.build_script_build10-e0b740c814ff92c5773841b8e10336ab.rs.rcgu.o /private/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/build/libz-sys-926a7c0506d61e69/build_script_build-926a7c0506d61e69.build_script_build11-e0b740c814ff92c5773841b8e10336ab.rs.rcgu.o /private/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/build/libz-sys-926a7c0506d61e69/build_script_build-926a7c0506d61e69.build_script_build12-e0b740c814ff92c5773841b8e10336ab.rs.rcgu.o /private/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/build/libz-sys-926a7c0506d61e69/build_script_build-926a7c0506d61e69.build_script_build13-e0b740c814ff92c5773841b8e10336ab.rs.rcgu.o /private/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/build/libz-sys-926a7c0506d61e69/build_script_build-926a7c0506d61e69.build_script_build14-e0b740c814ff92c5773841b8e10336ab.rs.rcgu.o /private/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/build/libz-sys-926a7c0506d61e69/build_script_build-926a7c0506d61e69.build_script_build15-e0b740c814ff92c5773841b8e10336ab.rs.rcgu.o /private/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/build/libz-sys-926a7c0506d61e69/build_script_build-926a7c0506d61e69.build_script_build2-e0b740c814ff92c5773841b8e10336ab.rs.rcgu.o /private/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/build/libz-sys-926a7c0506d61e69/build_script_build-926a7c0506d61e69.build_script_build3-e0b740c814ff92c5773841b8e10336ab.rs.rcgu.o /private/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/build/libz-sys-926a7c0506d61e69/build_script_build-926a7c0506d61e69.build_script_build4-e0b740c814ff92c5773841b8e10336ab.rs.rcgu.o /private/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/build/libz-sys-926a7c0506d61e69/build_script_build-926a7c0506d61e69.build_script_build5-e0b740c814ff92c5773841b8e10336ab.rs.rcgu.o /private/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/build/libz-sys-926a7c0506d61e69/build_script_build-926a7c0506d61e69.build_script_build6-e0b740c814ff92c5773841b8e10336ab.rs.rcgu.o /private/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/build/libz-sys-926a7c0506d61e69/build_script_build-926a7c0506d61e69.build_script_build7-e0b740c814ff92c5773841b8e10336ab.rs.rcgu.o /private/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/build/libz-sys-926a7c0506d61e69/build_script_build-926a7c0506d61e69.build_script_build8-e0b740c814ff92c5773841b8e10336ab.rs.rcgu.o /private/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/build/libz-sys-926a7c0506d61e69/build_script_build-926a7c0506d61e69.build_script_build9-e0b740c814ff92c5773841b8e10336ab.rs.rcgu.o -o /private/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/build/libz-sys-926a7c0506d61e69/build_script_build-926a7c0506d61e69 /private/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/build/libz-sys-926a7c0506d61e69/build_script_build-926a7c0506d61e69.crate.allocator.rcgu.o -Wl,-dead_strip -nodefaultlibs -L/private/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/deps /private/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/deps/libgcc-f24e4d00e2e7c0ad.rlib /private/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/deps/libpkg_config-d563bb998d830ed0.rlib /usr/local/Cellar/rust/1.27.0/lib/rustlib/x86_64-apple-darwin/lib/libstd-fecd5adb74a93ebf.rlib /usr/local/Cellar/rust/1.27.0/lib/rustlib/x86_64-apple-darwin/lib/libpanic_unwind-965da75eab2650a2.rlib /usr/local/Cellar/rust/1.27.0/lib/rustlib/x86_64-apple-darwin/lib/liballoc_jemalloc-56497464484b5a48.rlib /usr/local/Cellar/rust/1.27.0/lib/rustlib/x86_64-apple-darwin/lib/libunwind-b423cf2bfed56b09.rlib /usr/local/Cellar/rust/1.27.0/lib/rustlib/x86_64-apple-darwin/lib/liballoc_system-7b57f95be3b4d6ee.rlib /usr/local/Cellar/rust/1.27.0/lib/rustlib/x86_64-apple-darwin/lib/liblibc-78f0276a5e29a88d.rlib /usr/local/Cellar/rust/1.27.0/lib/rustlib/x86_64-apple-darwin/lib/liballoc-c4ee2f7961796856.rlib /usr/local/Cellar/rust/1.27.0/lib/rustlib/x86_64-apple-darwin/lib/libcore-d6fce06e1bd3d804.rlib /usr/local/Cellar/rust/1.27.0/lib/rustlib/x86_64-apple-darwin/lib/libcompiler_builtins-0ad09ca2aab51df0.rlib -l System -l resolv -l pthread -l c -l m -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
cc called with: -m64 -L /usr/local/Cellar/rust/1.27.0/lib/rustlib/x86_64-apple-darwin/lib /private/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/build/libgit2-sys-ca113cb8a71bd4ab/build_script_build-ca113cb8a71bd4ab.build_script_build0-c20ad94b8770d34157154aa4ac1fcb41.rs.rcgu.o /private/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/build/libgit2-sys-ca113cb8a71bd4ab/build_script_build-ca113cb8a71bd4ab.build_script_build1-c20ad94b8770d34157154aa4ac1fcb41.rs.rcgu.o /private/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/build/libgit2-sys-ca113cb8a71bd4ab/build_script_build-ca113cb8a71bd4ab.build_script_build10-c20ad94b8770d34157154aa4ac1fcb41.rs.rcgu.o /private/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/build/libgit2-sys-ca113cb8a71bd4ab/build_script_build-ca113cb8a71bd4ab.build_script_build11-c20ad94b8770d34157154aa4ac1fcb41.rs.rcgu.o /private/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/build/libgit2-sys-ca113cb8a71bd4ab/build_script_build-ca113cb8a71bd4ab.build_script_build12-c20ad94b8770d34157154aa4ac1fcb41.rs.rcgu.o /private/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/build/libgit2-sys-ca113cb8a71bd4ab/build_script_build-ca113cb8a71bd4ab.build_script_build13-c20ad94b8770d34157154aa4ac1fcb41.rs.rcgu.o /private/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/build/libgit2-sys-ca113cb8a71bd4ab/build_script_build-ca113cb8a71bd4ab.build_script_build14-c20ad94b8770d34157154aa4ac1fcb41.rs.rcgu.o /private/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/build/libgit2-sys-ca113cb8a71bd4ab/build_script_build-ca113cb8a71bd4ab.build_script_build15-c20ad94b8770d34157154aa4ac1fcb41.rs.rcgu.o /private/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/build/libgit2-sys-ca113cb8a71bd4ab/build_script_build-ca113cb8a71bd4ab.build_script_build2-c20ad94b8770d34157154aa4ac1fcb41.rs.rcgu.o /private/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/build/libgit2-sys-ca113cb8a71bd4ab/build_script_build-ca113cb8a71bd4ab.build_script_build3-c20ad94b8770d34157154aa4ac1fcb41.rs.rcgu.o /private/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/build/libgit2-sys-ca113cb8a71bd4ab/build_script_build-ca113cb8a71bd4ab.build_script_build4-c20ad94b8770d34157154aa4ac1fcb41.rs.rcgu.o /private/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/build/libgit2-sys-ca113cb8a71bd4ab/build_script_build-ca113cb8a71bd4ab.build_script_build5-c20ad94b8770d34157154aa4ac1fcb41.rs.rcgu.o /private/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/build/libgit2-sys-ca113cb8a71bd4ab/build_script_build-ca113cb8a71bd4ab.build_script_build6-c20ad94b8770d34157154aa4ac1fcb41.rs.rcgu.o /private/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/build/libgit2-sys-ca113cb8a71bd4ab/build_script_build-ca113cb8a71bd4ab.build_script_build7-c20ad94b8770d34157154aa4ac1fcb41.rs.rcgu.o /private/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/build/libgit2-sys-ca113cb8a71bd4ab/build_script_build-ca113cb8a71bd4ab.build_script_build8-c20ad94b8770d34157154aa4ac1fcb41.rs.rcgu.o /private/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/build/libgit2-sys-ca113cb8a71bd4ab/build_script_build-ca113cb8a71bd4ab.build_script_build9-c20ad94b8770d34157154aa4ac1fcb41.rs.rcgu.o -o /private/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/build/libgit2-sys-ca113cb8a71bd4ab/build_script_build-ca113cb8a71bd4ab /private/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/build/libgit2-sys-ca113cb8a71bd4ab/build_script_build-ca113cb8a71bd4ab.crate.allocator.rcgu.o -Wl,-dead_strip -nodefaultlibs -L /private/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/deps -L /usr/local/Cellar/rust/1.27.0/lib/rustlib/x86_64-apple-darwin/lib /private/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/deps/libpkg_config-d563bb998d830ed0.rlib /private/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/deps/libcmake-b244f4b1142d8f73.rlib /private/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/deps/libgcc-f24e4d00e2e7c0ad.rlib /usr/local/Cellar/rust/1.27.0/lib/rustlib/x86_64-apple-darwin/lib/libstd-fecd5adb74a93ebf.rlib /usr/local/Cellar/rust/1.27.0/lib/rustlib/x86_64-apple-darwin/lib/libpanic_unwind-965da75eab2650a2.rlib /usr/local/Cellar/rust/1.27.0/lib/rustlib/x86_64-apple-darwin/lib/liballoc_jemalloc-56497464484b5a48.rlib /usr/local/Cellar/rust/1.27.0/lib/rustlib/x86_64-apple-darwin/lib/libunwind-b423cf2bfed56b09.rlib /usr/local/Cellar/rust/1.27.0/lib/rustlib/x86_64-apple-darwin/lib/liballoc_system-7b57f95be3b4d6ee.rlib /usr/local/Cellar/rust/1.27.0/lib/rustlib/x86_64-apple-darwin/lib/liblibc-78f0276a5e29a88d.rlib /usr/local/Cellar/rust/1.27.0/lib/rustlib/x86_64-apple-darwin/lib/liballoc-c4ee2f7961796856.rlib /usr/local/Cellar/rust/1.27.0/lib/rustlib/x86_64-apple-darwin/lib/libcore-d6fce06e1bd3d804.rlib /usr/local/Cellar/rust/1.27.0/lib/rustlib/x86_64-apple-darwin/lib/libcompiler_builtins-0ad09ca2aab51df0.rlib -l System -l resolv -l pthread -l c -l m
superenv removed: -m64 -L /usr/local/Cellar/rust/1.27.0/lib/rustlib/x86_64-apple-darwin/lib -L /private/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/deps -L /usr/local/Cellar/rust/1.27.0/lib/rustlib/x86_64-apple-darwin/lib
superenv added: -pipe -w -Os -march=native -L/usr/local/Cellar/rust/1.27.0/lib/rustlib/x86_64-apple-darwin/lib -L/private/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/deps -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/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 -L/usr/local/Cellar/rust/1.27.0/lib/rustlib/x86_64-apple-darwin/lib /private/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/build/libgit2-sys-ca113cb8a71bd4ab/build_script_build-ca113cb8a71bd4ab.build_script_build0-c20ad94b8770d34157154aa4ac1fcb41.rs.rcgu.o /private/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/build/libgit2-sys-ca113cb8a71bd4ab/build_script_build-ca113cb8a71bd4ab.build_script_build1-c20ad94b8770d34157154aa4ac1fcb41.rs.rcgu.o /private/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/build/libgit2-sys-ca113cb8a71bd4ab/build_script_build-ca113cb8a71bd4ab.build_script_build10-c20ad94b8770d34157154aa4ac1fcb41.rs.rcgu.o /private/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/build/libgit2-sys-ca113cb8a71bd4ab/build_script_build-ca113cb8a71bd4ab.build_script_build11-c20ad94b8770d34157154aa4ac1fcb41.rs.rcgu.o /private/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/build/libgit2-sys-ca113cb8a71bd4ab/build_script_build-ca113cb8a71bd4ab.build_script_build12-c20ad94b8770d34157154aa4ac1fcb41.rs.rcgu.o /private/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/build/libgit2-sys-ca113cb8a71bd4ab/build_script_build-ca113cb8a71bd4ab.build_script_build13-c20ad94b8770d34157154aa4ac1fcb41.rs.rcgu.o /private/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/build/libgit2-sys-ca113cb8a71bd4ab/build_script_build-ca113cb8a71bd4ab.build_script_build14-c20ad94b8770d34157154aa4ac1fcb41.rs.rcgu.o /private/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/build/libgit2-sys-ca113cb8a71bd4ab/build_script_build-ca113cb8a71bd4ab.build_script_build15-c20ad94b8770d34157154aa4ac1fcb41.rs.rcgu.o /private/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/build/libgit2-sys-ca113cb8a71bd4ab/build_script_build-ca113cb8a71bd4ab.build_script_build2-c20ad94b8770d34157154aa4ac1fcb41.rs.rcgu.o /private/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/build/libgit2-sys-ca113cb8a71bd4ab/build_script_build-ca113cb8a71bd4ab.build_script_build3-c20ad94b8770d34157154aa4ac1fcb41.rs.rcgu.o /private/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/build/libgit2-sys-ca113cb8a71bd4ab/build_script_build-ca113cb8a71bd4ab.build_script_build4-c20ad94b8770d34157154aa4ac1fcb41.rs.rcgu.o /private/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/build/libgit2-sys-ca113cb8a71bd4ab/build_script_build-ca113cb8a71bd4ab.build_script_build5-c20ad94b8770d34157154aa4ac1fcb41.rs.rcgu.o /private/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/build/libgit2-sys-ca113cb8a71bd4ab/build_script_build-ca113cb8a71bd4ab.build_script_build6-c20ad94b8770d34157154aa4ac1fcb41.rs.rcgu.o /private/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/build/libgit2-sys-ca113cb8a71bd4ab/build_script_build-ca113cb8a71bd4ab.build_script_build7-c20ad94b8770d34157154aa4ac1fcb41.rs.rcgu.o /private/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/build/libgit2-sys-ca113cb8a71bd4ab/build_script_build-ca113cb8a71bd4ab.build_script_build8-c20ad94b8770d34157154aa4ac1fcb41.rs.rcgu.o /private/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/build/libgit2-sys-ca113cb8a71bd4ab/build_script_build-ca113cb8a71bd4ab.build_script_build9-c20ad94b8770d34157154aa4ac1fcb41.rs.rcgu.o -o /private/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/build/libgit2-sys-ca113cb8a71bd4ab/build_script_build-ca113cb8a71bd4ab /private/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/build/libgit2-sys-ca113cb8a71bd4ab/build_script_build-ca113cb8a71bd4ab.crate.allocator.rcgu.o -Wl,-dead_strip -nodefaultlibs -L/private/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/deps /private/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/deps/libpkg_config-d563bb998d830ed0.rlib /private/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/deps/libcmake-b244f4b1142d8f73.rlib /private/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/deps/libgcc-f24e4d00e2e7c0ad.rlib /usr/local/Cellar/rust/1.27.0/lib/rustlib/x86_64-apple-darwin/lib/libstd-fecd5adb74a93ebf.rlib /usr/local/Cellar/rust/1.27.0/lib/rustlib/x86_64-apple-darwin/lib/libpanic_unwind-965da75eab2650a2.rlib /usr/local/Cellar/rust/1.27.0/lib/rustlib/x86_64-apple-darwin/lib/liballoc_jemalloc-56497464484b5a48.rlib /usr/local/Cellar/rust/1.27.0/lib/rustlib/x86_64-apple-darwin/lib/libunwind-b423cf2bfed56b09.rlib /usr/local/Cellar/rust/1.27.0/lib/rustlib/x86_64-apple-darwin/lib/liballoc_system-7b57f95be3b4d6ee.rlib /usr/local/Cellar/rust/1.27.0/lib/rustlib/x86_64-apple-darwin/lib/liblibc-78f0276a5e29a88d.rlib /usr/local/Cellar/rust/1.27.0/lib/rustlib/x86_64-apple-darwin/lib/liballoc-c4ee2f7961796856.rlib /usr/local/Cellar/rust/1.27.0/lib/rustlib/x86_64-apple-darwin/lib/libcore-d6fce06e1bd3d804.rlib /usr/local/Cellar/rust/1.27.0/lib/rustlib/x86_64-apple-darwin/lib/libcompiler_builtins-0ad09ca2aab51df0.rlib -l System -l resolv -l pthread -l c -l m -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/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: -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin 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 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin 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: -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -o CMakeFiles/cmTC_1a365.dir/testCCompiler.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/build/libgit2-sys-51eaeddbfb4e282c/out/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 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -o CMakeFiles/cmTC_1a365.dir/testCCompiler.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/build/libgit2-sys-51eaeddbfb4e282c/out/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: -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_1a365.dir/testCCompiler.c.o -o cmTC_1a365
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 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_1a365.dir/testCCompiler.c.o -o cmTC_1a365 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/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: -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -o CMakeFiles/cmTC_99b9f.dir/CMakeCCompilerABI.c.o -c /usr/local/Cellar/cmake/3.11.4/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 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -o CMakeFiles/cmTC_99b9f.dir/CMakeCCompilerABI.c.o -c /usr/local/Cellar/cmake/3.11.4/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: -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_99b9f.dir/CMakeCCompilerABI.c.o -o cmTC_99b9f
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 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_99b9f.dir/CMakeCCompilerABI.c.o -o cmTC_99b9f -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/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: -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -std=c11 -o CMakeFiles/cmTC_611f2.dir/feature_tests.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/build/libgit2-sys-51eaeddbfb4e282c/out/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 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -std=c11 -o CMakeFiles/cmTC_611f2.dir/feature_tests.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/build/libgit2-sys-51eaeddbfb4e282c/out/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: -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_611f2.dir/feature_tests.c.o -o cmTC_611f2
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 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_611f2.dir/feature_tests.c.o -o cmTC_611f2 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/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: -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -std=c99 -o CMakeFiles/cmTC_27763.dir/feature_tests.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/build/libgit2-sys-51eaeddbfb4e282c/out/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 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -std=c99 -o CMakeFiles/cmTC_27763.dir/feature_tests.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/build/libgit2-sys-51eaeddbfb4e282c/out/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: -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_27763.dir/feature_tests.c.o -o cmTC_27763
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 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_27763.dir/feature_tests.c.o -o cmTC_27763 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/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: -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -std=c90 -o CMakeFiles/cmTC_18564.dir/feature_tests.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/build/libgit2-sys-51eaeddbfb4e282c/out/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 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -std=c90 -o CMakeFiles/cmTC_18564.dir/feature_tests.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/build/libgit2-sys-51eaeddbfb4e282c/out/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: -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_18564.dir/feature_tests.c.o -o cmTC_18564
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 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_18564.dir/feature_tests.c.o -o cmTC_18564 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/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: -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -DHAVE_STRUCT_STAT_ST_MTIM -o CMakeFiles/cmTC_d7e17.dir/src.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/build/libgit2-sys-51eaeddbfb4e282c/out/build/CMakeFiles/CMakeTmp/src.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 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -DHAVE_STRUCT_STAT_ST_MTIM -o CMakeFiles/cmTC_d7e17.dir/src.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/build/libgit2-sys-51eaeddbfb4e282c/out/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: -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -DHAVE_STRUCT_STAT_ST_MTIMESPEC -o CMakeFiles/cmTC_5c280.dir/src.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/build/libgit2-sys-51eaeddbfb4e282c/out/build/CMakeFiles/CMakeTmp/src.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 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -DHAVE_STRUCT_STAT_ST_MTIMESPEC -o CMakeFiles/cmTC_5c280.dir/src.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/build/libgit2-sys-51eaeddbfb4e282c/out/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: -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -DHAVE_STRUCT_STAT_ST_MTIMESPEC -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_5c280.dir/src.c.o -o cmTC_5c280
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 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -DHAVE_STRUCT_STAT_ST_MTIMESPEC -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_5c280.dir/src.c.o -o cmTC_5c280 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/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: -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -DHAVE_STRUCT_STAT_MTIME_NSEC -o CMakeFiles/cmTC_32a79.dir/src.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/build/libgit2-sys-51eaeddbfb4e282c/out/build/CMakeFiles/CMakeTmp/src.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 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -DHAVE_STRUCT_STAT_MTIME_NSEC -o CMakeFiles/cmTC_32a79.dir/src.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/build/libgit2-sys-51eaeddbfb4e282c/out/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: -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -DHAVE_STRUCT_STAT_NSEC -o CMakeFiles/cmTC_7c429.dir/src.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/build/libgit2-sys-51eaeddbfb4e282c/out/build/CMakeFiles/CMakeTmp/src.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 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -DHAVE_STRUCT_STAT_NSEC -o CMakeFiles/cmTC_7c429.dir/src.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/build/libgit2-sys-51eaeddbfb4e282c/out/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: -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -DHAVE_STRUCT_STAT_NSEC -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_7c429.dir/src.c.o -o cmTC_7c429
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 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -DHAVE_STRUCT_STAT_NSEC -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_7c429.dir/src.c.o -o cmTC_7c429 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/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: -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -DCHECK_FUNCTION_EXISTS=SSLCreateContext -o CMakeFiles/cmTC_ed55e.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.11.4/share/cmake/Modules/CheckFunctionExists.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 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -DCHECK_FUNCTION_EXISTS=SSLCreateContext -o CMakeFiles/cmTC_ed55e.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.11.4/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: -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -DCHECK_FUNCTION_EXISTS=SSLCreateContext -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_ed55e.dir/CheckFunctionExists.c.o -o cmTC_ed55e -L/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/build/libgit2-sys-51eaeddbfb4e282c/out/build/CMakeFiles/CMakeTmp/Security/SecureTransport.h -Wl,-rpath,/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/build/libgit2-sys-51eaeddbfb4e282c/out/build/CMakeFiles/CMakeTmp/Security/SecureTransport.h -framework Security
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 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -DCHECK_FUNCTION_EXISTS=SSLCreateContext -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_ed55e.dir/CheckFunctionExists.c.o -o cmTC_ed55e -L/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/build/libgit2-sys-51eaeddbfb4e282c/out/build/CMakeFiles/CMakeTmp/Security/SecureTransport.h -Wl,-rpath,/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/build/libgit2-sys-51eaeddbfb4e282c/out/build/CMakeFiles/CMakeTmp/Security/SecureTransport.h -framework Security -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/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: -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -DIS_WALL_SUPPORTED -Wall -o CMakeFiles/cmTC_56e61.dir/src.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/build/libgit2-sys-51eaeddbfb4e282c/out/build/CMakeFiles/CMakeTmp/src.c
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 -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -DIS_WALL_SUPPORTED -o CMakeFiles/cmTC_56e61.dir/src.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/build/libgit2-sys-51eaeddbfb4e282c/out/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: -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -DIS_WALL_SUPPORTED -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_56e61.dir/src.c.o -o cmTC_56e61
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 -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -DIS_WALL_SUPPORTED -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_56e61.dir/src.c.o -o cmTC_56e61 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/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: -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -DIS_WEXTRA_SUPPORTED -Wextra -o CMakeFiles/cmTC_4b247.dir/src.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/build/libgit2-sys-51eaeddbfb4e282c/out/build/CMakeFiles/CMakeTmp/src.c
superenv removed: -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 -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -DIS_WEXTRA_SUPPORTED -o CMakeFiles/cmTC_4b247.dir/src.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/build/libgit2-sys-51eaeddbfb4e282c/out/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: -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -DIS_WEXTRA_SUPPORTED -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_4b247.dir/src.c.o -o cmTC_4b247
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
superenv executed: clang -pipe -w -Os -march=native -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -DIS_WEXTRA_SUPPORTED -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_4b247.dir/src.c.o -o cmTC_4b247 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/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: -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -DIS_WDOCUMENTATION_SUPPORTED -Wdocumentation -o CMakeFiles/cmTC_f0366.dir/src.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/build/libgit2-sys-51eaeddbfb4e282c/out/build/CMakeFiles/CMakeTmp/src.c
superenv removed: -Wall -Wextra -Wdocumentation
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -DIS_WDOCUMENTATION_SUPPORTED -o CMakeFiles/cmTC_f0366.dir/src.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/build/libgit2-sys-51eaeddbfb4e282c/out/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: -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -DIS_WDOCUMENTATION_SUPPORTED -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_f0366.dir/src.c.o -o cmTC_f0366
superenv removed: -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 -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -DIS_WDOCUMENTATION_SUPPORTED -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_f0366.dir/src.c.o -o cmTC_f0366 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/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: -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -DIS_WNO-MISSING-FIELD-INITIALIZERS_SUPPORTED -Wno-missing-field-initializers -o CMakeFiles/cmTC_7eef0.dir/src.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/build/libgit2-sys-51eaeddbfb4e282c/out/build/CMakeFiles/CMakeTmp/src.c
superenv removed: -Wall -Wextra -Wdocumentation
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -DIS_WNO-MISSING-FIELD-INITIALIZERS_SUPPORTED -Wno-missing-field-initializers -o CMakeFiles/cmTC_7eef0.dir/src.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/build/libgit2-sys-51eaeddbfb4e282c/out/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: -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -DIS_WNO-MISSING-FIELD-INITIALIZERS_SUPPORTED -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_7eef0.dir/src.c.o -o cmTC_7eef0
superenv removed: -Wall -Wextra -Wdocumentation
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 -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -DIS_WNO-MISSING-FIELD-INITIALIZERS_SUPPORTED -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_7eef0.dir/src.c.o -o cmTC_7eef0 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/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: -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -DIS_WSTRICT-ALIASING=2_SUPPORTED -Wstrict-aliasing=2 -o CMakeFiles/cmTC_7a7af.dir/src.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/build/libgit2-sys-51eaeddbfb4e282c/out/build/CMakeFiles/CMakeTmp/src.c
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -DIS_WSTRICT-ALIASING=2_SUPPORTED -o CMakeFiles/cmTC_7a7af.dir/src.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/build/libgit2-sys-51eaeddbfb4e282c/out/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: -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -DIS_WSTRICT-ALIASING=2_SUPPORTED -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_7a7af.dir/src.c.o -o cmTC_7a7af
superenv removed: -Wall -Wextra -Wdocumentation
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 -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -DIS_WSTRICT-ALIASING=2_SUPPORTED -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_7a7af.dir/src.c.o -o cmTC_7a7af -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/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: -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -DIS_WSTRICT-PROTOTYPES_SUPPORTED -Wstrict-prototypes -o CMakeFiles/cmTC_7e477.dir/src.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/build/libgit2-sys-51eaeddbfb4e282c/out/build/CMakeFiles/CMakeTmp/src.c
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -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 -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -DIS_WSTRICT-PROTOTYPES_SUPPORTED -o CMakeFiles/cmTC_7e477.dir/src.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/build/libgit2-sys-51eaeddbfb4e282c/out/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: -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -DIS_WSTRICT-PROTOTYPES_SUPPORTED -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_7e477.dir/src.c.o -o cmTC_7e477
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2
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 -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -DIS_WSTRICT-PROTOTYPES_SUPPORTED -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_7e477.dir/src.c.o -o cmTC_7e477 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/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: -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -DIS_WDECLARATION-AFTER-STATEMENT_SUPPORTED -Wdeclaration-after-statement -o CMakeFiles/cmTC_43395.dir/src.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/build/libgit2-sys-51eaeddbfb4e282c/out/build/CMakeFiles/CMakeTmp/src.c
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -DIS_WDECLARATION-AFTER-STATEMENT_SUPPORTED -o CMakeFiles/cmTC_43395.dir/src.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/build/libgit2-sys-51eaeddbfb4e282c/out/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: -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -DIS_WDECLARATION-AFTER-STATEMENT_SUPPORTED -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_43395.dir/src.c.o -o cmTC_43395
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -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 -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -DIS_WDECLARATION-AFTER-STATEMENT_SUPPORTED -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_43395.dir/src.c.o -o cmTC_43395 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/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: -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -DIS_WNO-UNUSED-CONST-VARIABLE_SUPPORTED -Wno-unused-const-variable -o CMakeFiles/cmTC_6751e.dir/src.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/build/libgit2-sys-51eaeddbfb4e282c/out/build/CMakeFiles/CMakeTmp/src.c
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -DIS_WNO-UNUSED-CONST-VARIABLE_SUPPORTED -Wno-unused-const-variable -o CMakeFiles/cmTC_6751e.dir/src.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/build/libgit2-sys-51eaeddbfb4e282c/out/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: -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -DIS_WNO-UNUSED-CONST-VARIABLE_SUPPORTED -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_6751e.dir/src.c.o -o cmTC_6751e
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement
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 -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -DIS_WNO-UNUSED-CONST-VARIABLE_SUPPORTED -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_6751e.dir/src.c.o -o cmTC_6751e -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/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: -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-const-variable -DIS_WNO-UNUSED-FUNCTION_SUPPORTED -Wno-unused-function -o CMakeFiles/cmTC_4a2d6.dir/src.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/build/libgit2-sys-51eaeddbfb4e282c/out/build/CMakeFiles/CMakeTmp/src.c
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -Wno-unused-const-variable -DIS_WNO-UNUSED-FUNCTION_SUPPORTED -Wno-unused-function -o CMakeFiles/cmTC_4a2d6.dir/src.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/build/libgit2-sys-51eaeddbfb4e282c/out/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: -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-const-variable -DIS_WNO-UNUSED-FUNCTION_SUPPORTED -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_4a2d6.dir/src.c.o -o cmTC_4a2d6
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement
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 -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -Wno-unused-const-variable -DIS_WNO-UNUSED-FUNCTION_SUPPORTED -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_4a2d6.dir/src.c.o -o cmTC_4a2d6 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/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: -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-const-variable -Wno-unused-function -DIS_WNO-DEPRECATED-DECLARATIONS_SUPPORTED -Wno-deprecated-declarations -o CMakeFiles/cmTC_a8c65.dir/src.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/build/libgit2-sys-51eaeddbfb4e282c/out/build/CMakeFiles/CMakeTmp/src.c
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -Wno-unused-const-variable -Wno-unused-function -DIS_WNO-DEPRECATED-DECLARATIONS_SUPPORTED -Wno-deprecated-declarations -o CMakeFiles/cmTC_a8c65.dir/src.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/build/libgit2-sys-51eaeddbfb4e282c/out/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: -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-const-variable -Wno-unused-function -DIS_WNO-DEPRECATED-DECLARATIONS_SUPPORTED -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_a8c65.dir/src.c.o -o cmTC_a8c65
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement
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 -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -Wno-unused-const-variable -Wno-unused-function -DIS_WNO-DEPRECATED-DECLARATIONS_SUPPORTED -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_a8c65.dir/src.c.o -o cmTC_a8c65 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/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: -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -o CMakeFiles/cmTC_fc63e.dir/CheckSymbolExists.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/build/libgit2-sys-51eaeddbfb4e282c/out/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -o CMakeFiles/cmTC_fc63e.dir/CheckSymbolExists.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/build/libgit2-sys-51eaeddbfb4e282c/out/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: -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_fc63e.dir/CheckSymbolExists.c.o -o cmTC_fc63e
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement
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 -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_fc63e.dir/CheckSymbolExists.c.o -o cmTC_fc63e -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/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: -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -DCHECK_FUNCTION_EXISTS=futimens -o CMakeFiles/cmTC_8f87e.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.11.4/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -DCHECK_FUNCTION_EXISTS=futimens -o CMakeFiles/cmTC_8f87e.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.11.4/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: -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -DCHECK_FUNCTION_EXISTS=futimens -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_8f87e.dir/CheckFunctionExists.c.o -o cmTC_8f87e
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement
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 -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -DCHECK_FUNCTION_EXISTS=futimens -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_8f87e.dir/CheckFunctionExists.c.o -o cmTC_8f87e -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/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: -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -DCHECK_FUNCTION_EXISTS=qsort_r -o CMakeFiles/cmTC_f194b.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.11.4/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -DCHECK_FUNCTION_EXISTS=qsort_r -o CMakeFiles/cmTC_f194b.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.11.4/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: -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -DCHECK_FUNCTION_EXISTS=qsort_r -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_f194b.dir/CheckFunctionExists.c.o -o cmTC_f194b
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement
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 -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -DCHECK_FUNCTION_EXISTS=qsort_r -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_f194b.dir/CheckFunctionExists.c.o -o cmTC_f194b -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/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: -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -DCHECK_FUNCTION_EXISTS=qsort_s -o CMakeFiles/cmTC_4fa21.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.11.4/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -DCHECK_FUNCTION_EXISTS=qsort_s -o CMakeFiles/cmTC_4fa21.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.11.4/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: -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -DCHECK_FUNCTION_EXISTS=qsort_s -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_4fa21.dir/CheckFunctionExists.c.o -o cmTC_4fa21
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement
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 -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -DCHECK_FUNCTION_EXISTS=qsort_s -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_4fa21.dir/CheckFunctionExists.c.o -o cmTC_4fa21 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/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: -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -o CMakeFiles/cmTC_043ba.dir/CheckIncludeFile.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/build/libgit2-sys-51eaeddbfb4e282c/out/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -o CMakeFiles/cmTC_043ba.dir/CheckIncludeFile.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/build/libgit2-sys-51eaeddbfb4e282c/out/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: -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_043ba.dir/CheckIncludeFile.c.o -o cmTC_043ba
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement
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 -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_043ba.dir/CheckIncludeFile.c.o -o cmTC_043ba -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/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: -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -o CMakeFiles/cmTC_d5ea0.dir/CheckSymbolExists.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/build/libgit2-sys-51eaeddbfb4e282c/out/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -o CMakeFiles/cmTC_d5ea0.dir/CheckSymbolExists.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/build/libgit2-sys-51eaeddbfb4e282c/out/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: -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_d5ea0.dir/CheckSymbolExists.c.o -o cmTC_d5ea0
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement
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 -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_d5ea0.dir/CheckSymbolExists.c.o -o cmTC_d5ea0 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/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: -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -DCHECK_FUNCTION_EXISTS=clock_gettime -o CMakeFiles/cmTC_c3ccc.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.11.4/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -DCHECK_FUNCTION_EXISTS=clock_gettime -o CMakeFiles/cmTC_c3ccc.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.11.4/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: -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -DCHECK_FUNCTION_EXISTS=clock_gettime -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_c3ccc.dir/CheckFunctionExists.c.o -o cmTC_c3ccc -L/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/build/libgit2-sys-51eaeddbfb4e282c/out/build/CMakeFiles/CMakeTmp/time.h -Wl,-rpath,/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/build/libgit2-sys-51eaeddbfb4e282c/out/build/CMakeFiles/CMakeTmp/time.h -lrt
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement
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 -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -DCHECK_FUNCTION_EXISTS=clock_gettime -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_c3ccc.dir/CheckFunctionExists.c.o -o cmTC_c3ccc -L/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/build/libgit2-sys-51eaeddbfb4e282c/out/build/CMakeFiles/CMakeTmp/time.h -Wl,-rpath,/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/build/libgit2-sys-51eaeddbfb4e282c/out/build/CMakeFiles/CMakeTmp/time.h -lrt -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/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: -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -O3 -DNDEBUG -o CMakeFiles/git2.dir/src/annotated_commit.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/annotated_commit.c
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -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 -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -DNDEBUG -o CMakeFiles/git2.dir/src/annotated_commit.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/annotated_commit.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -O3 -DNDEBUG -o CMakeFiles/git2.dir/src/apply.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/apply.c
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -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 -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -DNDEBUG -o CMakeFiles/git2.dir/src/apply.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/apply.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -O3 -DNDEBUG -o CMakeFiles/git2.dir/src/blame.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/blame.c
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -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 -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -DNDEBUG -o CMakeFiles/git2.dir/src/blame.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/blame.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -O3 -DNDEBUG -o CMakeFiles/git2.dir/src/attr_file.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/attr_file.c
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -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 -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -DNDEBUG -o CMakeFiles/git2.dir/src/attr_file.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/attr_file.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -O3 -DNDEBUG -o CMakeFiles/git2.dir/src/blame_git.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/blame_git.c
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -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 -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -DNDEBUG -o CMakeFiles/git2.dir/src/blame_git.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/blame_git.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -O3 -DNDEBUG -o CMakeFiles/git2.dir/src/attrcache.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/attrcache.c
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -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 -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -DNDEBUG -o CMakeFiles/git2.dir/src/attrcache.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/attrcache.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -O3 -DNDEBUG -o CMakeFiles/git2.dir/src/blob.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/blob.c
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -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 -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -DNDEBUG -o CMakeFiles/git2.dir/src/blob.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/blob.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -O3 -DNDEBUG -o CMakeFiles/git2.dir/src/attr.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/attr.c
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -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 -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -DNDEBUG -o CMakeFiles/git2.dir/src/attr.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/attr.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -O3 -DNDEBUG -o CMakeFiles/git2.dir/src/branch.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/branch.c
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -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 -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -DNDEBUG -o CMakeFiles/git2.dir/src/branch.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/branch.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -O3 -DNDEBUG -o CMakeFiles/git2.dir/src/buf_text.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/buf_text.c
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -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 -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -DNDEBUG -o CMakeFiles/git2.dir/src/buf_text.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/buf_text.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -O3 -DNDEBUG -o CMakeFiles/git2.dir/src/buffer.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/buffer.c
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -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 -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -DNDEBUG -o CMakeFiles/git2.dir/src/buffer.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/buffer.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -O3 -DNDEBUG -o CMakeFiles/git2.dir/src/cache.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/cache.c
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -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 -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -DNDEBUG -o CMakeFiles/git2.dir/src/cache.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/cache.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -O3 -DNDEBUG -o CMakeFiles/git2.dir/src/checkout.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/checkout.c
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -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 -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -DNDEBUG -o CMakeFiles/git2.dir/src/checkout.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/checkout.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -O3 -DNDEBUG -o CMakeFiles/git2.dir/src/cherrypick.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/cherrypick.c
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -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 -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -DNDEBUG -o CMakeFiles/git2.dir/src/cherrypick.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/cherrypick.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -O3 -DNDEBUG -o CMakeFiles/git2.dir/src/clone.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/clone.c
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -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 -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -DNDEBUG -o CMakeFiles/git2.dir/src/clone.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/clone.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -O3 -DNDEBUG -o CMakeFiles/git2.dir/src/commit.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/commit.c
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -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 -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -DNDEBUG -o CMakeFiles/git2.dir/src/commit.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/commit.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -O3 -DNDEBUG -o CMakeFiles/git2.dir/src/commit_list.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/commit_list.c
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -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 -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -DNDEBUG -o CMakeFiles/git2.dir/src/commit_list.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/commit_list.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -O3 -DNDEBUG -o CMakeFiles/git2.dir/src/config.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/config.c
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -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 -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -DNDEBUG -o CMakeFiles/git2.dir/src/config.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/config.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -O3 -DNDEBUG -o CMakeFiles/git2.dir/src/config_cache.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/config_cache.c
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -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 -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -DNDEBUG -o CMakeFiles/git2.dir/src/config_cache.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/config_cache.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -O3 -DNDEBUG -o CMakeFiles/git2.dir/src/config_file.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/config_file.c
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -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 -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -DNDEBUG -o CMakeFiles/git2.dir/src/config_file.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/config_file.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -O3 -DNDEBUG -o CMakeFiles/git2.dir/src/crlf.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/crlf.c
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -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 -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -DNDEBUG -o CMakeFiles/git2.dir/src/crlf.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/crlf.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -O3 -DNDEBUG -o CMakeFiles/git2.dir/src/curl_stream.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/curl_stream.c
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -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 -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -DNDEBUG -o CMakeFiles/git2.dir/src/curl_stream.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/curl_stream.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -O3 -DNDEBUG -o CMakeFiles/git2.dir/src/date.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/date.c
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -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 -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -DNDEBUG -o CMakeFiles/git2.dir/src/date.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/date.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -O3 -DNDEBUG -o CMakeFiles/git2.dir/src/describe.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/describe.c
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -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 -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -DNDEBUG -o CMakeFiles/git2.dir/src/describe.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/describe.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -O3 -DNDEBUG -o CMakeFiles/git2.dir/src/delta.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/delta.c
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -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 -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -DNDEBUG -o CMakeFiles/git2.dir/src/delta.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/delta.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -O3 -DNDEBUG -o CMakeFiles/git2.dir/src/diff.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/diff.c
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -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 -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -DNDEBUG -o CMakeFiles/git2.dir/src/diff.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/diff.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -O3 -DNDEBUG -o CMakeFiles/git2.dir/src/diff_driver.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/diff_driver.c
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -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 -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -DNDEBUG -o CMakeFiles/git2.dir/src/diff_driver.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/diff_driver.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -O3 -DNDEBUG -o CMakeFiles/git2.dir/src/diff_file.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/diff_file.c
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -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 -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -DNDEBUG -o CMakeFiles/git2.dir/src/diff_file.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/diff_file.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -O3 -DNDEBUG -o CMakeFiles/git2.dir/src/diff_generate.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/diff_generate.c
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -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 -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -DNDEBUG -o CMakeFiles/git2.dir/src/diff_generate.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/diff_generate.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -O3 -DNDEBUG -o CMakeFiles/git2.dir/src/diff_parse.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/diff_parse.c
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -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 -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -DNDEBUG -o CMakeFiles/git2.dir/src/diff_parse.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/diff_parse.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -O3 -DNDEBUG -o CMakeFiles/git2.dir/src/diff_print.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/diff_print.c
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -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 -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -DNDEBUG -o CMakeFiles/git2.dir/src/diff_print.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/diff_print.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -O3 -DNDEBUG -o CMakeFiles/git2.dir/src/diff_stats.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/diff_stats.c
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -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 -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -DNDEBUG -o CMakeFiles/git2.dir/src/diff_stats.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/diff_stats.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -O3 -DNDEBUG -o CMakeFiles/git2.dir/src/diff_tform.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/diff_tform.c
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -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 -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -DNDEBUG -o CMakeFiles/git2.dir/src/diff_tform.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/diff_tform.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -O3 -DNDEBUG -o CMakeFiles/git2.dir/src/diff_xdiff.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/diff_xdiff.c
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -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 -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -DNDEBUG -o CMakeFiles/git2.dir/src/diff_xdiff.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/diff_xdiff.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -O3 -DNDEBUG -o CMakeFiles/git2.dir/src/errors.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/errors.c
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -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 -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -DNDEBUG -o CMakeFiles/git2.dir/src/errors.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/errors.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -O3 -DNDEBUG -o CMakeFiles/git2.dir/src/fetch.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/fetch.c
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -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 -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -DNDEBUG -o CMakeFiles/git2.dir/src/fetch.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/fetch.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -O3 -DNDEBUG -o CMakeFiles/git2.dir/src/fetchhead.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/fetchhead.c
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -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 -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -DNDEBUG -o CMakeFiles/git2.dir/src/fetchhead.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/fetchhead.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -O3 -DNDEBUG -o CMakeFiles/git2.dir/src/filebuf.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/filebuf.c
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -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 -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -DNDEBUG -o CMakeFiles/git2.dir/src/filebuf.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/filebuf.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -O3 -DNDEBUG -o CMakeFiles/git2.dir/src/filter.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/filter.c
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -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 -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -DNDEBUG -o CMakeFiles/git2.dir/src/filter.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/filter.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -O3 -DNDEBUG -o CMakeFiles/git2.dir/src/fileops.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/fileops.c
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -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 -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -DNDEBUG -o CMakeFiles/git2.dir/src/fileops.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/fileops.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -O3 -DNDEBUG -o CMakeFiles/git2.dir/src/fnmatch.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/fnmatch.c
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -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 -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -DNDEBUG -o CMakeFiles/git2.dir/src/fnmatch.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/fnmatch.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -O3 -DNDEBUG -o CMakeFiles/git2.dir/src/global.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/global.c
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -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 -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -DNDEBUG -o CMakeFiles/git2.dir/src/global.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/global.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -O3 -DNDEBUG -o CMakeFiles/git2.dir/src/hash.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/hash.c
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -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 -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -DNDEBUG -o CMakeFiles/git2.dir/src/hash.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/hash.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -O3 -DNDEBUG -o CMakeFiles/git2.dir/src/graph.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/graph.c
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -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 -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -DNDEBUG -o CMakeFiles/git2.dir/src/graph.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/graph.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -O3 -DNDEBUG -o CMakeFiles/git2.dir/src/hashsig.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/hashsig.c
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -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 -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -DNDEBUG -o CMakeFiles/git2.dir/src/hashsig.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/hashsig.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -O3 -DNDEBUG -o CMakeFiles/git2.dir/src/ident.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/ident.c
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -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 -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -DNDEBUG -o CMakeFiles/git2.dir/src/ident.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/ident.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -O3 -DNDEBUG -o CMakeFiles/git2.dir/src/idxmap.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/idxmap.c
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -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 -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -DNDEBUG -o CMakeFiles/git2.dir/src/idxmap.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/idxmap.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -O3 -DNDEBUG -o CMakeFiles/git2.dir/src/ignore.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/ignore.c
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -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 -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -DNDEBUG -o CMakeFiles/git2.dir/src/ignore.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/ignore.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -O3 -DNDEBUG -o CMakeFiles/git2.dir/src/index.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/index.c
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -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 -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -DNDEBUG -o CMakeFiles/git2.dir/src/index.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/index.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -O3 -DNDEBUG -o CMakeFiles/git2.dir/src/iterator.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/iterator.c
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -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 -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -DNDEBUG -o CMakeFiles/git2.dir/src/iterator.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/iterator.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -O3 -DNDEBUG -o CMakeFiles/git2.dir/src/indexer.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/indexer.c
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -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 -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -DNDEBUG -o CMakeFiles/git2.dir/src/indexer.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/indexer.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -O3 -DNDEBUG -o CMakeFiles/git2.dir/src/merge.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/merge.c
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -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 -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -DNDEBUG -o CMakeFiles/git2.dir/src/merge.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/merge.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -O3 -DNDEBUG -o CMakeFiles/git2.dir/src/merge_driver.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/merge_driver.c
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -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 -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -DNDEBUG -o CMakeFiles/git2.dir/src/merge_driver.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/merge_driver.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -O3 -DNDEBUG -o CMakeFiles/git2.dir/src/merge_file.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/merge_file.c
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -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 -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -DNDEBUG -o CMakeFiles/git2.dir/src/merge_file.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/merge_file.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -O3 -DNDEBUG -o CMakeFiles/git2.dir/src/message.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/message.c
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -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 -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -DNDEBUG -o CMakeFiles/git2.dir/src/message.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/message.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -O3 -DNDEBUG -o CMakeFiles/git2.dir/src/mwindow.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/mwindow.c
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -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 -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -DNDEBUG -o CMakeFiles/git2.dir/src/mwindow.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/mwindow.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -O3 -DNDEBUG -o CMakeFiles/git2.dir/src/netops.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/netops.c
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -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 -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -DNDEBUG -o CMakeFiles/git2.dir/src/netops.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/netops.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -O3 -DNDEBUG -o CMakeFiles/git2.dir/src/notes.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/notes.c
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -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 -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -DNDEBUG -o CMakeFiles/git2.dir/src/notes.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/notes.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -O3 -DNDEBUG -o CMakeFiles/git2.dir/src/object.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/object.c
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -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 -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -DNDEBUG -o CMakeFiles/git2.dir/src/object.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/object.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -O3 -DNDEBUG -o CMakeFiles/git2.dir/src/object_api.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/object_api.c
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -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 -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -DNDEBUG -o CMakeFiles/git2.dir/src/object_api.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/object_api.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -O3 -DNDEBUG -o CMakeFiles/git2.dir/src/odb.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/odb.c
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -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 -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -DNDEBUG -o CMakeFiles/git2.dir/src/odb.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/odb.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -O3 -DNDEBUG -o CMakeFiles/git2.dir/src/odb_loose.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/odb_loose.c
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -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 -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -DNDEBUG -o CMakeFiles/git2.dir/src/odb_loose.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/odb_loose.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -O3 -DNDEBUG -o CMakeFiles/git2.dir/src/odb_mempack.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/odb_mempack.c
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -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 -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -DNDEBUG -o CMakeFiles/git2.dir/src/odb_mempack.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/odb_mempack.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -O3 -DNDEBUG -o CMakeFiles/git2.dir/src/odb_pack.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/odb_pack.c
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -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 -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -DNDEBUG -o CMakeFiles/git2.dir/src/odb_pack.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/odb_pack.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -O3 -DNDEBUG -o CMakeFiles/git2.dir/src/offmap.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/offmap.c
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -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 -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -DNDEBUG -o CMakeFiles/git2.dir/src/offmap.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/offmap.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -O3 -DNDEBUG -o CMakeFiles/git2.dir/src/oid.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/oid.c
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -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 -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -DNDEBUG -o CMakeFiles/git2.dir/src/oid.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/oid.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -O3 -DNDEBUG -o CMakeFiles/git2.dir/src/oidarray.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/oidarray.c
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -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 -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -DNDEBUG -o CMakeFiles/git2.dir/src/oidarray.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/oidarray.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -O3 -DNDEBUG -o CMakeFiles/git2.dir/src/oidmap.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/oidmap.c
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -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 -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -DNDEBUG -o CMakeFiles/git2.dir/src/oidmap.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/oidmap.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -O3 -DNDEBUG -o CMakeFiles/git2.dir/src/openssl_stream.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/openssl_stream.c
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -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 -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -DNDEBUG -o CMakeFiles/git2.dir/src/openssl_stream.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/openssl_stream.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -O3 -DNDEBUG -o CMakeFiles/git2.dir/src/pack-objects.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/pack-objects.c
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -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 -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -DNDEBUG -o CMakeFiles/git2.dir/src/pack-objects.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/pack-objects.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -O3 -DNDEBUG -o CMakeFiles/git2.dir/src/pack.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/pack.c
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -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 -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -DNDEBUG -o CMakeFiles/git2.dir/src/pack.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/pack.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -O3 -DNDEBUG -o CMakeFiles/git2.dir/src/patch.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/patch.c
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -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 -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -DNDEBUG -o CMakeFiles/git2.dir/src/patch.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/patch.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -O3 -DNDEBUG -o CMakeFiles/git2.dir/src/patch_generate.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/patch_generate.c
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -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 -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -DNDEBUG -o CMakeFiles/git2.dir/src/patch_generate.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/patch_generate.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -O3 -DNDEBUG -o CMakeFiles/git2.dir/src/patch_parse.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/patch_parse.c
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -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 -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -DNDEBUG -o CMakeFiles/git2.dir/src/patch_parse.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/patch_parse.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -O3 -DNDEBUG -o CMakeFiles/git2.dir/src/path.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/path.c
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -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 -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -DNDEBUG -o CMakeFiles/git2.dir/src/path.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/path.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -O3 -DNDEBUG -o CMakeFiles/git2.dir/src/pathspec.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/pathspec.c
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -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 -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -DNDEBUG -o CMakeFiles/git2.dir/src/pathspec.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/pathspec.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -O3 -DNDEBUG -o CMakeFiles/git2.dir/src/pool.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/pool.c
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -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 -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -DNDEBUG -o CMakeFiles/git2.dir/src/pool.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/pool.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -O3 -DNDEBUG -o CMakeFiles/git2.dir/src/posix.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/posix.c
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -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 -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -DNDEBUG -o CMakeFiles/git2.dir/src/posix.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/posix.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -O3 -DNDEBUG -o CMakeFiles/git2.dir/src/pqueue.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/pqueue.c
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -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 -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -DNDEBUG -o CMakeFiles/git2.dir/src/pqueue.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/pqueue.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -O3 -DNDEBUG -o CMakeFiles/git2.dir/src/proxy.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/proxy.c
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -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 -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -DNDEBUG -o CMakeFiles/git2.dir/src/proxy.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/proxy.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -O3 -DNDEBUG -o CMakeFiles/git2.dir/src/push.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/push.c
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -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 -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -DNDEBUG -o CMakeFiles/git2.dir/src/push.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/push.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -O3 -DNDEBUG -o CMakeFiles/git2.dir/src/rebase.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/rebase.c
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -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 -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -DNDEBUG -o CMakeFiles/git2.dir/src/rebase.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/rebase.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -O3 -DNDEBUG -o CMakeFiles/git2.dir/src/refdb.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/refdb.c
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -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 -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -DNDEBUG -o CMakeFiles/git2.dir/src/refdb.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/refdb.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -O3 -DNDEBUG -o CMakeFiles/git2.dir/src/refdb_fs.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/refdb_fs.c
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -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 -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -DNDEBUG -o CMakeFiles/git2.dir/src/refdb_fs.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/refdb_fs.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -O3 -DNDEBUG -o CMakeFiles/git2.dir/src/reflog.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/reflog.c
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -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 -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -DNDEBUG -o CMakeFiles/git2.dir/src/reflog.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/reflog.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -O3 -DNDEBUG -o CMakeFiles/git2.dir/src/refs.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/refs.c
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -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 -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -DNDEBUG -o CMakeFiles/git2.dir/src/refs.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/refs.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -O3 -DNDEBUG -o CMakeFiles/git2.dir/src/refspec.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/refspec.c
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -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 -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -DNDEBUG -o CMakeFiles/git2.dir/src/refspec.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/refspec.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -O3 -DNDEBUG -o CMakeFiles/git2.dir/src/remote.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/remote.c
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -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 -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -DNDEBUG -o CMakeFiles/git2.dir/src/remote.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/remote.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -O3 -DNDEBUG -o CMakeFiles/git2.dir/src/repository.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/repository.c
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -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 -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -DNDEBUG -o CMakeFiles/git2.dir/src/repository.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/repository.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -O3 -DNDEBUG -o CMakeFiles/git2.dir/src/reset.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/reset.c
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -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 -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -DNDEBUG -o CMakeFiles/git2.dir/src/reset.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/reset.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -O3 -DNDEBUG -o CMakeFiles/git2.dir/src/revert.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/revert.c
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -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 -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -DNDEBUG -o CMakeFiles/git2.dir/src/revert.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/revert.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -O3 -DNDEBUG -o CMakeFiles/git2.dir/src/revparse.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/revparse.c
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -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 -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -DNDEBUG -o CMakeFiles/git2.dir/src/revparse.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/revparse.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -O3 -DNDEBUG -o CMakeFiles/git2.dir/src/settings.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/settings.c
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -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 -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -DNDEBUG -o CMakeFiles/git2.dir/src/settings.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/settings.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -O3 -DNDEBUG -o CMakeFiles/git2.dir/src/revwalk.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/revwalk.c
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -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 -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -DNDEBUG -o CMakeFiles/git2.dir/src/revwalk.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/revwalk.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -O3 -DNDEBUG -o CMakeFiles/git2.dir/src/sha1_lookup.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/sha1_lookup.c
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -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 -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -DNDEBUG -o CMakeFiles/git2.dir/src/sha1_lookup.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/sha1_lookup.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -O3 -DNDEBUG -o CMakeFiles/git2.dir/src/signature.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/signature.c
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -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 -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -DNDEBUG -o CMakeFiles/git2.dir/src/signature.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/signature.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -O3 -DNDEBUG -o CMakeFiles/git2.dir/src/socket_stream.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/socket_stream.c
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -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 -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -DNDEBUG -o CMakeFiles/git2.dir/src/socket_stream.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/socket_stream.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -O3 -DNDEBUG -o CMakeFiles/git2.dir/src/sortedcache.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/sortedcache.c
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -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 -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -DNDEBUG -o CMakeFiles/git2.dir/src/sortedcache.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/sortedcache.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -O3 -DNDEBUG -o CMakeFiles/git2.dir/src/stash.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/stash.c
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -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 -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -DNDEBUG -o CMakeFiles/git2.dir/src/stash.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/stash.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -O3 -DNDEBUG -o CMakeFiles/git2.dir/src/status.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/status.c
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -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 -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -DNDEBUG -o CMakeFiles/git2.dir/src/status.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/status.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -O3 -DNDEBUG -o CMakeFiles/git2.dir/src/stransport_stream.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/stransport_stream.c
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -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 -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -DNDEBUG -o CMakeFiles/git2.dir/src/stransport_stream.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/stransport_stream.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -O3 -DNDEBUG -o CMakeFiles/git2.dir/src/strmap.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/strmap.c
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -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 -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -DNDEBUG -o CMakeFiles/git2.dir/src/strmap.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/strmap.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -O3 -DNDEBUG -o CMakeFiles/git2.dir/src/submodule.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/submodule.c
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -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 -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -DNDEBUG -o CMakeFiles/git2.dir/src/submodule.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/submodule.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -O3 -DNDEBUG -o CMakeFiles/git2.dir/src/sysdir.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/sysdir.c
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -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 -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -DNDEBUG -o CMakeFiles/git2.dir/src/sysdir.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/sysdir.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -O3 -DNDEBUG -o CMakeFiles/git2.dir/src/tag.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/tag.c
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -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 -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -DNDEBUG -o CMakeFiles/git2.dir/src/tag.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/tag.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -O3 -DNDEBUG -o CMakeFiles/git2.dir/src/thread-utils.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/thread-utils.c
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -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 -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -DNDEBUG -o CMakeFiles/git2.dir/src/thread-utils.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/thread-utils.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -O3 -DNDEBUG -o CMakeFiles/git2.dir/src/tls_stream.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/tls_stream.c
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -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 -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -DNDEBUG -o CMakeFiles/git2.dir/src/tls_stream.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/tls_stream.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -O3 -DNDEBUG -o CMakeFiles/git2.dir/src/trace.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/trace.c
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -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 -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -DNDEBUG -o CMakeFiles/git2.dir/src/trace.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/trace.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -O3 -DNDEBUG -o CMakeFiles/git2.dir/src/transaction.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/transaction.c
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -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 -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -DNDEBUG -o CMakeFiles/git2.dir/src/transaction.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/transaction.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -O3 -DNDEBUG -o CMakeFiles/git2.dir/src/transport.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/transport.c
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -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 -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -DNDEBUG -o CMakeFiles/git2.dir/src/transport.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/transport.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -O3 -DNDEBUG -o CMakeFiles/git2.dir/src/tree-cache.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/tree-cache.c
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -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 -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -DNDEBUG -o CMakeFiles/git2.dir/src/tree-cache.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/tree-cache.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -O3 -DNDEBUG -o CMakeFiles/git2.dir/src/tree.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/tree.c
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -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 -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -DNDEBUG -o CMakeFiles/git2.dir/src/tree.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/tree.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -O3 -DNDEBUG -o CMakeFiles/git2.dir/src/tsort.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/tsort.c
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -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 -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -DNDEBUG -o CMakeFiles/git2.dir/src/tsort.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/tsort.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -O3 -DNDEBUG -o CMakeFiles/git2.dir/src/util.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/util.c
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -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 -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -DNDEBUG -o CMakeFiles/git2.dir/src/util.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/util.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -O3 -DNDEBUG -o CMakeFiles/git2.dir/src/varint.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/varint.c
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -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 -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -DNDEBUG -o CMakeFiles/git2.dir/src/varint.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/varint.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -O3 -DNDEBUG -o CMakeFiles/git2.dir/src/vector.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/vector.c
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -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 -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -DNDEBUG -o CMakeFiles/git2.dir/src/vector.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/vector.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -O3 -DNDEBUG -o CMakeFiles/git2.dir/src/worktree.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/worktree.c
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -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 -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -DNDEBUG -o CMakeFiles/git2.dir/src/worktree.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/worktree.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -O3 -DNDEBUG -o CMakeFiles/git2.dir/src/zstream.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/zstream.c
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -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 -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -DNDEBUG -o CMakeFiles/git2.dir/src/zstream.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/zstream.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -O3 -DNDEBUG -o CMakeFiles/git2.dir/src/transports/auth.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/transports/auth.c
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -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 -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -DNDEBUG -o CMakeFiles/git2.dir/src/transports/auth.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/transports/auth.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -O3 -DNDEBUG -o CMakeFiles/git2.dir/src/transports/auth_negotiate.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/transports/auth_negotiate.c
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -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 -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -DNDEBUG -o CMakeFiles/git2.dir/src/transports/auth_negotiate.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/transports/auth_negotiate.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -O3 -DNDEBUG -o CMakeFiles/git2.dir/src/transports/cred.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/transports/cred.c
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -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 -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -DNDEBUG -o CMakeFiles/git2.dir/src/transports/cred.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/transports/cred.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -O3 -DNDEBUG -o CMakeFiles/git2.dir/src/transports/cred_helpers.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/transports/cred_helpers.c
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -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 -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -DNDEBUG -o CMakeFiles/git2.dir/src/transports/cred_helpers.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/transports/cred_helpers.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -O3 -DNDEBUG -o CMakeFiles/git2.dir/src/transports/git.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/transports/git.c
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -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 -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -DNDEBUG -o CMakeFiles/git2.dir/src/transports/git.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/transports/git.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -O3 -DNDEBUG -o CMakeFiles/git2.dir/src/transports/http.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/transports/http.c
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -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 -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -DNDEBUG -o CMakeFiles/git2.dir/src/transports/http.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/transports/http.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -O3 -DNDEBUG -o CMakeFiles/git2.dir/src/transports/smart.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/transports/smart.c
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -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 -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -DNDEBUG -o CMakeFiles/git2.dir/src/transports/smart.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/transports/smart.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -O3 -DNDEBUG -o CMakeFiles/git2.dir/src/transports/local.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/transports/local.c
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -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 -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -DNDEBUG -o CMakeFiles/git2.dir/src/transports/local.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/transports/local.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -O3 -DNDEBUG -o CMakeFiles/git2.dir/src/transports/smart_pkt.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/transports/smart_pkt.c
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -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 -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -DNDEBUG -o CMakeFiles/git2.dir/src/transports/smart_pkt.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/transports/smart_pkt.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -O3 -DNDEBUG -o CMakeFiles/git2.dir/src/transports/smart_protocol.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/transports/smart_protocol.c
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -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 -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -DNDEBUG -o CMakeFiles/git2.dir/src/transports/smart_protocol.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/transports/smart_protocol.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -O3 -DNDEBUG -o CMakeFiles/git2.dir/src/transports/ssh.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/transports/ssh.c
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -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 -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -DNDEBUG -o CMakeFiles/git2.dir/src/transports/ssh.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/transports/ssh.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -O3 -DNDEBUG -o CMakeFiles/git2.dir/src/transports/winhttp.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/transports/winhttp.c
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -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 -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -DNDEBUG -o CMakeFiles/git2.dir/src/transports/winhttp.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/transports/winhttp.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -O3 -DNDEBUG -o CMakeFiles/git2.dir/src/xdiff/xdiffi.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/xdiff/xdiffi.c
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -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 -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -DNDEBUG -o CMakeFiles/git2.dir/src/xdiff/xdiffi.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/xdiff/xdiffi.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -O3 -DNDEBUG -o CMakeFiles/git2.dir/src/xdiff/xemit.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/xdiff/xemit.c
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -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 -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -DNDEBUG -o CMakeFiles/git2.dir/src/xdiff/xemit.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/xdiff/xemit.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -O3 -DNDEBUG -o CMakeFiles/git2.dir/src/xdiff/xmerge.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/xdiff/xmerge.c
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -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 -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -DNDEBUG -o CMakeFiles/git2.dir/src/xdiff/xmerge.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/xdiff/xmerge.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -O3 -DNDEBUG -o CMakeFiles/git2.dir/src/xdiff/xhistogram.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/xdiff/xhistogram.c
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -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 -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -DNDEBUG -o CMakeFiles/git2.dir/src/xdiff/xhistogram.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/xdiff/xhistogram.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -O3 -DNDEBUG -o CMakeFiles/git2.dir/src/xdiff/xpatience.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/xdiff/xpatience.c
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -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 -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -DNDEBUG -o CMakeFiles/git2.dir/src/xdiff/xpatience.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/xdiff/xpatience.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -O3 -DNDEBUG -o CMakeFiles/git2.dir/src/xdiff/xprepare.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/xdiff/xprepare.c
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -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 -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -DNDEBUG -o CMakeFiles/git2.dir/src/xdiff/xprepare.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/xdiff/xprepare.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -O3 -DNDEBUG -o CMakeFiles/git2.dir/src/xdiff/xutils.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/xdiff/xutils.c
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -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 -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -DNDEBUG -o CMakeFiles/git2.dir/src/xdiff/xutils.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/xdiff/xutils.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -O3 -DNDEBUG -o CMakeFiles/git2.dir/src/unix/map.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/unix/map.c
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -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 -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -DNDEBUG -o CMakeFiles/git2.dir/src/unix/map.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/unix/map.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -O3 -DNDEBUG -o CMakeFiles/git2.dir/src/unix/realpath.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/unix/realpath.c
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -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 -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -DNDEBUG -o CMakeFiles/git2.dir/src/unix/realpath.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src/unix/realpath.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wall -Wextra -Wdocumentation -Wno-missing-field-initializers -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -O3 -DNDEBUG -o CMakeFiles/git2.dir/deps/http-parser/http_parser.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser/http_parser.c
superenv removed: -Wall -Wextra -Wdocumentation -Wstrict-aliasing=2 -Wstrict-prototypes -Wdeclaration-after-statement -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 -DGIT_ARCH_64 -DGIT_SHA1_COMMON_CRYPTO -DGIT_THREADS -DGIT_USE_ICONV -DGIT_USE_NSEC -DGIT_USE_STAT_MTIMESPEC -DHAVE_FUTIMENS -DHAVE_QSORT_R -DHAVE_REGCOMP_L -D_FILE_OFFSET_BITS=64 -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/src -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/include -I/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser -D_GNU_SOURCE -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -Wno-missing-field-initializers -Wno-unused-const-variable -Wno-unused-function -Wno-deprecated-declarations -DNDEBUG -o CMakeFiles/git2.dir/deps/http-parser/http_parser.c.o -c /tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/.brew_home/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.14/libgit2/deps/http-parser/http_parser.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
cc called with: -m64 -L /usr/local/Cellar/rust/1.27.0/lib/rustlib/x86_64-apple-darwin/lib /private/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/deps/exa-b6619e17001ded56.exa0.rcgu.o -o /private/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/deps/exa-b6619e17001ded56 -Wl,-dead_strip -nodefaultlibs -L /private/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/deps -L /private/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/build/libgit2-sys-51eaeddbfb4e282c/out/lib -L /usr/local/Cellar/rust/1.27.0/lib/rustlib/x86_64-apple-darwin/lib /tmp/rustc.8snpiuicbyIn/liblibgit2_sys-fd28541718e9ecb5.rlib /tmp/rustc.8snpiuicbyIn/libstd-fecd5adb74a93ebf.rlib /tmp/rustc.8snpiuicbyIn/liballoc_jemalloc-56497464484b5a48.rlib /usr/local/Cellar/rust/1.27.0/lib/rustlib/x86_64-apple-darwin/lib/libcompiler_builtins-0ad09ca2aab51df0.rlib -l iconv -framework Security -framework CoreFoundation -l z -l System -l resolv -l pthread -l c -l m
superenv removed: -m64 -L /usr/local/Cellar/rust/1.27.0/lib/rustlib/x86_64-apple-darwin/lib -L /private/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/deps -L /private/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/build/libgit2-sys-51eaeddbfb4e282c/out/lib -L /usr/local/Cellar/rust/1.27.0/lib/rustlib/x86_64-apple-darwin/lib
superenv added: -pipe -w -Os -march=native -L/usr/local/Cellar/rust/1.27.0/lib/rustlib/x86_64-apple-darwin/lib -L/private/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/deps -L/private/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/build/libgit2-sys-51eaeddbfb4e282c/out/lib -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/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 -L/usr/local/Cellar/rust/1.27.0/lib/rustlib/x86_64-apple-darwin/lib /private/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/deps/exa-b6619e17001ded56.exa0.rcgu.o -o /private/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/deps/exa-b6619e17001ded56 -Wl,-dead_strip -nodefaultlibs -L/private/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/deps -L/private/tmp/exa-20180706-23607-yqgbzx/exa-0.8.0/target/release/build/libgit2-sys-51eaeddbfb4e282c/out/lib /tmp/rustc.8snpiuicbyIn/liblibgit2_sys-fd28541718e9ecb5.rlib /tmp/rustc.8snpiuicbyIn/libstd-fecd5adb74a93ebf.rlib /tmp/rustc.8snpiuicbyIn/liballoc_jemalloc-56497464484b5a48.rlib /usr/local/Cellar/rust/1.27.0/lib/rustlib/x86_64-apple-darwin/lib/libcompiler_builtins-0ad09ca2aab51df0.rlib -l iconv -framework Security -framework CoreFoundation -l z -l System -l resolv -l pthread -l c -l m -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment