Skip to content

Instantly share code, notes, and snippets.

@joemiller
Created December 4, 2019 01:47
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save joemiller/1e2f489e8a2410c33b1b2fdee54aad6a to your computer and use it in GitHub Desktop.
gnupg on macOS 10.15.1 - Homebrew build logs
Homebrew build logs for gnupg on macOS 10.15.1
Build date: 2019-12-03 17:43:27
HOMEBREW_VERSION: 2.2.0-47-g6decac5
ORIGIN: https://github.com/Homebrew/brew
HEAD: 6decac5875f763e6c7a87a99842474701a35fd12
Last commit: 14 hours ago
Core tap ORIGIN: https://github.com/Homebrew/homebrew-core
Core tap HEAD: 4f92ab9f62f866c401e5aab06ecaa65f187c9c48
Core tap last commit: 13 minutes ago
HOMEBREW_PREFIX: /usr/local
HOMEBREW_DEV_CMD_RUN: 1
HOMEBREW_GITHUB_API_TOKEN: set
CPU: dodeca-core 64-bit kabylake
Homebrew Ruby: 2.6.3 => /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/bin/ruby
Clang: 11.0 build 1100
Git: 2.24.0 => /usr/local/bin/git
Curl: 7.64.1 => /usr/bin/curl
Java: 1.8.0_192
macOS: 10.15.1-x86_64
CLT: 11.2.0.0.1.1571444319
Xcode: 11.2.1
CLT headers: 11.2.0.0.1.1571444319
XQuartz: 2.7.11 => /opt/X11
Please note that these warnings are just used to help the Homebrew maintainers
with debugging if you file an issue. If everything you use Homebrew for is
working fine: please don't worry or file an issue; just ignore this. Thanks!
Warning: You have the following deprecated, official taps tapped:
Homebrew/homebrew-versions
Untap them with `brew untap`.
Warning: Unbrewed dylibs were found in /usr/local/lib.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae, and may need to be deleted.
Unexpected dylibs:
/usr/local/lib/libwkhtmltox.0.12.4.dylib
Warning: Unbrewed header files were found in /usr/local/include.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae, and may need to be deleted.
Unexpected header files:
/usr/local/include/python2.7/greenlet/greenlet.h
/usr/local/include/python3.6m/greenlet/greenlet.h
/usr/local/include/python3.7m/greenlet/greenlet.h
/usr/local/include/wkhtmltox/image.h
/usr/local/include/wkhtmltox/pdf.h
Warning: You have unlinked kegs in your Cellar.
Leaving kegs unlinked can lead to build-trouble and cause brews that depend on
those kegs to fail to run properly once built. Run `brew link` on these:
docker
minikube
opensc
md5sha1sum
wireshark
Warning: Broken symlinks were found. Remove them with `brew cleanup`:
/usr/local/share/man/man5/package-lock.json.5
/usr/local/share/man/man7/removing-npm.7
2019-12-03 17:38:30 -0800
./configure
--disable-dependency-tracking
--disable-silent-rules
--prefix=/usr/local/Cellar/gnupg/2.2.18
--sbindir=/usr/local/Cellar/gnupg/2.2.18/bin
--sysconfdir=/usr/local/etc
--enable-all-tests
--enable-symcryptrun
--with-pinentry-pgm=/usr/local/opt/pinentry/bin/pinentry
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... build-aux/install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking build system type... x86_64-apple-darwin19.0.0
checking host system type... x86_64-apple-darwin19.0.0
configure: autobuild project... gnupg
configure: autobuild revision... 2.2.18
configure: autobuild hostname... MacBook-Pro
configure: autobuild timestamp... 20191203-173832
checking whether make supports the include directive... yes (GNU style)
checking for gcc... clang
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether clang accepts -g... yes
checking for clang option to accept ISO C89... none needed
checking whether clang understands -c and -o together... yes
checking dependency style of clang... none
checking how to run the C preprocessor... clang -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether SELinux support is requested... no
checking whether to allocate extra secure memory... no
checking calibrated passphrase-stretching (s2k) duration... 100 milliseconds
checking whether to enable trust models... yes
checking whether to enable TOFU... yes
checking whether to enable libdns... yes
checking whether to enable the RSA public key for gpg... yes
checking whether to enable the ECDH public key for gpg... yes
checking whether to enable the ECDSA public key for gpg... yes
checking whether to enable the EdDSA public key for gpg... yes
checking whether to enable the IDEA cipher for gpg... yes
checking whether to enable the CAST5 cipher for gpg... yes
checking whether to enable the BLOWFISH cipher for gpg... yes
checking whether to enable the AES128 cipher for gpg... yes
checking whether to enable the AES192 cipher for gpg... yes
checking whether to enable the AES256 cipher for gpg... yes
checking whether to enable the TWOFISH cipher for gpg... yes
checking whether to enable the CAMELLIA128 cipher for gpg... yes
checking whether to enable the CAMELLIA192 cipher for gpg... yes
checking whether to enable the CAMELLIA256 cipher for gpg... yes
checking whether to enable the MD5 hash for gpg... yes
checking whether to enable the RIPE-MD160 hash for gpg... yes
checking whether to enable the SHA-224 hash for gpg... yes
checking whether to enable the SHA-384 hash for gpg... yes
checking whether to enable the SHA-512 hash for gpg... yes
checking whether to enable the ZIP and ZLIB compression algorithm... yes
checking whether to enable the BZIP2 compression algorithm... yes
checking whether to enable external program execution... yes
checking whether to enable photo ID viewing... yes
checking whether to use a fixed photo ID viewer... no
checking for the size of the key and uid cache... 4096
checking whether use of capabilities is requested... no
checking whether smartcard support is requested... yes
checking whether to enable the internal CCID driver... auto
checking whether to auto start dirmngr... yes
checking whether to enable maintainer-specific portions of Makefiles... no
configure: checking for programs
checking whether make sets $(MAKE)... (cached) yes
checking whether build environment is sane... yes
checking whether make supports nested variables... (cached) yes
checking for gawk... (cached) awk
checking for gcc... (cached) clang
checking whether we are using the GNU C compiler... (cached) yes
checking whether clang accepts -g... (cached) yes
checking for clang option to accept ISO C89... (cached) none needed
checking whether clang understands -c and -o together... (cached) yes
checking dependency style of clang... (cached) none
checking how to run the C preprocessor... clang -E
checking whether ln -s works... yes
checking for ranlib... ranlib
checking for ar... ar
checking for perl... /usr/bin/perl
checking for windres... no
checking for yat2m... /usr/local/opt/libgpg-error/bin/yat2m
checking for strerror in -lcposix... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for tar... /usr/bin/tar
checking whether /usr/bin/tar speaks USTAR... yes
checking for cc for build... clang
checking for pkg-config... /usr/local/opt/pkg-config/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
configure: checking for libraries
checking for gpg-error-config... /usr/local/opt/libgpg-error/bin/gpg-error-config
checking for GPG Error - version >= 1.24... yes (1.36)
configure: WARNING:
***
*** The config script /usr/local/opt/libgpg-error/bin/gpg-error-config was
*** built for x86_64-apple-darwin18.2.0 and thus may not match the
*** used host x86_64-apple-darwin19.0.0.
*** You may want to use the configure option --with-gpg-error-prefix
*** to specify a matching config script or use $SYSROOT.
***
checking for libgcrypt-config... /usr/local/opt/libgcrypt/bin/libgcrypt-config
checking for LIBGCRYPT - version >= 1.7.0... yes (1.8.5)
checking LIBGCRYPT API version... okay
configure: WARNING:
***
*** The config script /usr/local/opt/libgcrypt/bin/libgcrypt-config was
*** built for x86_64-apple-darwin18.6.0 and thus may not match the
*** used host x86_64-apple-darwin19.0.0.
*** You may want to use the configure option --with-libgcrypt-prefix
*** to specify a matching config script or use $SYSROOT.
***
checking for libassuan-config... /usr/local/opt/libassuan/bin/libassuan-config
checking for LIBASSUAN - version >= 2.5.0... yes (2.5.3)
checking LIBASSUAN API version... okay
checking for ksba-config... /usr/local/opt/libksba/bin/ksba-config
checking for KSBA - version >= 1.3.4... yes (1.3.5)
checking KSBA API version... okay
checking for libusb_init in -lusb-1.0... yes
checking libusb include dir... /usr/local/include/libusb-1.0
checking for library containing dlopen... none required
checking for SQLITE3... yes
checking for encfs... /usr/bin/encfs
checking for fusermount... /usr/bin/fusermount
checking for openpty in -lutil... yes
checking for shred... /usr/bin/shred
checking for npth-config... /usr/local/opt/npth/bin/npth-config
checking for NPTH - version >= 1.2... yes (1.6)
checking NPTH API version... okay
configure: WARNING:
***
*** The config script /usr/local/opt/npth/bin/npth-config was
*** built for x86_64-apple-darwin17.7.0 and thus may not match the
*** used host x86_64-apple-darwin19.0.0.
*** You may want to use the configure option --with-npth-prefix
*** to specify a matching config script.
***
checking for ntbtls-config... no
checking for NTBTLS - version >= 0.1.0... no
checking for LIBGNUTLS... yes
configure: checking for networking options
checking for gethostbyname... yes
checking for setsockopt... yes
checking for library containing res_query... none required
checking for library containing dn_expand... none required
checking for library containing res_9_dn_skipname... -lresolv
checking whether the resolver is usable... no
checking whether I can make the resolver usable with BIND_8_COMPAT... yes
checking whether LDAP via "-lldap" is present and sane... yes
checking for ldap_get_option... yes
checking for ldap_set_option... yes
checking for ldap_start_tls_s... yes
checking for ldap_start_tls_sA... no
checking for ber_free in -llber... yes
checking for sendmail... /usr/sbin/sendmail
checking for ld used by GCC... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
checking for shared library run path origin... done
checking for iconv... yes
checking for working iconv... yes
checking how to link with libiconv... -liconv
checking for iconv declaration...
extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
configure: checking for gettext
checking whether NLS is requested... yes
checking for msgfmt... /usr/local/opt/gettext/bin/msgfmt
checking for gmsgfmt... /usr/local/opt/gettext/bin/msgfmt
checking for xgettext... /usr/local/opt/gettext/bin/xgettext
checking for msgmerge... /usr/local/opt/gettext/bin/msgmerge
checking for CFPreferencesCopyAppValue... yes
checking for CFLocaleCopyCurrent... yes
checking for GNU gettext in libc... no
checking for iconv... (cached) yes
checking for working iconv... (cached) yes
checking how to link with libiconv... -liconv
checking for GNU gettext in libintl... yes
checking whether to use NLS... yes
checking where the gettext function comes from... external libintl
checking how to link with libintl... -lintl -Wl,-framework -Wl,CoreFoundation
checking for strchr... yes
checking for nl_langinfo and CODESET... yes
checking for LC_MESSAGES... yes
configure: checking for header files
checking for ANSI C header files... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking langinfo.h usability... yes
checking langinfo.h presence... yes
checking for langinfo.h... yes
checking termio.h usability... no
checking termio.h presence... no
checking for termio.h... no
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking pty.h usability... no
checking pty.h presence... no
checking for pty.h... no
checking utmp.h usability... yes
checking utmp.h presence... yes
checking for utmp.h... yes
checking pwd.h usability... yes
checking pwd.h presence... yes
checking for pwd.h... yes
checking for inttypes.h... (cached) yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking for stdint.h... (cached) yes
checking for signal.h... (cached) yes
checking util.h usability... yes
checking util.h presence... yes
checking for util.h... yes
checking libutil.h usability... no
checking libutil.h presence... no
checking for libutil.h... no
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking ucred.h usability... no
checking ucred.h presence... no
checking for ucred.h... no
checking sys/ucred.h usability... yes
checking sys/ucred.h presence... yes
checking for sys/ucred.h... yes
checking sys/sysmacros.h usability... no
checking sys/sysmacros.h presence... no
checking for sys/sysmacros.h... no
checking sys/mkdev.h usability... no
checking sys/mkdev.h presence... no
checking for sys/mkdev.h... no
checking whether time.h and sys/time.h may both be included... yes
configure: checking for system characteristics
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for working volatile... yes
checking for size_t... yes
checking for mode_t... yes
checking return type of signal handlers... void
checking whether sys_siglist is declared... yes
checking for sys/socket.h... yes
checking for socklen_t... yes
checking for library containing inet_addr... none required
checking endianness... little
checking for byte typedef... no
checking for ushort typedef... yes
checking for ulong typedef... no
checking for u16 typedef... no
checking for u32 typedef... no
checking size of unsigned short... 2
checking size of unsigned int... 4
checking size of unsigned long... 8
checking size of unsigned long long... 8
checking whether time.h and sys/time.h may both be included... (cached) yes
checking size of time_t... 8
checking whether time_t is unsigned... no
configure: checking for library functions
checking whether getpagesize is declared... yes
checking for _LARGEFILE_SOURCE value needed for large files... no
checking for vprintf... yes
checking for _doprnt... no
checking for pid_t... yes
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for atexit... yes
checking for canonicalize_file_name... no
checking for clock_gettime... yes
checking for ctermid... yes
checking for explicit_bzero... no
checking for fcntl... yes
checking for flockfile... yes
checking for fsync... yes
checking for ftello... yes
checking for ftruncate... yes
checking for funlockfile... yes
checking for getaddrinfo... yes
checking for getenv... yes
checking for getpagesize... yes
checking for getpwnam... yes
checking for getpwuid... yes
checking for getrlimit... yes
checking for getrusage... yes
checking for gettimeofday... yes
checking for gmtime_r... yes
checking for inet_ntop... yes
checking for inet_pton... yes
checking for isascii... yes
checking for lstat... yes
checking for memicmp... no
checking for memmove... yes
checking for memrchr... no
checking for mmap... yes
checking for nl_langinfo... yes
checking for pipe... yes
checking for raise... yes
checking for rand... yes
checking for setenv... yes
checking for setlocale... yes
checking for setrlimit... yes
checking for sigaction... yes
checking for sigprocmask... yes
checking for stat... yes
checking for stpcpy... yes
checking for strcasecmp... yes
checking for strerror... yes
checking for strftime... yes
checking for stricmp... no
checking for strlwr... no
checking for strncasecmp... yes
checking for strpbrk... yes
checking for strsep... yes
checking for strtol... yes
checking for strtoul... yes
checking for strtoull... yes
checking for tcgetattr... yes
checking for timegm... yes
checking for times... yes
checking for ttyname... yes
checking for unsetenv... yes
checking for wait4... yes
checking for waitpid... yes
checking for library containing nanosleep... none required
checking for struct sigaction... yes
checking for sigset_t... yes
checking for struct ucred.pid... no
checking for struct ucred.cr_pid... no
checking for struct sockpeercred.pid... no
checking for getpeerucred... no
checking for sys/stat.h... (cached) yes
checking for unistd.h... (cached) yes
checking direct.h usability... no
checking direct.h presence... no
checking for direct.h... no
checking if mkdir takes one argument... no
checking whether regular expression support is requested... yes
checking for library containing regcomp... none required
checking for regcomp... yes
checking whether your system's regexp library is broken... no
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for deflateInit2_ in -lz... yes
checking for bzlib.h... yes
checking for BZ2_bzCompressInit in -lbz2... yes
checking whether readline via "-lreadline" is present and sane... no
checking whether readline via "-lreadline -ltermcap" is present and sane... no
checking whether readline via "-lreadline -lcurses" is present and sane... no
checking whether readline via "-lreadline -lncurses" is present and sane... no
configure: checking for cc features
checking if gcc ignores unknown -Wno-* options... no
checking if gcc supports -Wno-pointer-sign... yes
checking if gcc supports -Wpointer-arith... yes
checking whether "make check" shall run all tests... yes
checking that generated files are newer than configure... done
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating m4/Makefile
config.status: creating Makefile
config.status: creating po/Makefile.in
config.status: creating common/Makefile
config.status: creating common/w32info-rc.h
config.status: creating kbx/Makefile
config.status: creating g10/Makefile
config.status: creating sm/Makefile
config.status: creating agent/Makefile
config.status: creating scd/Makefile
config.status: creating g13/Makefile
config.status: creating dirmngr/Makefile
config.status: creating tools/gpg-zip
config.status: creating tools/Makefile
config.status: creating doc/Makefile
config.status: creating tests/Makefile
config.status: creating tests/gpgscm/Makefile
config.status: creating tests/openpgp/Makefile
config.status: creating tests/migrations/Makefile
config.status: creating tests/gpgsm/Makefile
config.status: creating tests/gpgme/Makefile
config.status: creating tests/pkits/Makefile
config.status: creating g10/gpg.w32-manifest
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing po-directories commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
GnuPG v2.2.18 has been configured as follows:
Revision: 82b9e1bdb (33465)
Platform: Darwin (x86_64-apple-darwin19.0.0)
OpenPGP: yes
S/MIME: yes
Agent: yes
Smartcard: yes
G13: no
Dirmngr: yes
Gpgtar: yes
WKS tools: yes
Protect tool: (default)
LDAP wrapper: (default)
Default agent: (default)
Default pinentry: /usr/local/opt/pinentry/bin/pinentry
Default scdaemon: (default)
Default dirmngr: (default)
Dirmngr auto start: yes
Readline support: no
LDAP support: yes
TLS support: gnutls
TOFU support: yes
Tor support: yes
Warning: Mismatches between the target platform and the
to be used libraries have been detected for:
libgpg-error libgcrypt
Please check above for more warning messages.
clang called with: --version
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=nehalem --version -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -v
superenv executed: clang -v
clang called with: -V
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=nehalem -V -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -qversion
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=nehalem -qversion -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=nehalem conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=nehalem -o conftest conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=nehalem -o conftest conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=nehalem -c conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
clang called with: -c conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=nehalem -c conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
clang called with: -c -g conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=nehalem -c -g conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
clang called with: -c -g -O2 conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=nehalem -c -g -O2 conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
clang called with: -c conftest.c -o conftest2.o
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=nehalem -c conftest.c -o conftest2.o -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
clang called with: -c conftest.c -o conftest2.o
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=nehalem -c conftest.c -o conftest2.o -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
clang called with: -E conftest.c
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -E conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
clang called with: -E conftest.c
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -E conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
clang called with: -E conftest.c
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -E conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
clang called with: -E conftest.c
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -E conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
clang called with: -c -g -O2 conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=nehalem -c -g -O2 conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
clang called with: -E conftest.c
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -E conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
clang called with: -E conftest.c
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -E conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
clang called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=nehalem -o conftest -g -O2 conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -g -O2 conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=nehalem -c -g -O2 conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
clang called with: -c -g -O2 conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=nehalem -c -g -O2 conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
clang called with: -c -g -O2 conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=nehalem -c -g -O2 conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
clang called with: -c -g -O2 conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=nehalem -c -g -O2 conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
clang called with: -c -g -O2 conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=nehalem -c -g -O2 conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
clang called with: -c -g -O2 conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=nehalem -c -g -O2 conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
clang called with: -c -g -O2 conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=nehalem -c -g -O2 conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
clang called with: -c -g -O2 conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=nehalem -c -g -O2 conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
clang called with: -c -g -O2 conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=nehalem -c -g -O2 conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
clang called with: -c -g -O2 conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=nehalem -c -g -O2 conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
clang called with: -E conftest.c
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -E conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
clang called with: -c -g -O2 conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=nehalem -c -g -O2 conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
clang called with: --version
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=nehalem --version -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -v
superenv executed: clang -v
clang called with: -V
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=nehalem -V -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -qversion
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=nehalem -qversion -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -E conftest.c
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -E conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
clang called with: -E conftest.c
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -E conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
clang called with: -o conftest -g -O2 conftest.c -lcposix
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=nehalem -o conftest -g -O2 conftest.c -lcposix -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -g -O2 conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=nehalem -c -g -O2 conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
clang called with: -o conftest -g -O2 conftest.c -lusb-1.0
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=nehalem -o conftest -g -O2 conftest.c -lusb-1.0 -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -E conftest.c
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -E conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
clang called with: -E -I/usr/include/libusb-1.0 conftest.c
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -E -I/usr/include/libusb-1.0 conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
clang called with: -E -I/usr/local/include/libusb-1.0 conftest.c
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -E -I/usr/local/include/libusb-1.0 conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
clang called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=nehalem -o conftest -g -O2 conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c -lutil
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=nehalem -o conftest -g -O2 conftest.c -lutil -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=nehalem -o conftest -g -O2 conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=nehalem -o conftest -g -O2 conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=nehalem -o conftest -g -O2 conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=nehalem -o conftest -g -O2 conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=nehalem -o conftest -g -O2 conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c -lresolv
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=nehalem -o conftest -g -O2 conftest.c -lresolv -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c -lresolv
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=nehalem -o conftest -g -O2 conftest.c -lresolv -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c -lresolv
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=nehalem -o conftest -g -O2 conftest.c -lresolv -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c -lldap
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=nehalem -o conftest -g -O2 conftest.c -lldap -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c -lldap
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=nehalem -o conftest -g -O2 conftest.c -lldap -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c -lldap
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=nehalem -o conftest -g -O2 conftest.c -lldap -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c -lldap
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=nehalem -o conftest -g -O2 conftest.c -lldap -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c -lldap
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=nehalem -o conftest -g -O2 conftest.c -lldap -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c -llber
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=nehalem -o conftest -g -O2 conftest.c -llber -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -print-prog-name=ld
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=nehalem -print-prog-name=ld -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -print-search-dirs
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=nehalem -print-search-dirs -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=nehalem -o conftest -g -O2 conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c -liconv
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=nehalem -o conftest -g -O2 conftest.c -liconv -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c -liconv
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=nehalem -o conftest -g -O2 conftest.c -liconv -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -g -O2 conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=nehalem -c -g -O2 conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
clang called with: -o conftest -g -O2 conftest.c -Wl,-framework -Wl,CoreFoundation
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=nehalem -o conftest -g -O2 conftest.c -Wl,-framework -Wl,CoreFoundation -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c -Wl,-framework -Wl,CoreFoundation
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=nehalem -o conftest -g -O2 conftest.c -Wl,-framework -Wl,CoreFoundation -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=nehalem -o conftest -g -O2 conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c -lintl
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=nehalem -o conftest -g -O2 conftest.c -lintl -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=nehalem -o conftest -g -O2 conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=nehalem -o conftest -g -O2 conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=nehalem -o conftest -g -O2 conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -g -O2 conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=nehalem -c -g -O2 conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
clang called with: -E conftest.c
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -E conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
clang called with: -c -g -O2 conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=nehalem -c -g -O2 conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
clang called with: -E conftest.c
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -E conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
clang called with: -c -g -O2 conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=nehalem -c -g -O2 conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
clang called with: -E conftest.c
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -E conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
clang called with: -c -g -O2 conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=nehalem -c -g -O2 conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
clang called with: -E conftest.c
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -E conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
clang called with: -c -g -O2 conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=nehalem -c -g -O2 conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
clang called with: -E conftest.c
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -E conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
clang called with: -c -g -O2 conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=nehalem -c -g -O2 conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
clang called with: -E conftest.c
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -E conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
clang called with: -c -g -O2 conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=nehalem -c -g -O2 conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
clang called with: -E conftest.c
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -E conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
clang called with: -c -g -O2 conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=nehalem -c -g -O2 conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
clang called with: -E conftest.c
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -E conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
clang called with: -c -g -O2 conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=nehalem -c -g -O2 conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
clang called with: -E conftest.c
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -E conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
clang called with: -c -g -O2 conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=nehalem -c -g -O2 conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
clang called with: -E conftest.c
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -E conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
clang called with: -c -g -O2 conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=nehalem -c -g -O2 conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
clang called with: -E conftest.c
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -E conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
clang called with: -c -g -O2 conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=nehalem -c -g -O2 conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
clang called with: -E conftest.c
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -E conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
clang called with: -c -g -O2 conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=nehalem -c -g -O2 conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
clang called with: -E conftest.c
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -E conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
clang called with: -c -g -O2 conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=nehalem -c -g -O2 conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
clang called with: -E conftest.c
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -E conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
clang called with: -c -g -O2 conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=nehalem -c -g -O2 conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
clang called with: -E conftest.c
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -E conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
clang called with: -c -g -O2 conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=nehalem -c -g -O2 conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
clang called with: -E conftest.c
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -E conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
clang called with: -c -g -O2 conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=nehalem -c -g -O2 conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
clang called with: -c -g -O2 conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=nehalem -c -g -O2 conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
clang called with: -c -g -O2 conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=nehalem -c -g -O2 conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
clang called with: -c -g -O2 conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=nehalem -c -g -O2 conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
clang called with: -c -g -O2 conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=nehalem -c -g -O2 conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
clang called with: -c -g -O2 conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=nehalem -c -g -O2 conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
clang called with: -c -g -O2 conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=nehalem -c -g -O2 conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
clang called with: -c -g -O2 conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=nehalem -c -g -O2 conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
clang called with: -c -g -O2 conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=nehalem -c -g -O2 conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
clang called with: -c -g -O2 conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=nehalem -c -g -O2 conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
clang called with: -c -g -O2 conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=nehalem -c -g -O2 conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
clang called with: -c -g -O2 conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=nehalem -c -g -O2 conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
clang called with: -c -g -O2 conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=nehalem -c -g -O2 conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
clang called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=nehalem -o conftest -g -O2 conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -g -O2 conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=nehalem -c -g -O2 conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
clang called with: -c -g -O2 conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=nehalem -c -g -O2 conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
clang called with: -c -g -O2 conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=nehalem -c -g -O2 conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
clang called with: -c -g -O2 conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=nehalem -c -g -O2 conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
clang called with: -c -g -O2 conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=nehalem -c -g -O2 conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
clang called with: -c -g -O2 conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=nehalem -c -g -O2 conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
clang called with: -c -g -O2 conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=nehalem -c -g -O2 conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
clang called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=nehalem -o conftest -g -O2 conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=nehalem -o conftest -g -O2 conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=nehalem -o conftest -g -O2 conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=nehalem -o conftest -g -O2 conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=nehalem -o conftest -g -O2 conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -g -O2 conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=nehalem -c -g -O2 conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
clang called with: -c -g -O2 conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=nehalem -c -g -O2 conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
clang called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=nehalem -o conftest -g -O2 conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=nehalem -o conftest -g -O2 conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=nehalem -o conftest -g -O2 conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -g -O2 conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=nehalem -c -g -O2 conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
clang called with: -c -g -O2 conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=nehalem -c -g -O2 conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
clang called with: -c -g -O2 conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=nehalem -c -g -O2 conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
clang called with: -E conftest.c
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -E conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
clang called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=nehalem -o conftest -g -O2 conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=nehalem -o conftest -g -O2 conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=nehalem -o conftest -g -O2 conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=nehalem -o conftest -g -O2 conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=nehalem -o conftest -g -O2 conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=nehalem -o conftest -g -O2 conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=nehalem -o conftest -g -O2 conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=nehalem -o conftest -g -O2 conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=nehalem -o conftest -g -O2 conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=nehalem -o conftest -g -O2 conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=nehalem -o conftest -g -O2 conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=nehalem -o conftest -g -O2 conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=nehalem -o conftest -g -O2 conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=nehalem -o conftest -g -O2 conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=nehalem -o conftest -g -O2 conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=nehalem -o conftest -g -O2 conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=nehalem -o conftest -g -O2 conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=nehalem -o conftest -g -O2 conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=nehalem -o conftest -g -O2 conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=nehalem -o conftest -g -O2 conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=nehalem -o conftest -g -O2 conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=nehalem -o conftest -g -O2 conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=nehalem -o conftest -g -O2 conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=nehalem -o conftest -g -O2 conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=nehalem -o conftest -g -O2 conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=nehalem -o conftest -g -O2 conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=nehalem -o conftest -g -O2 conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=nehalem -o conftest -g -O2 conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=nehalem -o conftest -g -O2 conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=nehalem -o conftest -g -O2 conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=nehalem -o conftest -g -O2 conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=nehalem -o conftest -g -O2 conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=nehalem -o conftest -g -O2 conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=nehalem -o conftest -g -O2 conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=nehalem -o conftest -g -O2 conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=nehalem -o conftest -g -O2 conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=nehalem -o conftest -g -O2 conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=nehalem -o conftest -g -O2 conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=nehalem -o conftest -g -O2 conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=nehalem -o conftest -g -O2 conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=nehalem -o conftest -g -O2 conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=nehalem -o conftest -g -O2 conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=nehalem -o conftest -g -O2 conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=nehalem -o conftest -g -O2 conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=nehalem -o conftest -g -O2 conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=nehalem -o conftest -g -O2 conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=nehalem -o conftest -g -O2 conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=nehalem -o conftest -g -O2 conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=nehalem -o conftest -g -O2 conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=nehalem -o conftest -g -O2 conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=nehalem -o conftest -g -O2 conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=nehalem -o conftest -g -O2 conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=nehalem -o conftest -g -O2 conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=nehalem -o conftest -g -O2 conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=nehalem -o conftest -g -O2 conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=nehalem -o conftest -g -O2 conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=nehalem -o conftest -g -O2 conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=nehalem -o conftest -g -O2 conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=nehalem -o conftest -g -O2 conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=nehalem -o conftest -g -O2 conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=nehalem -o conftest -g -O2 conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -g -O2 conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=nehalem -c -g -O2 conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
clang called with: -c -g -O2 conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=nehalem -c -g -O2 conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
clang called with: -c -g -O2 conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=nehalem -c -g -O2 conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
clang called with: -c -g -O2 conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=nehalem -c -g -O2 conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
clang called with: -c -g -O2 conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=nehalem -c -g -O2 conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
clang called with: -c -g -O2 conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=nehalem -c -g -O2 conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
clang called with: -c -g -O2 conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=nehalem -c -g -O2 conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
clang called with: -c -g -O2 conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=nehalem -c -g -O2 conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
clang called with: -c -g -O2 conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=nehalem -c -g -O2 conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
clang called with: -c -g -O2 conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=nehalem -c -g -O2 conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
clang called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=nehalem -o conftest -g -O2 conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -g -O2 conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=nehalem -c -g -O2 conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
clang called with: -E conftest.c
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -E conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
clang called with: -c -g -O2 conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=nehalem -c -g -O2 conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
clang called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=nehalem -o conftest -g -O2 conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=nehalem -o conftest -g -O2 conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=nehalem -o conftest -g -O2 conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -g -O2 conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=nehalem -c -g -O2 conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
clang called with: -E conftest.c
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -E conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
clang called with: -o conftest -g -O2 conftest.c -lz
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=nehalem -o conftest -g -O2 conftest.c -lz -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -g -O2 conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=nehalem -c -g -O2 conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
clang called with: -o conftest -g -O2 conftest.c -lbz2
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=nehalem -o conftest -g -O2 conftest.c -lbz2 -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c -lreadline
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=nehalem -o conftest -g -O2 conftest.c -lreadline -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c -lreadline -ltermcap
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=nehalem -o conftest -g -O2 conftest.c -lreadline -ltermcap -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c -lreadline -lcurses
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=nehalem -o conftest -g -O2 conftest.c -lreadline -lcurses -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c -lreadline -lncurses
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=nehalem -o conftest -g -O2 conftest.c -lreadline -lncurses -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -g -O2 conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=nehalem -c -g -O2 conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
clang called with: -c -Wno-pointer-sign conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=nehalem -c -Wno-pointer-sign conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
clang called with: -c -Wpointer-arith conftest.c
superenv added: -pipe -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=nehalem -c -Wpointer-arith conftest.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
2019-12-03 17:39:08 -0800
make
/Applications/Xcode.app/Contents/Developer/usr/bin/make all-recursive
Making all in m4
make[2]: Nothing to be done for `all'.
Making all in common
/Applications/Xcode.app/Contents/Developer/usr/bin/make all-am
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o t-stringhelp.o t-stringhelp.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -DWITHOUT_NPTH=1 -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libcommon_a-i18n.o `test -f 'i18n.c' || echo './'`i18n.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -DWITHOUT_NPTH=1 -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libcommon_a-mapstrings.o `test -f 'mapstrings.c' || echo './'`mapstrings.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -DWITHOUT_NPTH=1 -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libcommon_a-stringhelp.o `test -f 'stringhelp.c' || echo './'`stringhelp.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -DWITHOUT_NPTH=1 -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libcommon_a-strlist.o `test -f 'strlist.c' || echo './'`strlist.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -DWITHOUT_NPTH=1 -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libcommon_a-utf8conv.o `test -f 'utf8conv.c' || echo './'`utf8conv.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -DWITHOUT_NPTH=1 -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libcommon_a-argparse.o `test -f 'argparse.c' || echo './'`argparse.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -DWITHOUT_NPTH=1 -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libcommon_a-logging.o `test -f 'logging.c' || echo './'`logging.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -DWITHOUT_NPTH=1 -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libcommon_a-dotlock.o `test -f 'dotlock.c' || echo './'`dotlock.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -DWITHOUT_NPTH=1 -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libcommon_a-mischelp.o `test -f 'mischelp.c' || echo './'`mischelp.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -DWITHOUT_NPTH=1 -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libcommon_a-status.o `test -f 'status.c' || echo './'`status.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -DWITHOUT_NPTH=1 -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libcommon_a-tlv.o `test -f 'tlv.c' || echo './'`tlv.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -DWITHOUT_NPTH=1 -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libcommon_a-init.o `test -f 'init.c' || echo './'`init.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -DWITHOUT_NPTH=1 -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libcommon_a-sexputil.o `test -f 'sexputil.c' || echo './'`sexputil.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -DWITHOUT_NPTH=1 -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libcommon_a-sysutils.o `test -f 'sysutils.c' || echo './'`sysutils.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -DWITHOUT_NPTH=1 -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libcommon_a-homedir.o `test -f 'homedir.c' || echo './'`homedir.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -DWITHOUT_NPTH=1 -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libcommon_a-gettime.o `test -f 'gettime.c' || echo './'`gettime.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -DWITHOUT_NPTH=1 -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libcommon_a-yesno.o `test -f 'yesno.c' || echo './'`yesno.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -DWITHOUT_NPTH=1 -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libcommon_a-b64enc.o `test -f 'b64enc.c' || echo './'`b64enc.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -DWITHOUT_NPTH=1 -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libcommon_a-b64dec.o `test -f 'b64dec.c' || echo './'`b64dec.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -DWITHOUT_NPTH=1 -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libcommon_a-zb32.o `test -f 'zb32.c' || echo './'`zb32.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -DWITHOUT_NPTH=1 -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libcommon_a-convert.o `test -f 'convert.c' || echo './'`convert.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -DWITHOUT_NPTH=1 -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libcommon_a-percent.o `test -f 'percent.c' || echo './'`percent.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -DWITHOUT_NPTH=1 -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libcommon_a-mbox-util.o `test -f 'mbox-util.c' || echo './'`mbox-util.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -DWITHOUT_NPTH=1 -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libcommon_a-miscellaneous.o `test -f 'miscellaneous.c' || echo './'`miscellaneous.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -DWITHOUT_NPTH=1 -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libcommon_a-xasprintf.o `test -f 'xasprintf.c' || echo './'`xasprintf.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -DWITHOUT_NPTH=1 -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libcommon_a-xreadline.o `test -f 'xreadline.c' || echo './'`xreadline.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -DWITHOUT_NPTH=1 -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libcommon_a-membuf.o `test -f 'membuf.c' || echo './'`membuf.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -DWITHOUT_NPTH=1 -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libcommon_a-ccparray.o `test -f 'ccparray.c' || echo './'`ccparray.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -DWITHOUT_NPTH=1 -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libcommon_a-iobuf.o `test -f 'iobuf.c' || echo './'`iobuf.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -DWITHOUT_NPTH=1 -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libcommon_a-ttyio.o `test -f 'ttyio.c' || echo './'`ttyio.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -DWITHOUT_NPTH=1 -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libcommon_a-asshelp.o `test -f 'asshelp.c' || echo './'`asshelp.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -DWITHOUT_NPTH=1 -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libcommon_a-asshelp2.o `test -f 'asshelp2.c' || echo './'`asshelp2.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -DWITHOUT_NPTH=1 -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libcommon_a-signal.o `test -f 'signal.c' || echo './'`signal.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -DWITHOUT_NPTH=1 -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libcommon_a-audit.o `test -f 'audit.c' || echo './'`audit.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -DWITHOUT_NPTH=1 -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libcommon_a-localename.o `test -f 'localename.c' || echo './'`localename.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -DWITHOUT_NPTH=1 -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libcommon_a-session-env.o `test -f 'session-env.c' || echo './'`session-env.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -DWITHOUT_NPTH=1 -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libcommon_a-userids.o `test -f 'userids.c' || echo './'`userids.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -DWITHOUT_NPTH=1 -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libcommon_a-openpgp-oid.o `test -f 'openpgp-oid.c' || echo './'`openpgp-oid.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -DWITHOUT_NPTH=1 -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libcommon_a-ssh-utils.o `test -f 'ssh-utils.c' || echo './'`ssh-utils.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -DWITHOUT_NPTH=1 -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libcommon_a-agent-opt.o `test -f 'agent-opt.c' || echo './'`agent-opt.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -DWITHOUT_NPTH=1 -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libcommon_a-helpfile.o `test -f 'helpfile.c' || echo './'`helpfile.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -DWITHOUT_NPTH=1 -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libcommon_a-mkdir_p.o `test -f 'mkdir_p.c' || echo './'`mkdir_p.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -DWITHOUT_NPTH=1 -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libcommon_a-exectool.o `test -f 'exectool.c' || echo './'`exectool.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -DWITHOUT_NPTH=1 -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libcommon_a-server-help.o `test -f 'server-help.c' || echo './'`server-help.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -DWITHOUT_NPTH=1 -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libcommon_a-name-value.o `test -f 'name-value.c' || echo './'`name-value.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -DWITHOUT_NPTH=1 -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libcommon_a-recsel.o `test -f 'recsel.c' || echo './'`recsel.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -DWITHOUT_NPTH=1 -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libcommon_a-ksba-io-support.o `test -f 'ksba-io-support.c' || echo './'`ksba-io-support.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -DWITHOUT_NPTH=1 -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libcommon_a-compliance.o `test -f 'compliance.c' || echo './'`compliance.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -DWITHOUT_NPTH=1 -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libcommon_a-exechelp-posix.o `test -f 'exechelp-posix.c' || echo './'`exechelp-posix.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -DWITHOUT_NPTH=1 -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libcommon_a-get-passphrase.o `test -f 'get-passphrase.c' || echo './'`get-passphrase.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/Cellar/npth/1.6/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libcommonpth_a-i18n.o `test -f 'i18n.c' || echo './'`i18n.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/Cellar/npth/1.6/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libcommonpth_a-mapstrings.o `test -f 'mapstrings.c' || echo './'`mapstrings.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/Cellar/npth/1.6/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libcommonpth_a-stringhelp.o `test -f 'stringhelp.c' || echo './'`stringhelp.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/Cellar/npth/1.6/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libcommonpth_a-strlist.o `test -f 'strlist.c' || echo './'`strlist.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/Cellar/npth/1.6/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libcommonpth_a-utf8conv.o `test -f 'utf8conv.c' || echo './'`utf8conv.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/Cellar/npth/1.6/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libcommonpth_a-argparse.o `test -f 'argparse.c' || echo './'`argparse.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/Cellar/npth/1.6/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libcommonpth_a-logging.o `test -f 'logging.c' || echo './'`logging.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/Cellar/npth/1.6/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libcommonpth_a-dotlock.o `test -f 'dotlock.c' || echo './'`dotlock.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/Cellar/npth/1.6/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libcommonpth_a-mischelp.o `test -f 'mischelp.c' || echo './'`mischelp.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/Cellar/npth/1.6/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libcommonpth_a-status.o `test -f 'status.c' || echo './'`status.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/Cellar/npth/1.6/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libcommonpth_a-tlv.o `test -f 'tlv.c' || echo './'`tlv.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/Cellar/npth/1.6/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libcommonpth_a-init.o `test -f 'init.c' || echo './'`init.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/Cellar/npth/1.6/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libcommonpth_a-sexputil.o `test -f 'sexputil.c' || echo './'`sexputil.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/Cellar/npth/1.6/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libcommonpth_a-sysutils.o `test -f 'sysutils.c' || echo './'`sysutils.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/Cellar/npth/1.6/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libcommonpth_a-homedir.o `test -f 'homedir.c' || echo './'`homedir.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/Cellar/npth/1.6/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libcommonpth_a-gettime.o `test -f 'gettime.c' || echo './'`gettime.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/Cellar/npth/1.6/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libcommonpth_a-yesno.o `test -f 'yesno.c' || echo './'`yesno.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/Cellar/npth/1.6/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libcommonpth_a-b64enc.o `test -f 'b64enc.c' || echo './'`b64enc.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/Cellar/npth/1.6/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libcommonpth_a-b64dec.o `test -f 'b64dec.c' || echo './'`b64dec.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/Cellar/npth/1.6/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libcommonpth_a-zb32.o `test -f 'zb32.c' || echo './'`zb32.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/Cellar/npth/1.6/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libcommonpth_a-convert.o `test -f 'convert.c' || echo './'`convert.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/Cellar/npth/1.6/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libcommonpth_a-percent.o `test -f 'percent.c' || echo './'`percent.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/Cellar/npth/1.6/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libcommonpth_a-mbox-util.o `test -f 'mbox-util.c' || echo './'`mbox-util.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/Cellar/npth/1.6/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libcommonpth_a-miscellaneous.o `test -f 'miscellaneous.c' || echo './'`miscellaneous.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/Cellar/npth/1.6/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libcommonpth_a-xasprintf.o `test -f 'xasprintf.c' || echo './'`xasprintf.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/Cellar/npth/1.6/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libcommonpth_a-xreadline.o `test -f 'xreadline.c' || echo './'`xreadline.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/Cellar/npth/1.6/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libcommonpth_a-membuf.o `test -f 'membuf.c' || echo './'`membuf.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/Cellar/npth/1.6/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libcommonpth_a-ccparray.o `test -f 'ccparray.c' || echo './'`ccparray.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/Cellar/npth/1.6/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libcommonpth_a-iobuf.o `test -f 'iobuf.c' || echo './'`iobuf.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/Cellar/npth/1.6/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libcommonpth_a-ttyio.o `test -f 'ttyio.c' || echo './'`ttyio.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/Cellar/npth/1.6/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libcommonpth_a-asshelp.o `test -f 'asshelp.c' || echo './'`asshelp.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/Cellar/npth/1.6/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libcommonpth_a-asshelp2.o `test -f 'asshelp2.c' || echo './'`asshelp2.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/Cellar/npth/1.6/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libcommonpth_a-signal.o `test -f 'signal.c' || echo './'`signal.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/Cellar/npth/1.6/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libcommonpth_a-audit.o `test -f 'audit.c' || echo './'`audit.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/Cellar/npth/1.6/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libcommonpth_a-localename.o `test -f 'localename.c' || echo './'`localename.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/Cellar/npth/1.6/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libcommonpth_a-session-env.o `test -f 'session-env.c' || echo './'`session-env.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/Cellar/npth/1.6/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libcommonpth_a-userids.o `test -f 'userids.c' || echo './'`userids.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/Cellar/npth/1.6/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libcommonpth_a-openpgp-oid.o `test -f 'openpgp-oid.c' || echo './'`openpgp-oid.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/Cellar/npth/1.6/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libcommonpth_a-ssh-utils.o `test -f 'ssh-utils.c' || echo './'`ssh-utils.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/Cellar/npth/1.6/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libcommonpth_a-agent-opt.o `test -f 'agent-opt.c' || echo './'`agent-opt.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/Cellar/npth/1.6/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libcommonpth_a-helpfile.o `test -f 'helpfile.c' || echo './'`helpfile.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/Cellar/npth/1.6/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libcommonpth_a-mkdir_p.o `test -f 'mkdir_p.c' || echo './'`mkdir_p.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/Cellar/npth/1.6/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libcommonpth_a-exectool.o `test -f 'exectool.c' || echo './'`exectool.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/Cellar/npth/1.6/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libcommonpth_a-server-help.o `test -f 'server-help.c' || echo './'`server-help.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/Cellar/npth/1.6/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libcommonpth_a-name-value.o `test -f 'name-value.c' || echo './'`name-value.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/Cellar/npth/1.6/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libcommonpth_a-recsel.o `test -f 'recsel.c' || echo './'`recsel.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/Cellar/npth/1.6/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libcommonpth_a-ksba-io-support.o `test -f 'ksba-io-support.c' || echo './'`ksba-io-support.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/Cellar/npth/1.6/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libcommonpth_a-compliance.o `test -f 'compliance.c' || echo './'`compliance.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/Cellar/npth/1.6/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libcommonpth_a-exechelp-posix.o `test -f 'exechelp-posix.c' || echo './'`exechelp-posix.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/Cellar/npth/1.6/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libcommonpth_a-call-gpg.o `test -f 'call-gpg.c' || echo './'`call-gpg.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o t-timestuff.o t-timestuff.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o t-convert.o t-convert.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o t-percent.o t-percent.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o t-gettime.o t-gettime.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o t-sysutils.o t-sysutils.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o t-sexputil.o t-sexputil.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o t-session-env.o t-session-env.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o t-openpgp-oid.o t-openpgp-oid.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o t-ssh-utils.o t-ssh-utils.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o t-mapstrings.o t-mapstrings.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o t-zb32.o t-zb32.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o t-mbox-util.o t-mbox-util.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o t-iobuf.o t-iobuf.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o t-strlist.o t-strlist.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o t-name-value.o t-name-value.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o t-ccparray.o t-ccparray.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o t-recsel.o t-recsel.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o t-exechelp.o t-exechelp.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o t-exectool.o t-exectool.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o gpgrlhelp.o gpgrlhelp.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libsimple_pwquery_a-simple-pwquery.o `test -f 'simple-pwquery.c' || echo './'`simple-pwquery.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libsimple_pwquery_a-asshelp.o `test -f 'asshelp.c' || echo './'`asshelp.c
rm -f libcommon.a
ar cru libcommon.a libcommon_a-i18n.o libcommon_a-mapstrings.o libcommon_a-stringhelp.o libcommon_a-strlist.o libcommon_a-utf8conv.o libcommon_a-argparse.o libcommon_a-logging.o libcommon_a-dotlock.o libcommon_a-mischelp.o libcommon_a-status.o libcommon_a-tlv.o libcommon_a-init.o libcommon_a-sexputil.o libcommon_a-sysutils.o libcommon_a-homedir.o libcommon_a-gettime.o libcommon_a-yesno.o libcommon_a-b64enc.o libcommon_a-b64dec.o libcommon_a-zb32.o libcommon_a-convert.o libcommon_a-percent.o libcommon_a-mbox-util.o libcommon_a-miscellaneous.o libcommon_a-xasprintf.o libcommon_a-xreadline.o libcommon_a-membuf.o libcommon_a-ccparray.o libcommon_a-iobuf.o libcommon_a-ttyio.o libcommon_a-asshelp.o libcommon_a-asshelp2.o libcommon_a-signal.o libcommon_a-audit.o libcommon_a-localename.o libcommon_a-session-env.o libcommon_a-userids.o libcommon_a-openpgp-oid.o libcommon_a-ssh-utils.o libcommon_a-agent-opt.o libcommon_a-helpfile.o libcommon_a-mkdir_p.o libcommon_a-strlist.o libcommon_a-exectool.o libcommon_a-server-help.o libcommon_a-name-value.o libcommon_a-recsel.o libcommon_a-ksba-io-support.o libcommon_a-compliance.o libcommon_a-exechelp-posix.o libcommon_a-get-passphrase.o
rm -f libcommonpth.a
ar cru libcommonpth.a libcommonpth_a-i18n.o libcommonpth_a-mapstrings.o libcommonpth_a-stringhelp.o libcommonpth_a-strlist.o libcommonpth_a-utf8conv.o libcommonpth_a-argparse.o libcommonpth_a-logging.o libcommonpth_a-dotlock.o libcommonpth_a-mischelp.o libcommonpth_a-status.o libcommonpth_a-tlv.o libcommonpth_a-init.o libcommonpth_a-sexputil.o libcommonpth_a-sysutils.o libcommonpth_a-homedir.o libcommonpth_a-gettime.o libcommonpth_a-yesno.o libcommonpth_a-b64enc.o libcommonpth_a-b64dec.o libcommonpth_a-zb32.o libcommonpth_a-convert.o libcommonpth_a-percent.o libcommonpth_a-mbox-util.o libcommonpth_a-miscellaneous.o libcommonpth_a-xasprintf.o libcommonpth_a-xreadline.o libcommonpth_a-membuf.o libcommonpth_a-ccparray.o libcommonpth_a-iobuf.o libcommonpth_a-ttyio.o libcommonpth_a-asshelp.o libcommonpth_a-asshelp2.o libcommonpth_a-signal.o libcommonpth_a-audit.o libcommonpth_a-localename.o libcommonpth_a-session-env.o libcommonpth_a-userids.o libcommonpth_a-openpgp-oid.o libcommonpth_a-ssh-utils.o libcommonpth_a-agent-opt.o libcommonpth_a-helpfile.o libcommonpth_a-mkdir_p.o libcommonpth_a-strlist.o libcommonpth_a-exectool.o libcommonpth_a-server-help.o libcommonpth_a-name-value.o libcommonpth_a-recsel.o libcommonpth_a-ksba-io-support.o libcommonpth_a-compliance.o libcommonpth_a-exechelp-posix.o libcommonpth_a-call-gpg.o
rm -f libgpgrl.a
ar cru libgpgrl.a gpgrlhelp.o
rm -f libsimple-pwquery.a
ar cru libsimple-pwquery.a libsimple_pwquery_a-simple-pwquery.o libsimple_pwquery_a-asshelp.o
ranlib libgpgrl.a
ranlib libsimple-pwquery.a
ranlib libcommonpth.a
ranlib libcommon.a
clang -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -o t-stringhelp t-stringhelp.o libcommon.a -L/usr/local/opt/libgcrypt/lib -lgcrypt -L/usr/local/opt/libgpg-error/lib -lgpg-error -L/usr/local/opt/libassuan/lib -lassuan -L/usr/local/opt/libgpg-error/lib -lgpg-error -L/usr/local/opt/libgpg-error/lib -lgpg-error -lintl -Wl,-framework -Wl,CoreFoundation -liconv
clang -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -o t-timestuff t-timestuff.o libcommon.a -L/usr/local/opt/libgcrypt/lib -lgcrypt -L/usr/local/opt/libgpg-error/lib -lgpg-error -L/usr/local/opt/libassuan/lib -lassuan -L/usr/local/opt/libgpg-error/lib -lgpg-error -L/usr/local/opt/libgpg-error/lib -lgpg-error -lintl -Wl,-framework -Wl,CoreFoundation -liconv
clang -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -o t-convert t-convert.o libcommon.a -L/usr/local/opt/libgcrypt/lib -lgcrypt -L/usr/local/opt/libgpg-error/lib -lgpg-error -L/usr/local/opt/libassuan/lib -lassuan -L/usr/local/opt/libgpg-error/lib -lgpg-error -L/usr/local/opt/libgpg-error/lib -lgpg-error -lintl -Wl,-framework -Wl,CoreFoundation -liconv
clang -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -o t-percent t-percent.o libcommon.a -L/usr/local/opt/libgcrypt/lib -lgcrypt -L/usr/local/opt/libgpg-error/lib -lgpg-error -L/usr/local/opt/libassuan/lib -lassuan -L/usr/local/opt/libgpg-error/lib -lgpg-error -L/usr/local/opt/libgpg-error/lib -lgpg-error -lintl -Wl,-framework -Wl,CoreFoundation -liconv
clang -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -o t-gettime t-gettime.o libcommon.a -L/usr/local/opt/libgcrypt/lib -lgcrypt -L/usr/local/opt/libgpg-error/lib -lgpg-error -L/usr/local/opt/libassuan/lib -lassuan -L/usr/local/opt/libgpg-error/lib -lgpg-error -L/usr/local/opt/libgpg-error/lib -lgpg-error -lintl -Wl,-framework -Wl,CoreFoundation -liconv
clang -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -o t-sysutils t-sysutils.o libcommon.a -L/usr/local/opt/libgcrypt/lib -lgcrypt -L/usr/local/opt/libgpg-error/lib -lgpg-error -L/usr/local/opt/libassuan/lib -lassuan -L/usr/local/opt/libgpg-error/lib -lgpg-error -L/usr/local/opt/libgpg-error/lib -lgpg-error -lintl -Wl,-framework -Wl,CoreFoundation -liconv
clang -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -o t-sexputil t-sexputil.o libcommon.a -L/usr/local/opt/libgcrypt/lib -lgcrypt -L/usr/local/opt/libgpg-error/lib -lgpg-error -L/usr/local/opt/libassuan/lib -lassuan -L/usr/local/opt/libgpg-error/lib -lgpg-error -L/usr/local/opt/libgpg-error/lib -lgpg-error -lintl -Wl,-framework -Wl,CoreFoundation -liconv
clang -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -o t-session-env t-session-env.o libcommon.a -L/usr/local/opt/libgcrypt/lib -lgcrypt -L/usr/local/opt/libgpg-error/lib -lgpg-error -L/usr/local/opt/libassuan/lib -lassuan -L/usr/local/opt/libgpg-error/lib -lgpg-error -L/usr/local/opt/libgpg-error/lib -lgpg-error -lintl -Wl,-framework -Wl,CoreFoundation -liconv
clang -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -o t-openpgp-oid t-openpgp-oid.o libcommon.a -L/usr/local/opt/libgcrypt/lib -lgcrypt -L/usr/local/opt/libgpg-error/lib -lgpg-error -L/usr/local/opt/libassuan/lib -lassuan -L/usr/local/opt/libgpg-error/lib -lgpg-error -L/usr/local/opt/libgpg-error/lib -lgpg-error -lintl -Wl,-framework -Wl,CoreFoundation -liconv
clang -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -o t-ssh-utils t-ssh-utils.o libcommon.a -L/usr/local/opt/libgcrypt/lib -lgcrypt -L/usr/local/opt/libgpg-error/lib -lgpg-error -L/usr/local/opt/libassuan/lib -lassuan -L/usr/local/opt/libgpg-error/lib -lgpg-error -L/usr/local/opt/libgpg-error/lib -lgpg-error -lintl -Wl,-framework -Wl,CoreFoundation -liconv
clang -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -o t-mapstrings t-mapstrings.o libcommon.a -L/usr/local/opt/libgcrypt/lib -lgcrypt -L/usr/local/opt/libgpg-error/lib -lgpg-error -L/usr/local/opt/libassuan/lib -lassuan -L/usr/local/opt/libgpg-error/lib -lgpg-error -L/usr/local/opt/libgpg-error/lib -lgpg-error -lintl -Wl,-framework -Wl,CoreFoundation -liconv
clang -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -o t-zb32 t-zb32.o libcommon.a -L/usr/local/opt/libgcrypt/lib -lgcrypt -L/usr/local/opt/libgpg-error/lib -lgpg-error -L/usr/local/opt/libassuan/lib -lassuan -L/usr/local/opt/libgpg-error/lib -lgpg-error -L/usr/local/opt/libgpg-error/lib -lgpg-error -lintl -Wl,-framework -Wl,CoreFoundation -liconv
clang -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -o t-mbox-util t-mbox-util.o libcommon.a -L/usr/local/opt/libgcrypt/lib -lgcrypt -L/usr/local/opt/libgpg-error/lib -lgpg-error -L/usr/local/opt/libassuan/lib -lassuan -L/usr/local/opt/libgpg-error/lib -lgpg-error -L/usr/local/opt/libgpg-error/lib -lgpg-error -lintl -Wl,-framework -Wl,CoreFoundation -liconv
clang -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -o t-iobuf t-iobuf.o libcommon.a -L/usr/local/opt/libgcrypt/lib -lgcrypt -L/usr/local/opt/libgpg-error/lib -lgpg-error -L/usr/local/opt/libassuan/lib -lassuan -L/usr/local/opt/libgpg-error/lib -lgpg-error -L/usr/local/opt/libgpg-error/lib -lgpg-error -lintl -Wl,-framework -Wl,CoreFoundation -liconv
clang -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -o t-strlist t-strlist.o libcommon.a -L/usr/local/opt/libgcrypt/lib -lgcrypt -L/usr/local/opt/libgpg-error/lib -lgpg-error -L/usr/local/opt/libassuan/lib -lassuan -L/usr/local/opt/libgpg-error/lib -lgpg-error -L/usr/local/opt/libgpg-error/lib -lgpg-error -lintl -Wl,-framework -Wl,CoreFoundation -liconv
clang -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -o t-name-value t-name-value.o libcommon.a -L/usr/local/opt/libgcrypt/lib -lgcrypt -L/usr/local/opt/libgpg-error/lib -lgpg-error -L/usr/local/opt/libassuan/lib -lassuan -L/usr/local/opt/libgpg-error/lib -lgpg-error -L/usr/local/opt/libgpg-error/lib -lgpg-error -lintl -Wl,-framework -Wl,CoreFoundation -liconv
clang -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -o t-ccparray t-ccparray.o libcommon.a -L/usr/local/opt/libgcrypt/lib -lgcrypt -L/usr/local/opt/libgpg-error/lib -lgpg-error -L/usr/local/opt/libassuan/lib -lassuan -L/usr/local/opt/libgpg-error/lib -lgpg-error -L/usr/local/opt/libgpg-error/lib -lgpg-error -lintl -Wl,-framework -Wl,CoreFoundation -liconv
clang -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -o t-recsel t-recsel.o libcommon.a -L/usr/local/opt/libgcrypt/lib -lgcrypt -L/usr/local/opt/libgpg-error/lib -lgpg-error -L/usr/local/opt/libassuan/lib -lassuan -L/usr/local/opt/libgpg-error/lib -lgpg-error -L/usr/local/opt/libgpg-error/lib -lgpg-error -lintl -Wl,-framework -Wl,CoreFoundation -liconv
clang -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -o t-exechelp t-exechelp.o libcommon.a -L/usr/local/opt/libgcrypt/lib -lgcrypt -L/usr/local/opt/libgpg-error/lib -lgpg-error -L/usr/local/opt/libassuan/lib -lassuan -L/usr/local/opt/libgpg-error/lib -lgpg-error -L/usr/local/opt/libgpg-error/lib -lgpg-error -lintl -Wl,-framework -Wl,CoreFoundation -liconv
clang -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -o t-exectool t-exectool.o libcommon.a -L/usr/local/opt/libgcrypt/lib -lgcrypt -L/usr/local/opt/libgpg-error/lib -lgpg-error -L/usr/local/opt/libassuan/lib -lassuan -L/usr/local/opt/libgpg-error/lib -lgpg-error -L/usr/local/opt/libgpg-error/lib -lgpg-error -lintl -Wl,-framework -Wl,CoreFoundation -liconv
Making all in kbx
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -DKEYBOX_WITH_X509=1 -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o kbxutil-kbxutil.o `test -f 'kbxutil.c' || echo './'`kbxutil.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -DKEYBOX_WITH_X509=1 -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o kbxutil-keybox-util.o `test -f 'keybox-util.c' || echo './'`keybox-util.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -DKEYBOX_WITH_X509=1 -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o kbxutil-keybox-init.o `test -f 'keybox-init.c' || echo './'`keybox-init.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -DKEYBOX_WITH_X509=1 -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o kbxutil-keybox-blob.o `test -f 'keybox-blob.c' || echo './'`keybox-blob.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -DKEYBOX_WITH_X509=1 -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o kbxutil-keybox-file.o `test -f 'keybox-file.c' || echo './'`keybox-file.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -DKEYBOX_WITH_X509=1 -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o kbxutil-keybox-search.o `test -f 'keybox-search.c' || echo './'`keybox-search.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -DKEYBOX_WITH_X509=1 -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o kbxutil-keybox-update.o `test -f 'keybox-update.c' || echo './'`keybox-update.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -DKEYBOX_WITH_X509=1 -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o kbxutil-keybox-openpgp.o `test -f 'keybox-openpgp.c' || echo './'`keybox-openpgp.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -DKEYBOX_WITH_X509=1 -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o kbxutil-keybox-dump.o `test -f 'keybox-dump.c' || echo './'`keybox-dump.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libkeybox_a-keybox-util.o `test -f 'keybox-util.c' || echo './'`keybox-util.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libkeybox_a-keybox-init.o `test -f 'keybox-init.c' || echo './'`keybox-init.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libkeybox_a-keybox-blob.o `test -f 'keybox-blob.c' || echo './'`keybox-blob.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libkeybox_a-keybox-file.o `test -f 'keybox-file.c' || echo './'`keybox-file.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libkeybox_a-keybox-search.o `test -f 'keybox-search.c' || echo './'`keybox-search.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libkeybox_a-keybox-update.o `test -f 'keybox-update.c' || echo './'`keybox-update.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libkeybox_a-keybox-openpgp.o `test -f 'keybox-openpgp.c' || echo './'`keybox-openpgp.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libkeybox_a-keybox-dump.o `test -f 'keybox-dump.c' || echo './'`keybox-dump.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -DKEYBOX_WITH_X509=1 -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libkeybox509_a-keybox-util.o `test -f 'keybox-util.c' || echo './'`keybox-util.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -DKEYBOX_WITH_X509=1 -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libkeybox509_a-keybox-init.o `test -f 'keybox-init.c' || echo './'`keybox-init.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -DKEYBOX_WITH_X509=1 -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libkeybox509_a-keybox-blob.o `test -f 'keybox-blob.c' || echo './'`keybox-blob.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -DKEYBOX_WITH_X509=1 -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libkeybox509_a-keybox-file.o `test -f 'keybox-file.c' || echo './'`keybox-file.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -DKEYBOX_WITH_X509=1 -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libkeybox509_a-keybox-search.o `test -f 'keybox-search.c' || echo './'`keybox-search.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -DKEYBOX_WITH_X509=1 -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libkeybox509_a-keybox-update.o `test -f 'keybox-update.c' || echo './'`keybox-update.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -DKEYBOX_WITH_X509=1 -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libkeybox509_a-keybox-openpgp.o `test -f 'keybox-openpgp.c' || echo './'`keybox-openpgp.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -DKEYBOX_WITH_X509=1 -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libkeybox509_a-keybox-dump.o `test -f 'keybox-dump.c' || echo './'`keybox-dump.c
clang -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -DKEYBOX_WITH_X509=1 -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -o kbxutil kbxutil-kbxutil.o kbxutil-keybox-util.o kbxutil-keybox-init.o kbxutil-keybox-blob.o kbxutil-keybox-file.o kbxutil-keybox-search.o kbxutil-keybox-update.o kbxutil-keybox-openpgp.o kbxutil-keybox-dump.o ../common/libcommon.a -L/usr/local/opt/libksba/lib -lksba -L/usr/local/opt/libgpg-error/lib -lgpg-error -L/usr/local/opt/libgcrypt/lib -lgcrypt -L/usr/local/opt/libgpg-error/lib -lgpg-error -L/usr/local/opt/libgpg-error/lib -lgpg-error -lintl -Wl,-framework -Wl,CoreFoundation -liconv
rm -f libkeybox.a
ar cru libkeybox.a libkeybox_a-keybox-util.o libkeybox_a-keybox-init.o libkeybox_a-keybox-blob.o libkeybox_a-keybox-file.o libkeybox_a-keybox-search.o libkeybox_a-keybox-update.o libkeybox_a-keybox-openpgp.o libkeybox_a-keybox-dump.o
ranlib libkeybox.a
rm -f libkeybox509.a
ar cru libkeybox509.a libkeybox509_a-keybox-util.o libkeybox509_a-keybox-init.o libkeybox509_a-keybox-blob.o libkeybox509_a-keybox-file.o libkeybox509_a-keybox-search.o libkeybox509_a-keybox-update.o libkeybox509_a-keybox-openpgp.o libkeybox509_a-keybox-dump.o
ranlib libkeybox509.a
Making all in g10
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o gpg.o gpg.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o keyedit.o keyedit.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o server.o server.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o build-packet.o build-packet.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o compress.o compress.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o compress-bz2.o compress-bz2.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o free-packet.o free-packet.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o getkey.o getkey.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o keydb.o keydb.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o keyring.o keyring.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o seskey.o seskey.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o kbnode.o kbnode.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o mainproc.o mainproc.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o armor.o armor.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o mdfilter.o mdfilter.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o textfilter.o textfilter.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o progress.o progress.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o misc.o misc.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o rmd160.o rmd160.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o openfile.o openfile.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o keyid.o keyid.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o parse-packet.o parse-packet.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o cpr.o cpr.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o plaintext.o plaintext.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o sig-check.o sig-check.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o keylist.o keylist.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o pkglue.o pkglue.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o ecdh.o ecdh.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o pkclist.o pkclist.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o skclist.o skclist.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o pubkey-enc.o pubkey-enc.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o passphrase.o passphrase.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o decrypt.o decrypt.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o decrypt-data.o decrypt-data.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o cipher.o cipher.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o encrypt.o encrypt.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o sign.o sign.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o verify.o verify.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o revoke.o revoke.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o dearmor.o dearmor.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o import.o import.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o export.o export.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o migrate.o migrate.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o delkey.o delkey.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o keygen.o keygen.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o helptext.o helptext.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o keyserver.o keyserver.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o call-dirmngr.o call-dirmngr.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o photoid.o photoid.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o call-agent.o call-agent.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o trust.o trust.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o trustdb.o trustdb.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o tdbdump.o tdbdump.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o tdbio.o tdbio.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o tofu.o tofu.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o gpgsql.o gpgsql.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o card-util.o card-util.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o exec.o exec.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o key-clean.o key-clean.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o key-check.o key-check.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o gpgv.o gpgv.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o t-rmd160.o t-rmd160.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o t-keydb.o t-keydb.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o test-stubs.o test-stubs.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o t-keydb-get-keyblock.o t-keydb-get-keyblock.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o t-stutter.o t-stutter.c
clang -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -o t-rmd160 t-rmd160.o rmd160.o
clang -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -o gpgv gpgv.o build-packet.o compress.o compress-bz2.o free-packet.o getkey.o keydb.o keyring.o seskey.o kbnode.o mainproc.o armor.o mdfilter.o textfilter.o progress.o misc.o rmd160.o openfile.o keyid.o parse-packet.o cpr.o plaintext.o sig-check.o keylist.o pkglue.o ecdh.o verify.o ../kbx/libkeybox.a ../common/libcommon.a ../common/libgpgrl.a -lz -lbz2 -lintl -Wl,-framework -Wl,CoreFoundation -L/usr/local/opt/libgcrypt/lib -lgcrypt -L/usr/local/opt/libgpg-error/lib -lgpg-error -L/usr/local/opt/libgpg-error/lib -lgpg-error -liconv
clang -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -o t-keydb t-keydb.o test-stubs.o build-packet.o compress.o compress-bz2.o free-packet.o getkey.o keydb.o keyring.o seskey.o kbnode.o mainproc.o armor.o mdfilter.o textfilter.o progress.o misc.o rmd160.o openfile.o keyid.o parse-packet.o cpr.o plaintext.o sig-check.o keylist.o pkglue.o ecdh.o ../kbx/libkeybox.a ../common/libcommon.a ../common/libgpgrl.a -lz -lbz2 -lintl -Wl,-framework -Wl,CoreFoundation -L/usr/local/opt/libgcrypt/lib -lgcrypt -L/usr/local/opt/libgpg-error/lib -lgpg-error -L/usr/local/opt/libgpg-error/lib -lgpg-error -liconv
clang -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -o t-keydb-get-keyblock t-keydb-get-keyblock.o test-stubs.o build-packet.o compress.o compress-bz2.o free-packet.o getkey.o keydb.o keyring.o seskey.o kbnode.o mainproc.o armor.o mdfilter.o textfilter.o progress.o misc.o rmd160.o openfile.o keyid.o parse-packet.o cpr.o plaintext.o sig-check.o keylist.o pkglue.o ecdh.o ../kbx/libkeybox.a ../common/libcommon.a ../common/libgpgrl.a -lz -lbz2 -lintl -Wl,-framework -Wl,CoreFoundation -L/usr/local/opt/libgcrypt/lib -lgcrypt -L/usr/local/opt/libgpg-error/lib -lgpg-error -L/usr/local/opt/libgpg-error/lib -lgpg-error -liconv
clang -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -o t-stutter t-stutter.o test-stubs.o build-packet.o compress.o compress-bz2.o free-packet.o getkey.o keydb.o keyring.o seskey.o kbnode.o mainproc.o armor.o mdfilter.o textfilter.o progress.o misc.o rmd160.o openfile.o keyid.o parse-packet.o cpr.o plaintext.o sig-check.o keylist.o pkglue.o ecdh.o ../kbx/libkeybox.a ../common/libcommon.a ../common/libgpgrl.a -lz -lbz2 -lintl -Wl,-framework -Wl,CoreFoundation -L/usr/local/opt/libgcrypt/lib -lgcrypt -L/usr/local/opt/libgpg-error/lib -lgpg-error -L/usr/local/opt/libgpg-error/lib -lgpg-error -liconv
clang -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -o gpg gpg.o keyedit.o server.o build-packet.o compress.o compress-bz2.o free-packet.o getkey.o keydb.o keyring.o seskey.o kbnode.o mainproc.o armor.o mdfilter.o textfilter.o progress.o misc.o rmd160.o openfile.o keyid.o parse-packet.o cpr.o plaintext.o sig-check.o keylist.o pkglue.o ecdh.o pkclist.o skclist.o pubkey-enc.o passphrase.o decrypt.o decrypt-data.o cipher.o encrypt.o sign.o verify.o revoke.o dearmor.o import.o export.o migrate.o delkey.o keygen.o helptext.o keyserver.o call-dirmngr.o photoid.o call-agent.o trust.o trustdb.o tdbdump.o tdbio.o tofu.o gpgsql.o card-util.o exec.o key-clean.o key-check.o ../kbx/libkeybox.a ../common/libcommon.a ../common/libgpgrl.a -lz -lbz2 -lintl -Wl,-framework -Wl,CoreFoundation -lsqlite3 -L/usr/local/opt/libgcrypt/lib -lgcrypt -L/usr/local/opt/libgpg-error/lib -lgpg-error -L/usr/local/opt/libassuan/lib -lassuan -L/usr/local/opt/libgpg-error/lib -lgpg-error -L/usr/local/opt/libgpg-error/lib -lgpg-error -liconv
Making all in sm
clang -DHAVE_CONFIG_H -I. -I.. -DKEYBOX_WITH_X509=1 -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o gpgsm.o gpgsm.c
clang -DHAVE_CONFIG_H -I. -I.. -DKEYBOX_WITH_X509=1 -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o misc.o misc.c
clang -DHAVE_CONFIG_H -I. -I.. -DKEYBOX_WITH_X509=1 -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o keydb.o keydb.c
clang -DHAVE_CONFIG_H -I. -I.. -DKEYBOX_WITH_X509=1 -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o server.o server.c
clang -DHAVE_CONFIG_H -I. -I.. -DKEYBOX_WITH_X509=1 -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o call-agent.o call-agent.c
clang -DHAVE_CONFIG_H -I. -I.. -DKEYBOX_WITH_X509=1 -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o call-dirmngr.o call-dirmngr.c
clang -DHAVE_CONFIG_H -I. -I.. -DKEYBOX_WITH_X509=1 -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o fingerprint.o fingerprint.c
clang -DHAVE_CONFIG_H -I. -I.. -DKEYBOX_WITH_X509=1 -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o certlist.o certlist.c
clang -DHAVE_CONFIG_H -I. -I.. -DKEYBOX_WITH_X509=1 -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o certdump.o certdump.c
clang -DHAVE_CONFIG_H -I. -I.. -DKEYBOX_WITH_X509=1 -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o certcheck.o certcheck.c
clang -DHAVE_CONFIG_H -I. -I.. -DKEYBOX_WITH_X509=1 -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o certchain.o certchain.c
clang -DHAVE_CONFIG_H -I. -I.. -DKEYBOX_WITH_X509=1 -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o keylist.o keylist.c
clang -DHAVE_CONFIG_H -I. -I.. -DKEYBOX_WITH_X509=1 -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o verify.o verify.c
clang -DHAVE_CONFIG_H -I. -I.. -DKEYBOX_WITH_X509=1 -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o sign.o sign.c
clang -DHAVE_CONFIG_H -I. -I.. -DKEYBOX_WITH_X509=1 -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o encrypt.o encrypt.c
clang -DHAVE_CONFIG_H -I. -I.. -DKEYBOX_WITH_X509=1 -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o decrypt.o decrypt.c
clang -DHAVE_CONFIG_H -I. -I.. -DKEYBOX_WITH_X509=1 -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o import.o import.c
clang -DHAVE_CONFIG_H -I. -I.. -DKEYBOX_WITH_X509=1 -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o export.o export.c
clang -DHAVE_CONFIG_H -I. -I.. -DKEYBOX_WITH_X509=1 -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o delete.o delete.c
clang -DHAVE_CONFIG_H -I. -I.. -DKEYBOX_WITH_X509=1 -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o certreqgen.o certreqgen.c
clang -DHAVE_CONFIG_H -I. -I.. -DKEYBOX_WITH_X509=1 -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o certreqgen-ui.o certreqgen-ui.c
clang -DHAVE_CONFIG_H -I. -I.. -DKEYBOX_WITH_X509=1 -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o minip12.o minip12.c
clang -DHAVE_CONFIG_H -I. -I.. -DKEYBOX_WITH_X509=1 -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o qualified.o qualified.c
clang -DHAVE_CONFIG_H -I. -I.. -DKEYBOX_WITH_X509=1 -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o passphrase.o passphrase.c
clang -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -o gpgsm gpgsm.o misc.o keydb.o server.o call-agent.o call-dirmngr.o fingerprint.o certlist.o certdump.o certcheck.o certchain.o keylist.o verify.o sign.o encrypt.o decrypt.o import.o export.o delete.o certreqgen.o certreqgen-ui.o minip12.o qualified.o passphrase.o ../kbx/libkeybox509.a ../common/libcommon.a ../common/libgpgrl.a -L/usr/local/opt/libgcrypt/lib -lgcrypt -L/usr/local/opt/libgpg-error/lib -lgpg-error -L/usr/local/opt/libksba/lib -lksba -L/usr/local/opt/libgpg-error/lib -lgpg-error -L/usr/local/opt/libassuan/lib -lassuan -L/usr/local/opt/libgpg-error/lib -lgpg-error -L/usr/local/opt/libgpg-error/lib -lgpg-error -lintl -Wl,-framework -Wl,CoreFoundation -liconv
Making all in agent
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/Cellar/npth/1.6/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o gpg_agent-gpg-agent.o `test -f 'gpg-agent.c' || echo './'`gpg-agent.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/Cellar/npth/1.6/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o gpg_agent-command.o `test -f 'command.c' || echo './'`command.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/Cellar/npth/1.6/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o gpg_agent-command-ssh.o `test -f 'command-ssh.c' || echo './'`command-ssh.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/Cellar/npth/1.6/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o gpg_agent-call-pinentry.o `test -f 'call-pinentry.c' || echo './'`call-pinentry.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/Cellar/npth/1.6/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o gpg_agent-cache.o `test -f 'cache.c' || echo './'`cache.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/Cellar/npth/1.6/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o gpg_agent-trans.o `test -f 'trans.c' || echo './'`trans.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/Cellar/npth/1.6/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o gpg_agent-findkey.o `test -f 'findkey.c' || echo './'`findkey.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/Cellar/npth/1.6/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o gpg_agent-pksign.o `test -f 'pksign.c' || echo './'`pksign.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/Cellar/npth/1.6/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o gpg_agent-pkdecrypt.o `test -f 'pkdecrypt.c' || echo './'`pkdecrypt.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/Cellar/npth/1.6/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o gpg_agent-genkey.o `test -f 'genkey.c' || echo './'`genkey.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/Cellar/npth/1.6/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o gpg_agent-protect.o `test -f 'protect.c' || echo './'`protect.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/Cellar/npth/1.6/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o gpg_agent-trustlist.o `test -f 'trustlist.c' || echo './'`trustlist.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/Cellar/npth/1.6/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o gpg_agent-divert-scd.o `test -f 'divert-scd.c' || echo './'`divert-scd.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/Cellar/npth/1.6/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o gpg_agent-cvt-openpgp.o `test -f 'cvt-openpgp.c' || echo './'`cvt-openpgp.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/Cellar/npth/1.6/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o gpg_agent-call-scd.o `test -f 'call-scd.c' || echo './'`call-scd.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/Cellar/npth/1.6/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o gpg_agent-learncard.o `test -f 'learncard.c' || echo './'`learncard.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o gpg_protect_tool-protect-tool.o `test -f 'protect-tool.c' || echo './'`protect-tool.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o gpg_protect_tool-protect.o `test -f 'protect.c' || echo './'`protect.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o gpg_protect_tool-cvt-openpgp.o `test -f 'cvt-openpgp.c' || echo './'`cvt-openpgp.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o preset-passphrase.o preset-passphrase.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o t-protect.o t-protect.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o protect.o protect.c
clang -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -o gpg-preset-passphrase preset-passphrase.o ../common/libsimple-pwquery.a ../common/libcommon.a -L/usr/local/opt/libassuan/lib -lassuan -L/usr/local/opt/libgpg-error/lib -lgpg-error -L/usr/local/opt/libgcrypt/lib -lgcrypt -L/usr/local/opt/libgpg-error/lib -lgpg-error -L/usr/local/opt/libgpg-error/lib -lgpg-error -lintl -Wl,-framework -Wl,CoreFoundation -liconv
clang -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/Cellar/npth/1.6/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -o gpg-agent gpg_agent-gpg-agent.o gpg_agent-command.o gpg_agent-command-ssh.o gpg_agent-call-pinentry.o gpg_agent-cache.o gpg_agent-trans.o gpg_agent-findkey.o gpg_agent-pksign.o gpg_agent-pkdecrypt.o gpg_agent-genkey.o gpg_agent-protect.o gpg_agent-trustlist.o gpg_agent-divert-scd.o gpg_agent-cvt-openpgp.o gpg_agent-call-scd.o gpg_agent-learncard.o ../common/libcommonpth.a -L/usr/local/opt/libgcrypt/lib -lgcrypt -L/usr/local/opt/libgpg-error/lib -lgpg-error -L/usr/local/opt/libassuan/lib -lassuan -L/usr/local/opt/libgpg-error/lib -lgpg-error -L/usr/local/Cellar/npth/1.6/lib -lnpth -L/usr/local/opt/libgpg-error/lib -lgpg-error -lintl -Wl,-framework -Wl,CoreFoundation -liconv
clang -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -o gpg-protect-tool gpg_protect_tool-protect-tool.o gpg_protect_tool-protect.o gpg_protect_tool-cvt-openpgp.o ../common/libcommon.a -L/usr/local/opt/libgcrypt/lib -lgcrypt -L/usr/local/opt/libgpg-error/lib -lgpg-error -L/usr/local/opt/libassuan/lib -lassuan -L/usr/local/opt/libgpg-error/lib -lgpg-error -L/usr/local/opt/libgpg-error/lib -lgpg-error -lintl -Wl,-framework -Wl,CoreFoundation -liconv
clang -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -o t-protect t-protect.o protect.o ../common/libcommon.a -L/usr/local/opt/libgcrypt/lib -lgcrypt -L/usr/local/opt/libgpg-error/lib -lgpg-error -L/usr/local/opt/libgpg-error/lib -lgpg-error -lintl -Wl,-framework -Wl,CoreFoundation -liconv
Making all in scd
clang -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/libusb-1.0 -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/Cellar/npth/1.6/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o scdaemon.o scdaemon.c
clang -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/libusb-1.0 -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/Cellar/npth/1.6/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o command.o command.c
clang -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/libusb-1.0 -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/Cellar/npth/1.6/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o atr.o atr.c
clang -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/libusb-1.0 -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/Cellar/npth/1.6/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o apdu.o apdu.c
clang -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/libusb-1.0 -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/Cellar/npth/1.6/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o ccid-driver.o ccid-driver.c
clang -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/libusb-1.0 -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/Cellar/npth/1.6/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o iso7816.o iso7816.c
clang -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/libusb-1.0 -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/Cellar/npth/1.6/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o app.o app.c
clang -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/libusb-1.0 -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/Cellar/npth/1.6/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o app-help.o app-help.c
clang -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/libusb-1.0 -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/Cellar/npth/1.6/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o app-openpgp.o app-openpgp.c
clang -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/libusb-1.0 -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/Cellar/npth/1.6/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o app-nks.o app-nks.c
clang -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/libusb-1.0 -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/Cellar/npth/1.6/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o app-dinsig.o app-dinsig.c
clang -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/libusb-1.0 -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/Cellar/npth/1.6/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o app-p15.o app-p15.c
clang -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/libusb-1.0 -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/Cellar/npth/1.6/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o app-geldkarte.o app-geldkarte.c
clang -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/libusb-1.0 -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/Cellar/npth/1.6/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o app-sc-hsm.o app-sc-hsm.c
clang -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/Cellar/npth/1.6/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -o scdaemon scdaemon.o command.o atr.o apdu.o ccid-driver.o iso7816.o app.o app-help.o app-openpgp.o app-nks.o app-dinsig.o app-p15.o app-geldkarte.o app-sc-hsm.o ../common/libcommonpth.a -L/usr/local/opt/libgcrypt/lib -lgcrypt -L/usr/local/opt/libgpg-error/lib -lgpg-error -L/usr/local/opt/libksba/lib -lksba -L/usr/local/opt/libgpg-error/lib -lgpg-error -L/usr/local/opt/libassuan/lib -lassuan -L/usr/local/opt/libgpg-error/lib -lgpg-error -L/usr/local/Cellar/npth/1.6/lib -lnpth -lusb-1.0 -Wl,-framework,CoreFoundation -Wl,-framework,IOKit -L/usr/local/opt/libgpg-error/lib -lgpg-error -lintl -Wl,-framework -Wl,CoreFoundation -liconv
Making all in dirmngr
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -std=gnu99 -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -I/usr/local/Cellar/npth/1.6/include -I/usr/local/Cellar/libtasn1/4.15.0/include -I/usr/local/Cellar/nettle/3.4.1/include -I/usr/local/Cellar/p11-kit/0.23.18.1/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.6.10/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o dirmngr.o dirmngr.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -std=gnu99 -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -I/usr/local/Cellar/npth/1.6/include -I/usr/local/Cellar/libtasn1/4.15.0/include -I/usr/local/Cellar/nettle/3.4.1/include -I/usr/local/Cellar/p11-kit/0.23.18.1/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.6.10/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o server.o server.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -std=gnu99 -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -I/usr/local/Cellar/npth/1.6/include -I/usr/local/Cellar/libtasn1/4.15.0/include -I/usr/local/Cellar/nettle/3.4.1/include -I/usr/local/Cellar/p11-kit/0.23.18.1/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.6.10/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o crlcache.o crlcache.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -std=gnu99 -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -I/usr/local/Cellar/npth/1.6/include -I/usr/local/Cellar/libtasn1/4.15.0/include -I/usr/local/Cellar/nettle/3.4.1/include -I/usr/local/Cellar/p11-kit/0.23.18.1/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.6.10/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o crlfetch.o crlfetch.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -std=gnu99 -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -I/usr/local/Cellar/npth/1.6/include -I/usr/local/Cellar/libtasn1/4.15.0/include -I/usr/local/Cellar/nettle/3.4.1/include -I/usr/local/Cellar/p11-kit/0.23.18.1/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.6.10/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o certcache.o certcache.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -std=gnu99 -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -I/usr/local/Cellar/npth/1.6/include -I/usr/local/Cellar/libtasn1/4.15.0/include -I/usr/local/Cellar/nettle/3.4.1/include -I/usr/local/Cellar/p11-kit/0.23.18.1/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.6.10/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o domaininfo.o domaininfo.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -std=gnu99 -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -I/usr/local/Cellar/npth/1.6/include -I/usr/local/Cellar/libtasn1/4.15.0/include -I/usr/local/Cellar/nettle/3.4.1/include -I/usr/local/Cellar/p11-kit/0.23.18.1/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.6.10/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o workqueue.o workqueue.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -std=gnu99 -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -I/usr/local/Cellar/npth/1.6/include -I/usr/local/Cellar/libtasn1/4.15.0/include -I/usr/local/Cellar/nettle/3.4.1/include -I/usr/local/Cellar/p11-kit/0.23.18.1/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.6.10/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o loadswdb.o loadswdb.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -std=gnu99 -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -I/usr/local/Cellar/npth/1.6/include -I/usr/local/Cellar/libtasn1/4.15.0/include -I/usr/local/Cellar/nettle/3.4.1/include -I/usr/local/Cellar/p11-kit/0.23.18.1/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.6.10/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o cdblib.o cdblib.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -std=gnu99 -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -I/usr/local/Cellar/npth/1.6/include -I/usr/local/Cellar/libtasn1/4.15.0/include -I/usr/local/Cellar/nettle/3.4.1/include -I/usr/local/Cellar/p11-kit/0.23.18.1/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.6.10/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o misc.o misc.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -std=gnu99 -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -I/usr/local/Cellar/npth/1.6/include -I/usr/local/Cellar/libtasn1/4.15.0/include -I/usr/local/Cellar/nettle/3.4.1/include -I/usr/local/Cellar/p11-kit/0.23.18.1/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.6.10/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o ocsp.o ocsp.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -std=gnu99 -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -I/usr/local/Cellar/npth/1.6/include -I/usr/local/Cellar/libtasn1/4.15.0/include -I/usr/local/Cellar/nettle/3.4.1/include -I/usr/local/Cellar/p11-kit/0.23.18.1/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.6.10/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o validate.o validate.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -std=gnu99 -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -I/usr/local/Cellar/npth/1.6/include -I/usr/local/Cellar/libtasn1/4.15.0/include -I/usr/local/Cellar/nettle/3.4.1/include -I/usr/local/Cellar/p11-kit/0.23.18.1/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.6.10/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o dns-stuff.o dns-stuff.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -std=gnu99 -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -I/usr/local/Cellar/npth/1.6/include -I/usr/local/Cellar/libtasn1/4.15.0/include -I/usr/local/Cellar/nettle/3.4.1/include -I/usr/local/Cellar/p11-kit/0.23.18.1/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.6.10/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o http.o http.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -std=gnu99 -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -I/usr/local/Cellar/npth/1.6/include -I/usr/local/Cellar/libtasn1/4.15.0/include -I/usr/local/Cellar/nettle/3.4.1/include -I/usr/local/Cellar/p11-kit/0.23.18.1/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.6.10/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o http-common.o http-common.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -std=gnu99 -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -I/usr/local/Cellar/npth/1.6/include -I/usr/local/Cellar/libtasn1/4.15.0/include -I/usr/local/Cellar/nettle/3.4.1/include -I/usr/local/Cellar/p11-kit/0.23.18.1/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.6.10/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o http-ntbtls.o http-ntbtls.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -std=gnu99 -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -I/usr/local/Cellar/npth/1.6/include -I/usr/local/Cellar/libtasn1/4.15.0/include -I/usr/local/Cellar/nettle/3.4.1/include -I/usr/local/Cellar/p11-kit/0.23.18.1/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.6.10/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o ks-action.o ks-action.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -std=gnu99 -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -I/usr/local/Cellar/npth/1.6/include -I/usr/local/Cellar/libtasn1/4.15.0/include -I/usr/local/Cellar/nettle/3.4.1/include -I/usr/local/Cellar/p11-kit/0.23.18.1/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.6.10/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o ks-engine-hkp.o ks-engine-hkp.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -std=gnu99 -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -I/usr/local/Cellar/npth/1.6/include -I/usr/local/Cellar/libtasn1/4.15.0/include -I/usr/local/Cellar/nettle/3.4.1/include -I/usr/local/Cellar/p11-kit/0.23.18.1/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.6.10/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o ks-engine-http.o ks-engine-http.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -std=gnu99 -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -I/usr/local/Cellar/npth/1.6/include -I/usr/local/Cellar/libtasn1/4.15.0/include -I/usr/local/Cellar/nettle/3.4.1/include -I/usr/local/Cellar/p11-kit/0.23.18.1/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.6.10/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o ks-engine-finger.o ks-engine-finger.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -std=gnu99 -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -I/usr/local/Cellar/npth/1.6/include -I/usr/local/Cellar/libtasn1/4.15.0/include -I/usr/local/Cellar/nettle/3.4.1/include -I/usr/local/Cellar/p11-kit/0.23.18.1/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.6.10/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o ks-engine-kdns.o ks-engine-kdns.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -std=gnu99 -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -I/usr/local/Cellar/npth/1.6/include -I/usr/local/Cellar/libtasn1/4.15.0/include -I/usr/local/Cellar/nettle/3.4.1/include -I/usr/local/Cellar/p11-kit/0.23.18.1/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.6.10/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o dns.o dns.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -std=gnu99 -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -I/usr/local/Cellar/npth/1.6/include -I/usr/local/Cellar/libtasn1/4.15.0/include -I/usr/local/Cellar/nettle/3.4.1/include -I/usr/local/Cellar/p11-kit/0.23.18.1/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.6.10/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o ldapserver.o ldapserver.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -std=gnu99 -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -I/usr/local/Cellar/npth/1.6/include -I/usr/local/Cellar/libtasn1/4.15.0/include -I/usr/local/Cellar/nettle/3.4.1/include -I/usr/local/Cellar/p11-kit/0.23.18.1/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.6.10/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o ldap.o ldap.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -std=gnu99 -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -I/usr/local/Cellar/npth/1.6/include -I/usr/local/Cellar/libtasn1/4.15.0/include -I/usr/local/Cellar/nettle/3.4.1/include -I/usr/local/Cellar/p11-kit/0.23.18.1/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.6.10/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o ldap-parse-uri.o ldap-parse-uri.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -std=gnu99 -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -I/usr/local/Cellar/npth/1.6/include -I/usr/local/Cellar/libtasn1/4.15.0/include -I/usr/local/Cellar/nettle/3.4.1/include -I/usr/local/Cellar/p11-kit/0.23.18.1/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.6.10/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o ks-engine-ldap.o ks-engine-ldap.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -std=gnu99 -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -I/usr/local/Cellar/npth/1.6/include -I/usr/local/Cellar/libtasn1/4.15.0/include -I/usr/local/Cellar/nettle/3.4.1/include -I/usr/local/Cellar/p11-kit/0.23.18.1/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.6.10/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o ldap-wrapper.o ldap-wrapper.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -std=gnu99 -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -I/usr/local/Cellar/npth/1.6/include -I/usr/local/Cellar/libtasn1/4.15.0/include -I/usr/local/Cellar/nettle/3.4.1/include -I/usr/local/Cellar/p11-kit/0.23.18.1/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.6.10/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o dirmngr-client.o dirmngr-client.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o dirmngr_ldap-dirmngr_ldap.o `test -f 'dirmngr_ldap.c' || echo './'`dirmngr_ldap.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -DWITHOUT_NPTH=1 -std=gnu99 -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/Cellar/libtasn1/4.15.0/include -I/usr/local/Cellar/nettle/3.4.1/include -I/usr/local/Cellar/p11-kit/0.23.18.1/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.6.10/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o t_http_basic-t-support.o `test -f 't-support.c' || echo './'`t-support.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -DWITHOUT_NPTH=1 -std=gnu99 -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/Cellar/libtasn1/4.15.0/include -I/usr/local/Cellar/nettle/3.4.1/include -I/usr/local/Cellar/p11-kit/0.23.18.1/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.6.10/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o t_http_basic-dns.o `test -f 'dns.c' || echo './'`dns.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -DWITHOUT_NPTH=1 -std=gnu99 -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/Cellar/libtasn1/4.15.0/include -I/usr/local/Cellar/nettle/3.4.1/include -I/usr/local/Cellar/p11-kit/0.23.18.1/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.6.10/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o t_http_basic-t-http-basic.o `test -f 't-http-basic.c' || echo './'`t-http-basic.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -DWITHOUT_NPTH=1 -std=gnu99 -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/Cellar/libtasn1/4.15.0/include -I/usr/local/Cellar/nettle/3.4.1/include -I/usr/local/Cellar/p11-kit/0.23.18.1/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.6.10/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o t_http_basic-http.o `test -f 'http.c' || echo './'`http.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -DWITHOUT_NPTH=1 -std=gnu99 -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/Cellar/libtasn1/4.15.0/include -I/usr/local/Cellar/nettle/3.4.1/include -I/usr/local/Cellar/p11-kit/0.23.18.1/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.6.10/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o t_http_basic-dns-stuff.o `test -f 'dns-stuff.c' || echo './'`dns-stuff.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -DWITHOUT_NPTH=1 -std=gnu99 -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/Cellar/libtasn1/4.15.0/include -I/usr/local/Cellar/nettle/3.4.1/include -I/usr/local/Cellar/p11-kit/0.23.18.1/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.6.10/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o t_http_basic-http-common.o `test -f 'http-common.c' || echo './'`http-common.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -DWITHOUT_NPTH=1 -std=gnu99 -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o t_ldap_parse_uri-t-ldap-parse-uri.o `test -f 't-ldap-parse-uri.c' || echo './'`t-ldap-parse-uri.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -DWITHOUT_NPTH=1 -std=gnu99 -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o t_ldap_parse_uri-ldap-parse-uri.o `test -f 'ldap-parse-uri.c' || echo './'`ldap-parse-uri.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -DWITHOUT_NPTH=1 -std=gnu99 -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o t_ldap_parse_uri-http.o `test -f 'http.c' || echo './'`http.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -DWITHOUT_NPTH=1 -std=gnu99 -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o t_ldap_parse_uri-http-common.o `test -f 'http-common.c' || echo './'`http-common.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -DWITHOUT_NPTH=1 -std=gnu99 -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o t_ldap_parse_uri-dns-stuff.o `test -f 'dns-stuff.c' || echo './'`dns-stuff.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -DWITHOUT_NPTH=1 -std=gnu99 -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o t_ldap_parse_uri-t-support.o `test -f 't-support.c' || echo './'`t-support.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -DWITHOUT_NPTH=1 -std=gnu99 -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o t_ldap_parse_uri-dns.o `test -f 'dns.c' || echo './'`dns.c
clang -std=gnu99 -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -I/usr/local/Cellar/npth/1.6/include -I/usr/local/Cellar/libtasn1/4.15.0/include -I/usr/local/Cellar/nettle/3.4.1/include -I/usr/local/Cellar/p11-kit/0.23.18.1/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.6.10/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -o dirmngr-client dirmngr-client.o ../common/libcommon.a -L/usr/local/opt/libassuan/lib -lassuan -L/usr/local/opt/libgpg-error/lib -lgpg-error -L/usr/local/opt/libgpg-error/lib -lgpg-error -L/usr/local/opt/libgcrypt/lib -lgcrypt -L/usr/local/opt/libgpg-error/lib -lgpg-error -lintl -Wl,-framework -Wl,CoreFoundation -liconv
clang -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -o dirmngr_ldap dirmngr_ldap-dirmngr_ldap.o ../common/libcommon.a -L/usr/local/opt/libgpg-error/lib -lgpg-error -L/usr/local/opt/libgcrypt/lib -lgcrypt -L/usr/local/opt/libgpg-error/lib -lgpg-error -lldap -llber -lintl -Wl,-framework -Wl,CoreFoundation -liconv
clang -std=gnu99 -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -I/usr/local/Cellar/npth/1.6/include -I/usr/local/Cellar/libtasn1/4.15.0/include -I/usr/local/Cellar/nettle/3.4.1/include -I/usr/local/Cellar/p11-kit/0.23.18.1/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.6.10/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -o dirmngr dirmngr.o server.o crlcache.o crlfetch.o certcache.o domaininfo.o workqueue.o loadswdb.o cdblib.o misc.o ocsp.o validate.o dns-stuff.o http.o http-common.o http-ntbtls.o ks-action.o ks-engine-hkp.o ks-engine-http.o ks-engine-finger.o ks-engine-kdns.o dns.o ldapserver.o ldap.o ldap-parse-uri.o ks-engine-ldap.o ldap-wrapper.o ../common/libcommonpth.a -lresolv -L/usr/local/opt/libassuan/lib -lassuan -L/usr/local/opt/libgpg-error/lib -lgpg-error -L/usr/local/opt/libgcrypt/lib -lgcrypt -L/usr/local/opt/libgpg-error/lib -lgpg-error -L/usr/local/opt/libksba/lib -lksba -L/usr/local/opt/libgpg-error/lib -lgpg-error -L/usr/local/Cellar/npth/1.6/lib -lnpth -L/usr/local/Cellar/gnutls/3.6.10/lib -lgnutls -lintl -Wl,-framework -Wl,CoreFoundation -liconv -lldap
clang -DWITHOUT_NPTH=1 -std=gnu99 -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/Cellar/libtasn1/4.15.0/include -I/usr/local/Cellar/nettle/3.4.1/include -I/usr/local/Cellar/p11-kit/0.23.18.1/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.6.10/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -o t-http-basic t_http_basic-t-support.o t_http_basic-dns.o t_http_basic-t-http-basic.o t_http_basic-http.o t_http_basic-dns-stuff.o t_http_basic-http-common.o ../common/libcommon.a -L/usr/local/opt/libassuan/lib -lassuan -L/usr/local/opt/libgpg-error/lib -lgpg-error -L/usr/local/opt/libgcrypt/lib -lgcrypt -L/usr/local/opt/libgpg-error/lib -lgpg-error -L/usr/local/opt/libgpg-error/lib -lgpg-error -L/usr/local/Cellar/gnutls/3.6.10/lib -lgnutls -lresolv -lintl -Wl,-framework -Wl,CoreFoundation -liconv -L/usr/local/opt/libksba/lib -lksba -L/usr/local/opt/libgpg-error/lib -lgpg-error -L/usr/local/Cellar/gnutls/3.6.10/lib -lgnutls -lresolv
clang -DWITHOUT_NPTH=1 -std=gnu99 -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -o t-ldap-parse-uri t_ldap_parse_uri-t-ldap-parse-uri.o t_ldap_parse_uri-ldap-parse-uri.o t_ldap_parse_uri-http.o t_ldap_parse_uri-http-common.o t_ldap_parse_uri-dns-stuff.o t_ldap_parse_uri-t-support.o t_ldap_parse_uri-dns.o -lldap ../common/libcommon.a -L/usr/local/opt/libassuan/lib -lassuan -L/usr/local/opt/libgpg-error/lib -lgpg-error -L/usr/local/opt/libgcrypt/lib -lgcrypt -L/usr/local/opt/libgpg-error/lib -lgpg-error -L/usr/local/opt/libgpg-error/lib -lgpg-error -L/usr/local/Cellar/gnutls/3.6.10/lib -lgnutls -lresolv -lintl -Wl,-framework -Wl,CoreFoundation -liconv -lresolv
Making all in tools
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o gpgconf.o gpgconf.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o gpgconf-comp.o gpgconf-comp.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o gpg-connect-agent.o gpg-connect-agent.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o symcryptrun.o symcryptrun.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o watchgnupg.o watchgnupg.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o gpgparsemail.o gpgparsemail.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o rfc822parse.o rfc822parse.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o gpg_wks_server-gpg-wks-server.o `test -f 'gpg-wks-server.c' || echo './'`gpg-wks-server.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o gpg_wks_server-wks-util.o `test -f 'wks-util.c' || echo './'`wks-util.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o gpg_wks_server-wks-receive.o `test -f 'wks-receive.c' || echo './'`wks-receive.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o gpg_wks_server-rfc822parse.o `test -f 'rfc822parse.c' || echo './'`rfc822parse.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o gpg_wks_server-mime-parser.o `test -f 'mime-parser.c' || echo './'`mime-parser.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o gpg_wks_server-mime-maker.o `test -f 'mime-maker.c' || echo './'`mime-maker.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o gpg_wks_server-send-mail.o `test -f 'send-mail.c' || echo './'`send-mail.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o gpgtar-gpgtar.o `test -f 'gpgtar.c' || echo './'`gpgtar.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o gpgtar-gpgtar-create.o `test -f 'gpgtar-create.c' || echo './'`gpgtar-create.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o gpgtar-gpgtar-extract.o `test -f 'gpgtar-extract.c' || echo './'`gpgtar-extract.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o gpgtar-gpgtar-list.o `test -f 'gpgtar-list.c' || echo './'`gpgtar-list.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o gpg_wks_client-gpg-wks-client.o `test -f 'gpg-wks-client.c' || echo './'`gpg-wks-client.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o gpg_wks_client-wks-util.o `test -f 'wks-util.c' || echo './'`wks-util.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o gpg_wks_client-wks-receive.o `test -f 'wks-receive.c' || echo './'`wks-receive.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o gpg_wks_client-rfc822parse.o `test -f 'rfc822parse.c' || echo './'`rfc822parse.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o gpg_wks_client-mime-parser.o `test -f 'mime-parser.c' || echo './'`mime-parser.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o gpg_wks_client-mime-maker.o `test -f 'mime-maker.c' || echo './'`mime-maker.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o gpg_wks_client-send-mail.o `test -f 'send-mail.c' || echo './'`send-mail.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o gpg_wks_client-call-dirmngr.o `test -f 'call-dirmngr.c' || echo './'`call-dirmngr.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o gpg_check_pattern-gpg-check-pattern.o `test -f 'gpg-check-pattern.c' || echo './'`gpg-check-pattern.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o clean-sat.o clean-sat.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o make-dns-cert.o make-dns-cert.c
clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o gpgsplit.o gpgsplit.c
clang -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -o symcryptrun symcryptrun.o -lutil ../common/libcommon.a ../common/libsimple-pwquery.a -L/usr/local/opt/libgcrypt/lib -lgcrypt -L/usr/local/opt/libgpg-error/lib -lgpg-error -L/usr/local/opt/libgpg-error/lib -lgpg-error -lintl -Wl,-framework -Wl,CoreFoundation -liconv -L/usr/local/opt/libassuan/lib -lassuan -L/usr/local/opt/libgpg-error/lib -lgpg-error
clang -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -o watchgnupg watchgnupg.o
clang -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -o gpgparsemail gpgparsemail.o rfc822parse.o
clang -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -o gpg-wks-server gpg_wks_server-gpg-wks-server.o gpg_wks_server-wks-util.o gpg_wks_server-wks-receive.o gpg_wks_server-rfc822parse.o gpg_wks_server-mime-parser.o gpg_wks_server-mime-maker.o gpg_wks_server-send-mail.o ../common/libcommon.a -L/usr/local/opt/libgcrypt/lib -lgcrypt -L/usr/local/opt/libgpg-error/lib -lgpg-error -L/usr/local/opt/libgpg-error/lib -lgpg-error -lintl -Wl,-framework -Wl,CoreFoundation -liconv
clang -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -o gpgtar gpgtar-gpgtar.o gpgtar-gpgtar-create.o gpgtar-gpgtar-extract.o gpgtar-gpgtar-list.o ../common/libcommon.a -L/usr/local/opt/libgcrypt/lib -lgcrypt -L/usr/local/opt/libgpg-error/lib -lgpg-error -L/usr/local/opt/libgpg-error/lib -lgpg-error -lintl -Wl,-framework -Wl,CoreFoundation -liconv
clang -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -o clean-sat clean-sat.o
clang -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -o gpg-check-pattern gpg_check_pattern-gpg-check-pattern.o ../common/libcommon.a -L/usr/local/opt/libgcrypt/lib -lgcrypt -L/usr/local/opt/libgpg-error/lib -lgpg-error -L/usr/local/opt/libgpg-error/lib -lgpg-error -lintl -Wl,-framework -Wl,CoreFoundation -liconv -liconv
clang -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -o make-dns-cert make-dns-cert.o
clang -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -o gpg-wks-client gpg_wks_client-gpg-wks-client.o gpg_wks_client-wks-util.o gpg_wks_client-wks-receive.o gpg_wks_client-rfc822parse.o gpg_wks_client-mime-parser.o gpg_wks_client-mime-maker.o gpg_wks_client-send-mail.o gpg_wks_client-call-dirmngr.o ../common/libcommon.a -L/usr/local/opt/libassuan/lib -lassuan -L/usr/local/opt/libgpg-error/lib -lgpg-error -L/usr/local/opt/libgcrypt/lib -lgcrypt -L/usr/local/opt/libgpg-error/lib -lgpg-error -L/usr/local/opt/libgpg-error/lib -lgpg-error -lintl -Wl,-framework -Wl,CoreFoundation -liconv
clang -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -o gpg-connect-agent gpg-connect-agent.o ../common/libgpgrl.a ../common/libcommon.a -L/usr/local/opt/libassuan/lib -lassuan -L/usr/local/opt/libgpg-error/lib -lgpg-error -L/usr/local/opt/libgcrypt/lib -lgcrypt -L/usr/local/opt/libgpg-error/lib -lgpg-error -L/usr/local/opt/libgpg-error/lib -lgpg-error -lintl -Wl,-framework -Wl,CoreFoundation -liconv
clang -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -o gpgsplit gpgsplit.o ../common/libcommon.a -L/usr/local/opt/libgcrypt/lib -lgcrypt -L/usr/local/opt/libgpg-error/lib -lgpg-error -L/usr/local/opt/libgpg-error/lib -lgpg-error -lz -lbz2 -lintl -Wl,-framework -Wl,CoreFoundation -liconv
clang -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -o gpgconf gpgconf.o gpgconf-comp.o ../common/libcommon.a -lintl -Wl,-framework -Wl,CoreFoundation -L/usr/local/opt/libgcrypt/lib -lgcrypt -L/usr/local/opt/libgpg-error/lib -lgpg-error -L/usr/local/opt/libgpg-error/lib -lgpg-error -liconv
Making all in po
Making all in doc
clang -I. -I.. -I. -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" \
-o mkdefsinc ./mkdefsinc.c
incd="`test -f defsincdate || echo './'`defsincdate"; \
./mkdefsinc -C . --date "`cat $incd 2>/dev/null`" \
gpg.texi gpgsm.texi gpg-agent.texi scdaemon.texi instguide.texi tools.texi debugging.texi glossary.texi contrib.texi gpl.texi sysnotes.texi dirmngr.texi wks.texi gnupg-module-overview.svg gnupg-card-architecture.fig howtos.texi howto-create-a-server-cert.texi >defs.inc
/Applications/Xcode.app/Contents/Developer/usr/bin/make all-am
incd="`test -f defsincdate || echo './'`defsincdate"; \
for file in gnupg7.texi gpg.texi gpgsm.texi gpg-agent.texi dirmngr.texi scdaemon.texi tools.texi wks.texi ; do \
/usr/local/opt/libgpg-error/bin/yat2m -I . --release "GnuPG 2.2.18" --source "GNU Privacy Guard 2.2" --store \
--date "`cat $incd 2>/dev/null`" \
`test -f '$file' || echo './'`$file ; done
yat2m: writing 'gnupg.7'
yat2m: writing 'gpg.1'
yat2m: writing 'gpgsm.1'
yat2m: writing 'gpg-agent.1'
yat2m: writing 'dirmngr.8'
yat2m: writing 'scdaemon.1'
yat2m: writing 'watchgnupg.1'
yat2m: writing 'gpgv.1'
yat2m: writing 'addgnupghome.8'
yat2m: writing 'gpgconf.1'
yat2m: writing 'applygnupgdefaults.8'
yat2m: writing 'gpg-preset-passphrase.1'
yat2m: writing 'gpg-connect-agent.1'
yat2m: writing 'dirmngr-client.1'
yat2m: writing 'gpgparsemail.1'
yat2m: writing 'symcryptrun.1'
yat2m: writing 'gpgtar.1'
yat2m: writing 'gpg-wks-client.1'
yat2m: writing 'gpg-wks-server.1'
Making all in tests
Making all in gpgscm
clang -DHAVE_CONFIG_H -I. -I../.. -I../../common -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -imacros scheme-config.h -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o gpgscm-main.o `test -f 'main.c' || echo './'`main.c
clang -DHAVE_CONFIG_H -I. -I../.. -I../../common -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -imacros scheme-config.h -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o gpgscm-ffi.o `test -f 'ffi.c' || echo './'`ffi.c
clang -DHAVE_CONFIG_H -I. -I../.. -I../../common -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -imacros scheme-config.h -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o gpgscm-scheme.o `test -f 'scheme.c' || echo './'`scheme.c
clang -DHAVE_CONFIG_H -I. -I../.. -I../../common -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o t-child.o t-child.c
clang -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -o t-child t-child.o
clang -imacros scheme-config.h -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -o gpgscm gpgscm-main.o gpgscm-ffi.o gpgscm-scheme.o ../../common/libcommon.a -liconv -lintl -Wl,-framework -Wl,CoreFoundation -L/usr/local/opt/libgcrypt/lib -lgcrypt -L/usr/local/opt/libgpg-error/lib -lgpg-error -L/usr/local/opt/libgpg-error/lib -lgpg-error
Making all in openpgp
clang -DHAVE_CONFIG_H -I. -I../.. -I../../common -DLOCALEDIR=\"/usr/local/Cellar/gnupg/2.2.18/share/locale\" -DGNUPG_BINDIR="\"/usr/local/Cellar/gnupg/2.2.18/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/Cellar/gnupg/2.2.18/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/Cellar/gnupg/2.2.18/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/Cellar/gnupg/2.2.18/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/local/Cellar/gnupg/2.2.18/var\"" -DGNUPG_DEFAULT_PINENTRY="\"/usr/local/opt/pinentry/bin/pinentry\"" -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o fake-pinentry.o fake-pinentry.c
clang -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -o fake-pinentry fake-pinentry.o
Making all in migrations
make[3]: Nothing to be done for `all'.
Making all in gpgsm
make[3]: Nothing to be done for `all'.
Making all in gpgme
make[3]: Nothing to be done for `all'.
Making all in pkits
srcdir=. GNUPGHOME=`/bin/pwd` GPG_AGENT_INFO= LC_ALL=C GPGSM=../../sm/gpgsm silent=yes ./inittests
echo timestamp >./inittests.stamp
Making all in .
clang -DHAVE_CONFIG_H -I. -I.. -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o asschk.o asschk.c
srcdir=. GNUPGHOME=`/bin/pwd` GPG_AGENT_INFO= LC_ALL=C GPGSM=../sm/gpgsm ./runtest ./inittests
clang -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -o asschk asschk.o
gpgsm: WARNING: running with faked system time: 2002-12-02 13:29:59
gpgsm: keybox '/private/tmp/gnupg-20191203-82146-xpj29j/gnupg-2.2.18/tests/pubring.kbx' created
gpgsm: total number processed: 1
gpgsm: imported: 1
gpgsm: WARNING: running with faked system time: 2002-12-02 13:29:59
gpgsm: total number processed: 1
gpgsm: imported: 1
gpgsm: WARNING: running with faked system time: 2002-12-02 13:29:59
gpgsm: total number processed: 1
gpgsm: imported: 1
echo timestamp >./inittests.stamp
make[2]: Nothing to be done for `all-am'.
This file has been truncated, but you can view the full file.
clang called with: -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/Cellar/gnupg/2.2.18/share/locale" -DGNUPG_BINDIR="/usr/local/Cellar/gnupg/2.2.18/bin" -DGNUPG_LIBEXECDIR="/usr/local/Cellar/gnupg/2.2.18/libexec" -DGNUPG_LIBDIR="/usr/local/Cellar/gnupg/2.2.18/lib/gnupg" -DGNUPG_DATADIR="/usr/local/Cellar/gnupg/2.2.18/share/gnupg" -DGNUPG_SYSCONFDIR="/usr/local/etc/gnupg" -DGNUPG_LOCALSTATEDIR="/usr/local/Cellar/gnupg/2.2.18/var" -DGNUPG_DEFAULT_PINENTRY="/usr/local/opt/pinentry/bin/pinentry" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o t-stringhelp.o t-stringhelp.c
superenv removed: -Wall -Wpointer-arith -g -O2
superenv added: -pipe -w -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -w -Os -march=nehalem -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/Cellar/gnupg/2.2.18/share/locale" -DGNUPG_BINDIR="/usr/local/Cellar/gnupg/2.2.18/bin" -DGNUPG_LIBEXECDIR="/usr/local/Cellar/gnupg/2.2.18/libexec" -DGNUPG_LIBDIR="/usr/local/Cellar/gnupg/2.2.18/lib/gnupg" -DGNUPG_DATADIR="/usr/local/Cellar/gnupg/2.2.18/share/gnupg" -DGNUPG_SYSCONFDIR="/usr/local/etc/gnupg" -DGNUPG_LOCALSTATEDIR="/usr/local/Cellar/gnupg/2.2.18/var" -DGNUPG_DEFAULT_PINENTRY="/usr/local/opt/pinentry/bin/pinentry" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libksba/include -Wno-pointer-sign -c -o t-stringhelp.o t-stringhelp.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/Cellar/gnupg/2.2.18/share/locale" -DGNUPG_BINDIR="/usr/local/Cellar/gnupg/2.2.18/bin" -DGNUPG_LIBEXECDIR="/usr/local/Cellar/gnupg/2.2.18/libexec" -DGNUPG_LIBDIR="/usr/local/Cellar/gnupg/2.2.18/lib/gnupg" -DGNUPG_DATADIR="/usr/local/Cellar/gnupg/2.2.18/share/gnupg" -DGNUPG_SYSCONFDIR="/usr/local/etc/gnupg" -DGNUPG_LOCALSTATEDIR="/usr/local/Cellar/gnupg/2.2.18/var" -DGNUPG_DEFAULT_PINENTRY="/usr/local/opt/pinentry/bin/pinentry" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -DWITHOUT_NPTH=1 -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libcommon_a-stringhelp.o stringhelp.c
superenv removed: -Wall -Wpointer-arith -g -O2
superenv added: -pipe -w -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -w -Os -march=nehalem -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/Cellar/gnupg/2.2.18/share/locale" -DGNUPG_BINDIR="/usr/local/Cellar/gnupg/2.2.18/bin" -DGNUPG_LIBEXECDIR="/usr/local/Cellar/gnupg/2.2.18/libexec" -DGNUPG_LIBDIR="/usr/local/Cellar/gnupg/2.2.18/lib/gnupg" -DGNUPG_DATADIR="/usr/local/Cellar/gnupg/2.2.18/share/gnupg" -DGNUPG_SYSCONFDIR="/usr/local/etc/gnupg" -DGNUPG_LOCALSTATEDIR="/usr/local/Cellar/gnupg/2.2.18/var" -DGNUPG_DEFAULT_PINENTRY="/usr/local/opt/pinentry/bin/pinentry" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libksba/include -DWITHOUT_NPTH=1 -Wno-pointer-sign -c -o libcommon_a-stringhelp.o stringhelp.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/Cellar/gnupg/2.2.18/share/locale" -DGNUPG_BINDIR="/usr/local/Cellar/gnupg/2.2.18/bin" -DGNUPG_LIBEXECDIR="/usr/local/Cellar/gnupg/2.2.18/libexec" -DGNUPG_LIBDIR="/usr/local/Cellar/gnupg/2.2.18/lib/gnupg" -DGNUPG_DATADIR="/usr/local/Cellar/gnupg/2.2.18/share/gnupg" -DGNUPG_SYSCONFDIR="/usr/local/etc/gnupg" -DGNUPG_LOCALSTATEDIR="/usr/local/Cellar/gnupg/2.2.18/var" -DGNUPG_DEFAULT_PINENTRY="/usr/local/opt/pinentry/bin/pinentry" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -DWITHOUT_NPTH=1 -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libcommon_a-strlist.o strlist.c
superenv removed: -Wall -Wpointer-arith -g -O2
superenv added: -pipe -w -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -w -Os -march=nehalem -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/Cellar/gnupg/2.2.18/share/locale" -DGNUPG_BINDIR="/usr/local/Cellar/gnupg/2.2.18/bin" -DGNUPG_LIBEXECDIR="/usr/local/Cellar/gnupg/2.2.18/libexec" -DGNUPG_LIBDIR="/usr/local/Cellar/gnupg/2.2.18/lib/gnupg" -DGNUPG_DATADIR="/usr/local/Cellar/gnupg/2.2.18/share/gnupg" -DGNUPG_SYSCONFDIR="/usr/local/etc/gnupg" -DGNUPG_LOCALSTATEDIR="/usr/local/Cellar/gnupg/2.2.18/var" -DGNUPG_DEFAULT_PINENTRY="/usr/local/opt/pinentry/bin/pinentry" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libksba/include -DWITHOUT_NPTH=1 -Wno-pointer-sign -c -o libcommon_a-strlist.o strlist.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/Cellar/gnupg/2.2.18/share/locale" -DGNUPG_BINDIR="/usr/local/Cellar/gnupg/2.2.18/bin" -DGNUPG_LIBEXECDIR="/usr/local/Cellar/gnupg/2.2.18/libexec" -DGNUPG_LIBDIR="/usr/local/Cellar/gnupg/2.2.18/lib/gnupg" -DGNUPG_DATADIR="/usr/local/Cellar/gnupg/2.2.18/share/gnupg" -DGNUPG_SYSCONFDIR="/usr/local/etc/gnupg" -DGNUPG_LOCALSTATEDIR="/usr/local/Cellar/gnupg/2.2.18/var" -DGNUPG_DEFAULT_PINENTRY="/usr/local/opt/pinentry/bin/pinentry" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -DWITHOUT_NPTH=1 -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libcommon_a-mapstrings.o mapstrings.c
superenv removed: -Wall -Wpointer-arith -g -O2
superenv added: -pipe -w -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -w -Os -march=nehalem -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/Cellar/gnupg/2.2.18/share/locale" -DGNUPG_BINDIR="/usr/local/Cellar/gnupg/2.2.18/bin" -DGNUPG_LIBEXECDIR="/usr/local/Cellar/gnupg/2.2.18/libexec" -DGNUPG_LIBDIR="/usr/local/Cellar/gnupg/2.2.18/lib/gnupg" -DGNUPG_DATADIR="/usr/local/Cellar/gnupg/2.2.18/share/gnupg" -DGNUPG_SYSCONFDIR="/usr/local/etc/gnupg" -DGNUPG_LOCALSTATEDIR="/usr/local/Cellar/gnupg/2.2.18/var" -DGNUPG_DEFAULT_PINENTRY="/usr/local/opt/pinentry/bin/pinentry" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libksba/include -DWITHOUT_NPTH=1 -Wno-pointer-sign -c -o libcommon_a-mapstrings.o mapstrings.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/Cellar/gnupg/2.2.18/share/locale" -DGNUPG_BINDIR="/usr/local/Cellar/gnupg/2.2.18/bin" -DGNUPG_LIBEXECDIR="/usr/local/Cellar/gnupg/2.2.18/libexec" -DGNUPG_LIBDIR="/usr/local/Cellar/gnupg/2.2.18/lib/gnupg" -DGNUPG_DATADIR="/usr/local/Cellar/gnupg/2.2.18/share/gnupg" -DGNUPG_SYSCONFDIR="/usr/local/etc/gnupg" -DGNUPG_LOCALSTATEDIR="/usr/local/Cellar/gnupg/2.2.18/var" -DGNUPG_DEFAULT_PINENTRY="/usr/local/opt/pinentry/bin/pinentry" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -DWITHOUT_NPTH=1 -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libcommon_a-i18n.o i18n.c
superenv removed: -Wall -Wpointer-arith -g -O2
superenv added: -pipe -w -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -w -Os -march=nehalem -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/Cellar/gnupg/2.2.18/share/locale" -DGNUPG_BINDIR="/usr/local/Cellar/gnupg/2.2.18/bin" -DGNUPG_LIBEXECDIR="/usr/local/Cellar/gnupg/2.2.18/libexec" -DGNUPG_LIBDIR="/usr/local/Cellar/gnupg/2.2.18/lib/gnupg" -DGNUPG_DATADIR="/usr/local/Cellar/gnupg/2.2.18/share/gnupg" -DGNUPG_SYSCONFDIR="/usr/local/etc/gnupg" -DGNUPG_LOCALSTATEDIR="/usr/local/Cellar/gnupg/2.2.18/var" -DGNUPG_DEFAULT_PINENTRY="/usr/local/opt/pinentry/bin/pinentry" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libksba/include -DWITHOUT_NPTH=1 -Wno-pointer-sign -c -o libcommon_a-i18n.o i18n.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/Cellar/gnupg/2.2.18/share/locale" -DGNUPG_BINDIR="/usr/local/Cellar/gnupg/2.2.18/bin" -DGNUPG_LIBEXECDIR="/usr/local/Cellar/gnupg/2.2.18/libexec" -DGNUPG_LIBDIR="/usr/local/Cellar/gnupg/2.2.18/lib/gnupg" -DGNUPG_DATADIR="/usr/local/Cellar/gnupg/2.2.18/share/gnupg" -DGNUPG_SYSCONFDIR="/usr/local/etc/gnupg" -DGNUPG_LOCALSTATEDIR="/usr/local/Cellar/gnupg/2.2.18/var" -DGNUPG_DEFAULT_PINENTRY="/usr/local/opt/pinentry/bin/pinentry" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -DWITHOUT_NPTH=1 -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libcommon_a-utf8conv.o utf8conv.c
superenv removed: -Wall -Wpointer-arith -g -O2
superenv added: -pipe -w -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -w -Os -march=nehalem -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/Cellar/gnupg/2.2.18/share/locale" -DGNUPG_BINDIR="/usr/local/Cellar/gnupg/2.2.18/bin" -DGNUPG_LIBEXECDIR="/usr/local/Cellar/gnupg/2.2.18/libexec" -DGNUPG_LIBDIR="/usr/local/Cellar/gnupg/2.2.18/lib/gnupg" -DGNUPG_DATADIR="/usr/local/Cellar/gnupg/2.2.18/share/gnupg" -DGNUPG_SYSCONFDIR="/usr/local/etc/gnupg" -DGNUPG_LOCALSTATEDIR="/usr/local/Cellar/gnupg/2.2.18/var" -DGNUPG_DEFAULT_PINENTRY="/usr/local/opt/pinentry/bin/pinentry" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libksba/include -DWITHOUT_NPTH=1 -Wno-pointer-sign -c -o libcommon_a-utf8conv.o utf8conv.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/Cellar/gnupg/2.2.18/share/locale" -DGNUPG_BINDIR="/usr/local/Cellar/gnupg/2.2.18/bin" -DGNUPG_LIBEXECDIR="/usr/local/Cellar/gnupg/2.2.18/libexec" -DGNUPG_LIBDIR="/usr/local/Cellar/gnupg/2.2.18/lib/gnupg" -DGNUPG_DATADIR="/usr/local/Cellar/gnupg/2.2.18/share/gnupg" -DGNUPG_SYSCONFDIR="/usr/local/etc/gnupg" -DGNUPG_LOCALSTATEDIR="/usr/local/Cellar/gnupg/2.2.18/var" -DGNUPG_DEFAULT_PINENTRY="/usr/local/opt/pinentry/bin/pinentry" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -DWITHOUT_NPTH=1 -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libcommon_a-logging.o logging.c
superenv removed: -Wall -Wpointer-arith -g -O2
superenv added: -pipe -w -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -w -Os -march=nehalem -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/Cellar/gnupg/2.2.18/share/locale" -DGNUPG_BINDIR="/usr/local/Cellar/gnupg/2.2.18/bin" -DGNUPG_LIBEXECDIR="/usr/local/Cellar/gnupg/2.2.18/libexec" -DGNUPG_LIBDIR="/usr/local/Cellar/gnupg/2.2.18/lib/gnupg" -DGNUPG_DATADIR="/usr/local/Cellar/gnupg/2.2.18/share/gnupg" -DGNUPG_SYSCONFDIR="/usr/local/etc/gnupg" -DGNUPG_LOCALSTATEDIR="/usr/local/Cellar/gnupg/2.2.18/var" -DGNUPG_DEFAULT_PINENTRY="/usr/local/opt/pinentry/bin/pinentry" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libksba/include -DWITHOUT_NPTH=1 -Wno-pointer-sign -c -o libcommon_a-logging.o logging.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/Cellar/gnupg/2.2.18/share/locale" -DGNUPG_BINDIR="/usr/local/Cellar/gnupg/2.2.18/bin" -DGNUPG_LIBEXECDIR="/usr/local/Cellar/gnupg/2.2.18/libexec" -DGNUPG_LIBDIR="/usr/local/Cellar/gnupg/2.2.18/lib/gnupg" -DGNUPG_DATADIR="/usr/local/Cellar/gnupg/2.2.18/share/gnupg" -DGNUPG_SYSCONFDIR="/usr/local/etc/gnupg" -DGNUPG_LOCALSTATEDIR="/usr/local/Cellar/gnupg/2.2.18/var" -DGNUPG_DEFAULT_PINENTRY="/usr/local/opt/pinentry/bin/pinentry" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -DWITHOUT_NPTH=1 -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libcommon_a-argparse.o argparse.c
superenv removed: -Wall -Wpointer-arith -g -O2
superenv added: -pipe -w -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -w -Os -march=nehalem -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/Cellar/gnupg/2.2.18/share/locale" -DGNUPG_BINDIR="/usr/local/Cellar/gnupg/2.2.18/bin" -DGNUPG_LIBEXECDIR="/usr/local/Cellar/gnupg/2.2.18/libexec" -DGNUPG_LIBDIR="/usr/local/Cellar/gnupg/2.2.18/lib/gnupg" -DGNUPG_DATADIR="/usr/local/Cellar/gnupg/2.2.18/share/gnupg" -DGNUPG_SYSCONFDIR="/usr/local/etc/gnupg" -DGNUPG_LOCALSTATEDIR="/usr/local/Cellar/gnupg/2.2.18/var" -DGNUPG_DEFAULT_PINENTRY="/usr/local/opt/pinentry/bin/pinentry" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libksba/include -DWITHOUT_NPTH=1 -Wno-pointer-sign -c -o libcommon_a-argparse.o argparse.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/Cellar/gnupg/2.2.18/share/locale" -DGNUPG_BINDIR="/usr/local/Cellar/gnupg/2.2.18/bin" -DGNUPG_LIBEXECDIR="/usr/local/Cellar/gnupg/2.2.18/libexec" -DGNUPG_LIBDIR="/usr/local/Cellar/gnupg/2.2.18/lib/gnupg" -DGNUPG_DATADIR="/usr/local/Cellar/gnupg/2.2.18/share/gnupg" -DGNUPG_SYSCONFDIR="/usr/local/etc/gnupg" -DGNUPG_LOCALSTATEDIR="/usr/local/Cellar/gnupg/2.2.18/var" -DGNUPG_DEFAULT_PINENTRY="/usr/local/opt/pinentry/bin/pinentry" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -DWITHOUT_NPTH=1 -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libcommon_a-dotlock.o dotlock.c
superenv removed: -Wall -Wpointer-arith -g -O2
superenv added: -pipe -w -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -w -Os -march=nehalem -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/Cellar/gnupg/2.2.18/share/locale" -DGNUPG_BINDIR="/usr/local/Cellar/gnupg/2.2.18/bin" -DGNUPG_LIBEXECDIR="/usr/local/Cellar/gnupg/2.2.18/libexec" -DGNUPG_LIBDIR="/usr/local/Cellar/gnupg/2.2.18/lib/gnupg" -DGNUPG_DATADIR="/usr/local/Cellar/gnupg/2.2.18/share/gnupg" -DGNUPG_SYSCONFDIR="/usr/local/etc/gnupg" -DGNUPG_LOCALSTATEDIR="/usr/local/Cellar/gnupg/2.2.18/var" -DGNUPG_DEFAULT_PINENTRY="/usr/local/opt/pinentry/bin/pinentry" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libksba/include -DWITHOUT_NPTH=1 -Wno-pointer-sign -c -o libcommon_a-dotlock.o dotlock.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/Cellar/gnupg/2.2.18/share/locale" -DGNUPG_BINDIR="/usr/local/Cellar/gnupg/2.2.18/bin" -DGNUPG_LIBEXECDIR="/usr/local/Cellar/gnupg/2.2.18/libexec" -DGNUPG_LIBDIR="/usr/local/Cellar/gnupg/2.2.18/lib/gnupg" -DGNUPG_DATADIR="/usr/local/Cellar/gnupg/2.2.18/share/gnupg" -DGNUPG_SYSCONFDIR="/usr/local/etc/gnupg" -DGNUPG_LOCALSTATEDIR="/usr/local/Cellar/gnupg/2.2.18/var" -DGNUPG_DEFAULT_PINENTRY="/usr/local/opt/pinentry/bin/pinentry" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -DWITHOUT_NPTH=1 -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libcommon_a-mischelp.o mischelp.c
superenv removed: -Wall -Wpointer-arith -g -O2
superenv added: -pipe -w -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -w -Os -march=nehalem -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/Cellar/gnupg/2.2.18/share/locale" -DGNUPG_BINDIR="/usr/local/Cellar/gnupg/2.2.18/bin" -DGNUPG_LIBEXECDIR="/usr/local/Cellar/gnupg/2.2.18/libexec" -DGNUPG_LIBDIR="/usr/local/Cellar/gnupg/2.2.18/lib/gnupg" -DGNUPG_DATADIR="/usr/local/Cellar/gnupg/2.2.18/share/gnupg" -DGNUPG_SYSCONFDIR="/usr/local/etc/gnupg" -DGNUPG_LOCALSTATEDIR="/usr/local/Cellar/gnupg/2.2.18/var" -DGNUPG_DEFAULT_PINENTRY="/usr/local/opt/pinentry/bin/pinentry" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libksba/include -DWITHOUT_NPTH=1 -Wno-pointer-sign -c -o libcommon_a-mischelp.o mischelp.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/Cellar/gnupg/2.2.18/share/locale" -DGNUPG_BINDIR="/usr/local/Cellar/gnupg/2.2.18/bin" -DGNUPG_LIBEXECDIR="/usr/local/Cellar/gnupg/2.2.18/libexec" -DGNUPG_LIBDIR="/usr/local/Cellar/gnupg/2.2.18/lib/gnupg" -DGNUPG_DATADIR="/usr/local/Cellar/gnupg/2.2.18/share/gnupg" -DGNUPG_SYSCONFDIR="/usr/local/etc/gnupg" -DGNUPG_LOCALSTATEDIR="/usr/local/Cellar/gnupg/2.2.18/var" -DGNUPG_DEFAULT_PINENTRY="/usr/local/opt/pinentry/bin/pinentry" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -DWITHOUT_NPTH=1 -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libcommon_a-tlv.o tlv.c
superenv removed: -Wall -Wpointer-arith -g -O2
superenv added: -pipe -w -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -w -Os -march=nehalem -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/Cellar/gnupg/2.2.18/share/locale" -DGNUPG_BINDIR="/usr/local/Cellar/gnupg/2.2.18/bin" -DGNUPG_LIBEXECDIR="/usr/local/Cellar/gnupg/2.2.18/libexec" -DGNUPG_LIBDIR="/usr/local/Cellar/gnupg/2.2.18/lib/gnupg" -DGNUPG_DATADIR="/usr/local/Cellar/gnupg/2.2.18/share/gnupg" -DGNUPG_SYSCONFDIR="/usr/local/etc/gnupg" -DGNUPG_LOCALSTATEDIR="/usr/local/Cellar/gnupg/2.2.18/var" -DGNUPG_DEFAULT_PINENTRY="/usr/local/opt/pinentry/bin/pinentry" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libksba/include -DWITHOUT_NPTH=1 -Wno-pointer-sign -c -o libcommon_a-tlv.o tlv.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/Cellar/gnupg/2.2.18/share/locale" -DGNUPG_BINDIR="/usr/local/Cellar/gnupg/2.2.18/bin" -DGNUPG_LIBEXECDIR="/usr/local/Cellar/gnupg/2.2.18/libexec" -DGNUPG_LIBDIR="/usr/local/Cellar/gnupg/2.2.18/lib/gnupg" -DGNUPG_DATADIR="/usr/local/Cellar/gnupg/2.2.18/share/gnupg" -DGNUPG_SYSCONFDIR="/usr/local/etc/gnupg" -DGNUPG_LOCALSTATEDIR="/usr/local/Cellar/gnupg/2.2.18/var" -DGNUPG_DEFAULT_PINENTRY="/usr/local/opt/pinentry/bin/pinentry" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -DWITHOUT_NPTH=1 -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libcommon_a-status.o status.c
superenv removed: -Wall -Wpointer-arith -g -O2
superenv added: -pipe -w -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -w -Os -march=nehalem -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/Cellar/gnupg/2.2.18/share/locale" -DGNUPG_BINDIR="/usr/local/Cellar/gnupg/2.2.18/bin" -DGNUPG_LIBEXECDIR="/usr/local/Cellar/gnupg/2.2.18/libexec" -DGNUPG_LIBDIR="/usr/local/Cellar/gnupg/2.2.18/lib/gnupg" -DGNUPG_DATADIR="/usr/local/Cellar/gnupg/2.2.18/share/gnupg" -DGNUPG_SYSCONFDIR="/usr/local/etc/gnupg" -DGNUPG_LOCALSTATEDIR="/usr/local/Cellar/gnupg/2.2.18/var" -DGNUPG_DEFAULT_PINENTRY="/usr/local/opt/pinentry/bin/pinentry" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libksba/include -DWITHOUT_NPTH=1 -Wno-pointer-sign -c -o libcommon_a-status.o status.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/Cellar/gnupg/2.2.18/share/locale" -DGNUPG_BINDIR="/usr/local/Cellar/gnupg/2.2.18/bin" -DGNUPG_LIBEXECDIR="/usr/local/Cellar/gnupg/2.2.18/libexec" -DGNUPG_LIBDIR="/usr/local/Cellar/gnupg/2.2.18/lib/gnupg" -DGNUPG_DATADIR="/usr/local/Cellar/gnupg/2.2.18/share/gnupg" -DGNUPG_SYSCONFDIR="/usr/local/etc/gnupg" -DGNUPG_LOCALSTATEDIR="/usr/local/Cellar/gnupg/2.2.18/var" -DGNUPG_DEFAULT_PINENTRY="/usr/local/opt/pinentry/bin/pinentry" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -DWITHOUT_NPTH=1 -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libcommon_a-sexputil.o sexputil.c
superenv removed: -Wall -Wpointer-arith -g -O2
superenv added: -pipe -w -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -w -Os -march=nehalem -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/Cellar/gnupg/2.2.18/share/locale" -DGNUPG_BINDIR="/usr/local/Cellar/gnupg/2.2.18/bin" -DGNUPG_LIBEXECDIR="/usr/local/Cellar/gnupg/2.2.18/libexec" -DGNUPG_LIBDIR="/usr/local/Cellar/gnupg/2.2.18/lib/gnupg" -DGNUPG_DATADIR="/usr/local/Cellar/gnupg/2.2.18/share/gnupg" -DGNUPG_SYSCONFDIR="/usr/local/etc/gnupg" -DGNUPG_LOCALSTATEDIR="/usr/local/Cellar/gnupg/2.2.18/var" -DGNUPG_DEFAULT_PINENTRY="/usr/local/opt/pinentry/bin/pinentry" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libksba/include -DWITHOUT_NPTH=1 -Wno-pointer-sign -c -o libcommon_a-sexputil.o sexputil.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/Cellar/gnupg/2.2.18/share/locale" -DGNUPG_BINDIR="/usr/local/Cellar/gnupg/2.2.18/bin" -DGNUPG_LIBEXECDIR="/usr/local/Cellar/gnupg/2.2.18/libexec" -DGNUPG_LIBDIR="/usr/local/Cellar/gnupg/2.2.18/lib/gnupg" -DGNUPG_DATADIR="/usr/local/Cellar/gnupg/2.2.18/share/gnupg" -DGNUPG_SYSCONFDIR="/usr/local/etc/gnupg" -DGNUPG_LOCALSTATEDIR="/usr/local/Cellar/gnupg/2.2.18/var" -DGNUPG_DEFAULT_PINENTRY="/usr/local/opt/pinentry/bin/pinentry" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -DWITHOUT_NPTH=1 -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libcommon_a-init.o init.c
superenv removed: -Wall -Wpointer-arith -g -O2
superenv added: -pipe -w -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -w -Os -march=nehalem -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/Cellar/gnupg/2.2.18/share/locale" -DGNUPG_BINDIR="/usr/local/Cellar/gnupg/2.2.18/bin" -DGNUPG_LIBEXECDIR="/usr/local/Cellar/gnupg/2.2.18/libexec" -DGNUPG_LIBDIR="/usr/local/Cellar/gnupg/2.2.18/lib/gnupg" -DGNUPG_DATADIR="/usr/local/Cellar/gnupg/2.2.18/share/gnupg" -DGNUPG_SYSCONFDIR="/usr/local/etc/gnupg" -DGNUPG_LOCALSTATEDIR="/usr/local/Cellar/gnupg/2.2.18/var" -DGNUPG_DEFAULT_PINENTRY="/usr/local/opt/pinentry/bin/pinentry" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libksba/include -DWITHOUT_NPTH=1 -Wno-pointer-sign -c -o libcommon_a-init.o init.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/Cellar/gnupg/2.2.18/share/locale" -DGNUPG_BINDIR="/usr/local/Cellar/gnupg/2.2.18/bin" -DGNUPG_LIBEXECDIR="/usr/local/Cellar/gnupg/2.2.18/libexec" -DGNUPG_LIBDIR="/usr/local/Cellar/gnupg/2.2.18/lib/gnupg" -DGNUPG_DATADIR="/usr/local/Cellar/gnupg/2.2.18/share/gnupg" -DGNUPG_SYSCONFDIR="/usr/local/etc/gnupg" -DGNUPG_LOCALSTATEDIR="/usr/local/Cellar/gnupg/2.2.18/var" -DGNUPG_DEFAULT_PINENTRY="/usr/local/opt/pinentry/bin/pinentry" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -DWITHOUT_NPTH=1 -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libcommon_a-sysutils.o sysutils.c
superenv removed: -Wall -Wpointer-arith -g -O2
superenv added: -pipe -w -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -w -Os -march=nehalem -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/Cellar/gnupg/2.2.18/share/locale" -DGNUPG_BINDIR="/usr/local/Cellar/gnupg/2.2.18/bin" -DGNUPG_LIBEXECDIR="/usr/local/Cellar/gnupg/2.2.18/libexec" -DGNUPG_LIBDIR="/usr/local/Cellar/gnupg/2.2.18/lib/gnupg" -DGNUPG_DATADIR="/usr/local/Cellar/gnupg/2.2.18/share/gnupg" -DGNUPG_SYSCONFDIR="/usr/local/etc/gnupg" -DGNUPG_LOCALSTATEDIR="/usr/local/Cellar/gnupg/2.2.18/var" -DGNUPG_DEFAULT_PINENTRY="/usr/local/opt/pinentry/bin/pinentry" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libksba/include -DWITHOUT_NPTH=1 -Wno-pointer-sign -c -o libcommon_a-sysutils.o sysutils.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/Cellar/gnupg/2.2.18/share/locale" -DGNUPG_BINDIR="/usr/local/Cellar/gnupg/2.2.18/bin" -DGNUPG_LIBEXECDIR="/usr/local/Cellar/gnupg/2.2.18/libexec" -DGNUPG_LIBDIR="/usr/local/Cellar/gnupg/2.2.18/lib/gnupg" -DGNUPG_DATADIR="/usr/local/Cellar/gnupg/2.2.18/share/gnupg" -DGNUPG_SYSCONFDIR="/usr/local/etc/gnupg" -DGNUPG_LOCALSTATEDIR="/usr/local/Cellar/gnupg/2.2.18/var" -DGNUPG_DEFAULT_PINENTRY="/usr/local/opt/pinentry/bin/pinentry" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -DWITHOUT_NPTH=1 -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libcommon_a-yesno.o yesno.c
superenv removed: -Wall -Wpointer-arith -g -O2
superenv added: -pipe -w -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -w -Os -march=nehalem -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/Cellar/gnupg/2.2.18/share/locale" -DGNUPG_BINDIR="/usr/local/Cellar/gnupg/2.2.18/bin" -DGNUPG_LIBEXECDIR="/usr/local/Cellar/gnupg/2.2.18/libexec" -DGNUPG_LIBDIR="/usr/local/Cellar/gnupg/2.2.18/lib/gnupg" -DGNUPG_DATADIR="/usr/local/Cellar/gnupg/2.2.18/share/gnupg" -DGNUPG_SYSCONFDIR="/usr/local/etc/gnupg" -DGNUPG_LOCALSTATEDIR="/usr/local/Cellar/gnupg/2.2.18/var" -DGNUPG_DEFAULT_PINENTRY="/usr/local/opt/pinentry/bin/pinentry" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libksba/include -DWITHOUT_NPTH=1 -Wno-pointer-sign -c -o libcommon_a-yesno.o yesno.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/Cellar/gnupg/2.2.18/share/locale" -DGNUPG_BINDIR="/usr/local/Cellar/gnupg/2.2.18/bin" -DGNUPG_LIBEXECDIR="/usr/local/Cellar/gnupg/2.2.18/libexec" -DGNUPG_LIBDIR="/usr/local/Cellar/gnupg/2.2.18/lib/gnupg" -DGNUPG_DATADIR="/usr/local/Cellar/gnupg/2.2.18/share/gnupg" -DGNUPG_SYSCONFDIR="/usr/local/etc/gnupg" -DGNUPG_LOCALSTATEDIR="/usr/local/Cellar/gnupg/2.2.18/var" -DGNUPG_DEFAULT_PINENTRY="/usr/local/opt/pinentry/bin/pinentry" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -DWITHOUT_NPTH=1 -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libcommon_a-homedir.o homedir.c
superenv removed: -Wall -Wpointer-arith -g -O2
superenv added: -pipe -w -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -w -Os -march=nehalem -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/Cellar/gnupg/2.2.18/share/locale" -DGNUPG_BINDIR="/usr/local/Cellar/gnupg/2.2.18/bin" -DGNUPG_LIBEXECDIR="/usr/local/Cellar/gnupg/2.2.18/libexec" -DGNUPG_LIBDIR="/usr/local/Cellar/gnupg/2.2.18/lib/gnupg" -DGNUPG_DATADIR="/usr/local/Cellar/gnupg/2.2.18/share/gnupg" -DGNUPG_SYSCONFDIR="/usr/local/etc/gnupg" -DGNUPG_LOCALSTATEDIR="/usr/local/Cellar/gnupg/2.2.18/var" -DGNUPG_DEFAULT_PINENTRY="/usr/local/opt/pinentry/bin/pinentry" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libksba/include -DWITHOUT_NPTH=1 -Wno-pointer-sign -c -o libcommon_a-homedir.o homedir.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/Cellar/gnupg/2.2.18/share/locale" -DGNUPG_BINDIR="/usr/local/Cellar/gnupg/2.2.18/bin" -DGNUPG_LIBEXECDIR="/usr/local/Cellar/gnupg/2.2.18/libexec" -DGNUPG_LIBDIR="/usr/local/Cellar/gnupg/2.2.18/lib/gnupg" -DGNUPG_DATADIR="/usr/local/Cellar/gnupg/2.2.18/share/gnupg" -DGNUPG_SYSCONFDIR="/usr/local/etc/gnupg" -DGNUPG_LOCALSTATEDIR="/usr/local/Cellar/gnupg/2.2.18/var" -DGNUPG_DEFAULT_PINENTRY="/usr/local/opt/pinentry/bin/pinentry" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -DWITHOUT_NPTH=1 -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libcommon_a-gettime.o gettime.c
superenv removed: -Wall -Wpointer-arith -g -O2
superenv added: -pipe -w -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -w -Os -march=nehalem -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/Cellar/gnupg/2.2.18/share/locale" -DGNUPG_BINDIR="/usr/local/Cellar/gnupg/2.2.18/bin" -DGNUPG_LIBEXECDIR="/usr/local/Cellar/gnupg/2.2.18/libexec" -DGNUPG_LIBDIR="/usr/local/Cellar/gnupg/2.2.18/lib/gnupg" -DGNUPG_DATADIR="/usr/local/Cellar/gnupg/2.2.18/share/gnupg" -DGNUPG_SYSCONFDIR="/usr/local/etc/gnupg" -DGNUPG_LOCALSTATEDIR="/usr/local/Cellar/gnupg/2.2.18/var" -DGNUPG_DEFAULT_PINENTRY="/usr/local/opt/pinentry/bin/pinentry" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libksba/include -DWITHOUT_NPTH=1 -Wno-pointer-sign -c -o libcommon_a-gettime.o gettime.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/Cellar/gnupg/2.2.18/share/locale" -DGNUPG_BINDIR="/usr/local/Cellar/gnupg/2.2.18/bin" -DGNUPG_LIBEXECDIR="/usr/local/Cellar/gnupg/2.2.18/libexec" -DGNUPG_LIBDIR="/usr/local/Cellar/gnupg/2.2.18/lib/gnupg" -DGNUPG_DATADIR="/usr/local/Cellar/gnupg/2.2.18/share/gnupg" -DGNUPG_SYSCONFDIR="/usr/local/etc/gnupg" -DGNUPG_LOCALSTATEDIR="/usr/local/Cellar/gnupg/2.2.18/var" -DGNUPG_DEFAULT_PINENTRY="/usr/local/opt/pinentry/bin/pinentry" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -DWITHOUT_NPTH=1 -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libcommon_a-b64enc.o b64enc.c
superenv removed: -Wall -Wpointer-arith -g -O2
superenv added: -pipe -w -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -w -Os -march=nehalem -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/Cellar/gnupg/2.2.18/share/locale" -DGNUPG_BINDIR="/usr/local/Cellar/gnupg/2.2.18/bin" -DGNUPG_LIBEXECDIR="/usr/local/Cellar/gnupg/2.2.18/libexec" -DGNUPG_LIBDIR="/usr/local/Cellar/gnupg/2.2.18/lib/gnupg" -DGNUPG_DATADIR="/usr/local/Cellar/gnupg/2.2.18/share/gnupg" -DGNUPG_SYSCONFDIR="/usr/local/etc/gnupg" -DGNUPG_LOCALSTATEDIR="/usr/local/Cellar/gnupg/2.2.18/var" -DGNUPG_DEFAULT_PINENTRY="/usr/local/opt/pinentry/bin/pinentry" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libksba/include -DWITHOUT_NPTH=1 -Wno-pointer-sign -c -o libcommon_a-b64enc.o b64enc.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/Cellar/gnupg/2.2.18/share/locale" -DGNUPG_BINDIR="/usr/local/Cellar/gnupg/2.2.18/bin" -DGNUPG_LIBEXECDIR="/usr/local/Cellar/gnupg/2.2.18/libexec" -DGNUPG_LIBDIR="/usr/local/Cellar/gnupg/2.2.18/lib/gnupg" -DGNUPG_DATADIR="/usr/local/Cellar/gnupg/2.2.18/share/gnupg" -DGNUPG_SYSCONFDIR="/usr/local/etc/gnupg" -DGNUPG_LOCALSTATEDIR="/usr/local/Cellar/gnupg/2.2.18/var" -DGNUPG_DEFAULT_PINENTRY="/usr/local/opt/pinentry/bin/pinentry" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -DWITHOUT_NPTH=1 -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libcommon_a-b64dec.o b64dec.c
superenv removed: -Wall -Wpointer-arith -g -O2
superenv added: -pipe -w -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -w -Os -march=nehalem -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/Cellar/gnupg/2.2.18/share/locale" -DGNUPG_BINDIR="/usr/local/Cellar/gnupg/2.2.18/bin" -DGNUPG_LIBEXECDIR="/usr/local/Cellar/gnupg/2.2.18/libexec" -DGNUPG_LIBDIR="/usr/local/Cellar/gnupg/2.2.18/lib/gnupg" -DGNUPG_DATADIR="/usr/local/Cellar/gnupg/2.2.18/share/gnupg" -DGNUPG_SYSCONFDIR="/usr/local/etc/gnupg" -DGNUPG_LOCALSTATEDIR="/usr/local/Cellar/gnupg/2.2.18/var" -DGNUPG_DEFAULT_PINENTRY="/usr/local/opt/pinentry/bin/pinentry" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libksba/include -DWITHOUT_NPTH=1 -Wno-pointer-sign -c -o libcommon_a-b64dec.o b64dec.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/Cellar/gnupg/2.2.18/share/locale" -DGNUPG_BINDIR="/usr/local/Cellar/gnupg/2.2.18/bin" -DGNUPG_LIBEXECDIR="/usr/local/Cellar/gnupg/2.2.18/libexec" -DGNUPG_LIBDIR="/usr/local/Cellar/gnupg/2.2.18/lib/gnupg" -DGNUPG_DATADIR="/usr/local/Cellar/gnupg/2.2.18/share/gnupg" -DGNUPG_SYSCONFDIR="/usr/local/etc/gnupg" -DGNUPG_LOCALSTATEDIR="/usr/local/Cellar/gnupg/2.2.18/var" -DGNUPG_DEFAULT_PINENTRY="/usr/local/opt/pinentry/bin/pinentry" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -DWITHOUT_NPTH=1 -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libcommon_a-zb32.o zb32.c
superenv removed: -Wall -Wpointer-arith -g -O2
superenv added: -pipe -w -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -w -Os -march=nehalem -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/Cellar/gnupg/2.2.18/share/locale" -DGNUPG_BINDIR="/usr/local/Cellar/gnupg/2.2.18/bin" -DGNUPG_LIBEXECDIR="/usr/local/Cellar/gnupg/2.2.18/libexec" -DGNUPG_LIBDIR="/usr/local/Cellar/gnupg/2.2.18/lib/gnupg" -DGNUPG_DATADIR="/usr/local/Cellar/gnupg/2.2.18/share/gnupg" -DGNUPG_SYSCONFDIR="/usr/local/etc/gnupg" -DGNUPG_LOCALSTATEDIR="/usr/local/Cellar/gnupg/2.2.18/var" -DGNUPG_DEFAULT_PINENTRY="/usr/local/opt/pinentry/bin/pinentry" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libksba/include -DWITHOUT_NPTH=1 -Wno-pointer-sign -c -o libcommon_a-zb32.o zb32.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/Cellar/gnupg/2.2.18/share/locale" -DGNUPG_BINDIR="/usr/local/Cellar/gnupg/2.2.18/bin" -DGNUPG_LIBEXECDIR="/usr/local/Cellar/gnupg/2.2.18/libexec" -DGNUPG_LIBDIR="/usr/local/Cellar/gnupg/2.2.18/lib/gnupg" -DGNUPG_DATADIR="/usr/local/Cellar/gnupg/2.2.18/share/gnupg" -DGNUPG_SYSCONFDIR="/usr/local/etc/gnupg" -DGNUPG_LOCALSTATEDIR="/usr/local/Cellar/gnupg/2.2.18/var" -DGNUPG_DEFAULT_PINENTRY="/usr/local/opt/pinentry/bin/pinentry" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -DWITHOUT_NPTH=1 -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libcommon_a-convert.o convert.c
superenv removed: -Wall -Wpointer-arith -g -O2
superenv added: -pipe -w -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -w -Os -march=nehalem -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/Cellar/gnupg/2.2.18/share/locale" -DGNUPG_BINDIR="/usr/local/Cellar/gnupg/2.2.18/bin" -DGNUPG_LIBEXECDIR="/usr/local/Cellar/gnupg/2.2.18/libexec" -DGNUPG_LIBDIR="/usr/local/Cellar/gnupg/2.2.18/lib/gnupg" -DGNUPG_DATADIR="/usr/local/Cellar/gnupg/2.2.18/share/gnupg" -DGNUPG_SYSCONFDIR="/usr/local/etc/gnupg" -DGNUPG_LOCALSTATEDIR="/usr/local/Cellar/gnupg/2.2.18/var" -DGNUPG_DEFAULT_PINENTRY="/usr/local/opt/pinentry/bin/pinentry" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libksba/include -DWITHOUT_NPTH=1 -Wno-pointer-sign -c -o libcommon_a-convert.o convert.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/Cellar/gnupg/2.2.18/share/locale" -DGNUPG_BINDIR="/usr/local/Cellar/gnupg/2.2.18/bin" -DGNUPG_LIBEXECDIR="/usr/local/Cellar/gnupg/2.2.18/libexec" -DGNUPG_LIBDIR="/usr/local/Cellar/gnupg/2.2.18/lib/gnupg" -DGNUPG_DATADIR="/usr/local/Cellar/gnupg/2.2.18/share/gnupg" -DGNUPG_SYSCONFDIR="/usr/local/etc/gnupg" -DGNUPG_LOCALSTATEDIR="/usr/local/Cellar/gnupg/2.2.18/var" -DGNUPG_DEFAULT_PINENTRY="/usr/local/opt/pinentry/bin/pinentry" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -DWITHOUT_NPTH=1 -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libcommon_a-percent.o percent.c
superenv removed: -Wall -Wpointer-arith -g -O2
superenv added: -pipe -w -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -w -Os -march=nehalem -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/Cellar/gnupg/2.2.18/share/locale" -DGNUPG_BINDIR="/usr/local/Cellar/gnupg/2.2.18/bin" -DGNUPG_LIBEXECDIR="/usr/local/Cellar/gnupg/2.2.18/libexec" -DGNUPG_LIBDIR="/usr/local/Cellar/gnupg/2.2.18/lib/gnupg" -DGNUPG_DATADIR="/usr/local/Cellar/gnupg/2.2.18/share/gnupg" -DGNUPG_SYSCONFDIR="/usr/local/etc/gnupg" -DGNUPG_LOCALSTATEDIR="/usr/local/Cellar/gnupg/2.2.18/var" -DGNUPG_DEFAULT_PINENTRY="/usr/local/opt/pinentry/bin/pinentry" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libksba/include -DWITHOUT_NPTH=1 -Wno-pointer-sign -c -o libcommon_a-percent.o percent.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/Cellar/gnupg/2.2.18/share/locale" -DGNUPG_BINDIR="/usr/local/Cellar/gnupg/2.2.18/bin" -DGNUPG_LIBEXECDIR="/usr/local/Cellar/gnupg/2.2.18/libexec" -DGNUPG_LIBDIR="/usr/local/Cellar/gnupg/2.2.18/lib/gnupg" -DGNUPG_DATADIR="/usr/local/Cellar/gnupg/2.2.18/share/gnupg" -DGNUPG_SYSCONFDIR="/usr/local/etc/gnupg" -DGNUPG_LOCALSTATEDIR="/usr/local/Cellar/gnupg/2.2.18/var" -DGNUPG_DEFAULT_PINENTRY="/usr/local/opt/pinentry/bin/pinentry" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -DWITHOUT_NPTH=1 -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libcommon_a-mbox-util.o mbox-util.c
superenv removed: -Wall -Wpointer-arith -g -O2
superenv added: -pipe -w -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -w -Os -march=nehalem -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/Cellar/gnupg/2.2.18/share/locale" -DGNUPG_BINDIR="/usr/local/Cellar/gnupg/2.2.18/bin" -DGNUPG_LIBEXECDIR="/usr/local/Cellar/gnupg/2.2.18/libexec" -DGNUPG_LIBDIR="/usr/local/Cellar/gnupg/2.2.18/lib/gnupg" -DGNUPG_DATADIR="/usr/local/Cellar/gnupg/2.2.18/share/gnupg" -DGNUPG_SYSCONFDIR="/usr/local/etc/gnupg" -DGNUPG_LOCALSTATEDIR="/usr/local/Cellar/gnupg/2.2.18/var" -DGNUPG_DEFAULT_PINENTRY="/usr/local/opt/pinentry/bin/pinentry" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libksba/include -DWITHOUT_NPTH=1 -Wno-pointer-sign -c -o libcommon_a-mbox-util.o mbox-util.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/Cellar/gnupg/2.2.18/share/locale" -DGNUPG_BINDIR="/usr/local/Cellar/gnupg/2.2.18/bin" -DGNUPG_LIBEXECDIR="/usr/local/Cellar/gnupg/2.2.18/libexec" -DGNUPG_LIBDIR="/usr/local/Cellar/gnupg/2.2.18/lib/gnupg" -DGNUPG_DATADIR="/usr/local/Cellar/gnupg/2.2.18/share/gnupg" -DGNUPG_SYSCONFDIR="/usr/local/etc/gnupg" -DGNUPG_LOCALSTATEDIR="/usr/local/Cellar/gnupg/2.2.18/var" -DGNUPG_DEFAULT_PINENTRY="/usr/local/opt/pinentry/bin/pinentry" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -DWITHOUT_NPTH=1 -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libcommon_a-miscellaneous.o miscellaneous.c
superenv removed: -Wall -Wpointer-arith -g -O2
superenv added: -pipe -w -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -w -Os -march=nehalem -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/Cellar/gnupg/2.2.18/share/locale" -DGNUPG_BINDIR="/usr/local/Cellar/gnupg/2.2.18/bin" -DGNUPG_LIBEXECDIR="/usr/local/Cellar/gnupg/2.2.18/libexec" -DGNUPG_LIBDIR="/usr/local/Cellar/gnupg/2.2.18/lib/gnupg" -DGNUPG_DATADIR="/usr/local/Cellar/gnupg/2.2.18/share/gnupg" -DGNUPG_SYSCONFDIR="/usr/local/etc/gnupg" -DGNUPG_LOCALSTATEDIR="/usr/local/Cellar/gnupg/2.2.18/var" -DGNUPG_DEFAULT_PINENTRY="/usr/local/opt/pinentry/bin/pinentry" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libksba/include -DWITHOUT_NPTH=1 -Wno-pointer-sign -c -o libcommon_a-miscellaneous.o miscellaneous.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/Cellar/gnupg/2.2.18/share/locale" -DGNUPG_BINDIR="/usr/local/Cellar/gnupg/2.2.18/bin" -DGNUPG_LIBEXECDIR="/usr/local/Cellar/gnupg/2.2.18/libexec" -DGNUPG_LIBDIR="/usr/local/Cellar/gnupg/2.2.18/lib/gnupg" -DGNUPG_DATADIR="/usr/local/Cellar/gnupg/2.2.18/share/gnupg" -DGNUPG_SYSCONFDIR="/usr/local/etc/gnupg" -DGNUPG_LOCALSTATEDIR="/usr/local/Cellar/gnupg/2.2.18/var" -DGNUPG_DEFAULT_PINENTRY="/usr/local/opt/pinentry/bin/pinentry" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -DWITHOUT_NPTH=1 -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libcommon_a-xreadline.o xreadline.c
superenv removed: -Wall -Wpointer-arith -g -O2
superenv added: -pipe -w -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -w -Os -march=nehalem -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/Cellar/gnupg/2.2.18/share/locale" -DGNUPG_BINDIR="/usr/local/Cellar/gnupg/2.2.18/bin" -DGNUPG_LIBEXECDIR="/usr/local/Cellar/gnupg/2.2.18/libexec" -DGNUPG_LIBDIR="/usr/local/Cellar/gnupg/2.2.18/lib/gnupg" -DGNUPG_DATADIR="/usr/local/Cellar/gnupg/2.2.18/share/gnupg" -DGNUPG_SYSCONFDIR="/usr/local/etc/gnupg" -DGNUPG_LOCALSTATEDIR="/usr/local/Cellar/gnupg/2.2.18/var" -DGNUPG_DEFAULT_PINENTRY="/usr/local/opt/pinentry/bin/pinentry" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libksba/include -DWITHOUT_NPTH=1 -Wno-pointer-sign -c -o libcommon_a-xreadline.o xreadline.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/Cellar/gnupg/2.2.18/share/locale" -DGNUPG_BINDIR="/usr/local/Cellar/gnupg/2.2.18/bin" -DGNUPG_LIBEXECDIR="/usr/local/Cellar/gnupg/2.2.18/libexec" -DGNUPG_LIBDIR="/usr/local/Cellar/gnupg/2.2.18/lib/gnupg" -DGNUPG_DATADIR="/usr/local/Cellar/gnupg/2.2.18/share/gnupg" -DGNUPG_SYSCONFDIR="/usr/local/etc/gnupg" -DGNUPG_LOCALSTATEDIR="/usr/local/Cellar/gnupg/2.2.18/var" -DGNUPG_DEFAULT_PINENTRY="/usr/local/opt/pinentry/bin/pinentry" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -DWITHOUT_NPTH=1 -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libcommon_a-xasprintf.o xasprintf.c
superenv removed: -Wall -Wpointer-arith -g -O2
superenv added: -pipe -w -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -w -Os -march=nehalem -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/Cellar/gnupg/2.2.18/share/locale" -DGNUPG_BINDIR="/usr/local/Cellar/gnupg/2.2.18/bin" -DGNUPG_LIBEXECDIR="/usr/local/Cellar/gnupg/2.2.18/libexec" -DGNUPG_LIBDIR="/usr/local/Cellar/gnupg/2.2.18/lib/gnupg" -DGNUPG_DATADIR="/usr/local/Cellar/gnupg/2.2.18/share/gnupg" -DGNUPG_SYSCONFDIR="/usr/local/etc/gnupg" -DGNUPG_LOCALSTATEDIR="/usr/local/Cellar/gnupg/2.2.18/var" -DGNUPG_DEFAULT_PINENTRY="/usr/local/opt/pinentry/bin/pinentry" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libksba/include -DWITHOUT_NPTH=1 -Wno-pointer-sign -c -o libcommon_a-xasprintf.o xasprintf.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/Cellar/gnupg/2.2.18/share/locale" -DGNUPG_BINDIR="/usr/local/Cellar/gnupg/2.2.18/bin" -DGNUPG_LIBEXECDIR="/usr/local/Cellar/gnupg/2.2.18/libexec" -DGNUPG_LIBDIR="/usr/local/Cellar/gnupg/2.2.18/lib/gnupg" -DGNUPG_DATADIR="/usr/local/Cellar/gnupg/2.2.18/share/gnupg" -DGNUPG_SYSCONFDIR="/usr/local/etc/gnupg" -DGNUPG_LOCALSTATEDIR="/usr/local/Cellar/gnupg/2.2.18/var" -DGNUPG_DEFAULT_PINENTRY="/usr/local/opt/pinentry/bin/pinentry" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -DWITHOUT_NPTH=1 -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libcommon_a-membuf.o membuf.c
superenv removed: -Wall -Wpointer-arith -g -O2
superenv added: -pipe -w -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -w -Os -march=nehalem -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/Cellar/gnupg/2.2.18/share/locale" -DGNUPG_BINDIR="/usr/local/Cellar/gnupg/2.2.18/bin" -DGNUPG_LIBEXECDIR="/usr/local/Cellar/gnupg/2.2.18/libexec" -DGNUPG_LIBDIR="/usr/local/Cellar/gnupg/2.2.18/lib/gnupg" -DGNUPG_DATADIR="/usr/local/Cellar/gnupg/2.2.18/share/gnupg" -DGNUPG_SYSCONFDIR="/usr/local/etc/gnupg" -DGNUPG_LOCALSTATEDIR="/usr/local/Cellar/gnupg/2.2.18/var" -DGNUPG_DEFAULT_PINENTRY="/usr/local/opt/pinentry/bin/pinentry" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libksba/include -DWITHOUT_NPTH=1 -Wno-pointer-sign -c -o libcommon_a-membuf.o membuf.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/Cellar/gnupg/2.2.18/share/locale" -DGNUPG_BINDIR="/usr/local/Cellar/gnupg/2.2.18/bin" -DGNUPG_LIBEXECDIR="/usr/local/Cellar/gnupg/2.2.18/libexec" -DGNUPG_LIBDIR="/usr/local/Cellar/gnupg/2.2.18/lib/gnupg" -DGNUPG_DATADIR="/usr/local/Cellar/gnupg/2.2.18/share/gnupg" -DGNUPG_SYSCONFDIR="/usr/local/etc/gnupg" -DGNUPG_LOCALSTATEDIR="/usr/local/Cellar/gnupg/2.2.18/var" -DGNUPG_DEFAULT_PINENTRY="/usr/local/opt/pinentry/bin/pinentry" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -DWITHOUT_NPTH=1 -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libcommon_a-ccparray.o ccparray.c
superenv removed: -Wall -Wpointer-arith -g -O2
superenv added: -pipe -w -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -w -Os -march=nehalem -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/Cellar/gnupg/2.2.18/share/locale" -DGNUPG_BINDIR="/usr/local/Cellar/gnupg/2.2.18/bin" -DGNUPG_LIBEXECDIR="/usr/local/Cellar/gnupg/2.2.18/libexec" -DGNUPG_LIBDIR="/usr/local/Cellar/gnupg/2.2.18/lib/gnupg" -DGNUPG_DATADIR="/usr/local/Cellar/gnupg/2.2.18/share/gnupg" -DGNUPG_SYSCONFDIR="/usr/local/etc/gnupg" -DGNUPG_LOCALSTATEDIR="/usr/local/Cellar/gnupg/2.2.18/var" -DGNUPG_DEFAULT_PINENTRY="/usr/local/opt/pinentry/bin/pinentry" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libksba/include -DWITHOUT_NPTH=1 -Wno-pointer-sign -c -o libcommon_a-ccparray.o ccparray.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/Cellar/gnupg/2.2.18/share/locale" -DGNUPG_BINDIR="/usr/local/Cellar/gnupg/2.2.18/bin" -DGNUPG_LIBEXECDIR="/usr/local/Cellar/gnupg/2.2.18/libexec" -DGNUPG_LIBDIR="/usr/local/Cellar/gnupg/2.2.18/lib/gnupg" -DGNUPG_DATADIR="/usr/local/Cellar/gnupg/2.2.18/share/gnupg" -DGNUPG_SYSCONFDIR="/usr/local/etc/gnupg" -DGNUPG_LOCALSTATEDIR="/usr/local/Cellar/gnupg/2.2.18/var" -DGNUPG_DEFAULT_PINENTRY="/usr/local/opt/pinentry/bin/pinentry" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -DWITHOUT_NPTH=1 -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libcommon_a-iobuf.o iobuf.c
superenv removed: -Wall -Wpointer-arith -g -O2
superenv added: -pipe -w -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -w -Os -march=nehalem -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/Cellar/gnupg/2.2.18/share/locale" -DGNUPG_BINDIR="/usr/local/Cellar/gnupg/2.2.18/bin" -DGNUPG_LIBEXECDIR="/usr/local/Cellar/gnupg/2.2.18/libexec" -DGNUPG_LIBDIR="/usr/local/Cellar/gnupg/2.2.18/lib/gnupg" -DGNUPG_DATADIR="/usr/local/Cellar/gnupg/2.2.18/share/gnupg" -DGNUPG_SYSCONFDIR="/usr/local/etc/gnupg" -DGNUPG_LOCALSTATEDIR="/usr/local/Cellar/gnupg/2.2.18/var" -DGNUPG_DEFAULT_PINENTRY="/usr/local/opt/pinentry/bin/pinentry" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libksba/include -DWITHOUT_NPTH=1 -Wno-pointer-sign -c -o libcommon_a-iobuf.o iobuf.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/Cellar/gnupg/2.2.18/share/locale" -DGNUPG_BINDIR="/usr/local/Cellar/gnupg/2.2.18/bin" -DGNUPG_LIBEXECDIR="/usr/local/Cellar/gnupg/2.2.18/libexec" -DGNUPG_LIBDIR="/usr/local/Cellar/gnupg/2.2.18/lib/gnupg" -DGNUPG_DATADIR="/usr/local/Cellar/gnupg/2.2.18/share/gnupg" -DGNUPG_SYSCONFDIR="/usr/local/etc/gnupg" -DGNUPG_LOCALSTATEDIR="/usr/local/Cellar/gnupg/2.2.18/var" -DGNUPG_DEFAULT_PINENTRY="/usr/local/opt/pinentry/bin/pinentry" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -DWITHOUT_NPTH=1 -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libcommon_a-ttyio.o ttyio.c
superenv removed: -Wall -Wpointer-arith -g -O2
superenv added: -pipe -w -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -w -Os -march=nehalem -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/Cellar/gnupg/2.2.18/share/locale" -DGNUPG_BINDIR="/usr/local/Cellar/gnupg/2.2.18/bin" -DGNUPG_LIBEXECDIR="/usr/local/Cellar/gnupg/2.2.18/libexec" -DGNUPG_LIBDIR="/usr/local/Cellar/gnupg/2.2.18/lib/gnupg" -DGNUPG_DATADIR="/usr/local/Cellar/gnupg/2.2.18/share/gnupg" -DGNUPG_SYSCONFDIR="/usr/local/etc/gnupg" -DGNUPG_LOCALSTATEDIR="/usr/local/Cellar/gnupg/2.2.18/var" -DGNUPG_DEFAULT_PINENTRY="/usr/local/opt/pinentry/bin/pinentry" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libksba/include -DWITHOUT_NPTH=1 -Wno-pointer-sign -c -o libcommon_a-ttyio.o ttyio.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/Cellar/gnupg/2.2.18/share/locale" -DGNUPG_BINDIR="/usr/local/Cellar/gnupg/2.2.18/bin" -DGNUPG_LIBEXECDIR="/usr/local/Cellar/gnupg/2.2.18/libexec" -DGNUPG_LIBDIR="/usr/local/Cellar/gnupg/2.2.18/lib/gnupg" -DGNUPG_DATADIR="/usr/local/Cellar/gnupg/2.2.18/share/gnupg" -DGNUPG_SYSCONFDIR="/usr/local/etc/gnupg" -DGNUPG_LOCALSTATEDIR="/usr/local/Cellar/gnupg/2.2.18/var" -DGNUPG_DEFAULT_PINENTRY="/usr/local/opt/pinentry/bin/pinentry" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -DWITHOUT_NPTH=1 -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libcommon_a-asshelp.o asshelp.c
superenv removed: -Wall -Wpointer-arith -g -O2
superenv added: -pipe -w -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -w -Os -march=nehalem -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/Cellar/gnupg/2.2.18/share/locale" -DGNUPG_BINDIR="/usr/local/Cellar/gnupg/2.2.18/bin" -DGNUPG_LIBEXECDIR="/usr/local/Cellar/gnupg/2.2.18/libexec" -DGNUPG_LIBDIR="/usr/local/Cellar/gnupg/2.2.18/lib/gnupg" -DGNUPG_DATADIR="/usr/local/Cellar/gnupg/2.2.18/share/gnupg" -DGNUPG_SYSCONFDIR="/usr/local/etc/gnupg" -DGNUPG_LOCALSTATEDIR="/usr/local/Cellar/gnupg/2.2.18/var" -DGNUPG_DEFAULT_PINENTRY="/usr/local/opt/pinentry/bin/pinentry" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libksba/include -DWITHOUT_NPTH=1 -Wno-pointer-sign -c -o libcommon_a-asshelp.o asshelp.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/Cellar/gnupg/2.2.18/share/locale" -DGNUPG_BINDIR="/usr/local/Cellar/gnupg/2.2.18/bin" -DGNUPG_LIBEXECDIR="/usr/local/Cellar/gnupg/2.2.18/libexec" -DGNUPG_LIBDIR="/usr/local/Cellar/gnupg/2.2.18/lib/gnupg" -DGNUPG_DATADIR="/usr/local/Cellar/gnupg/2.2.18/share/gnupg" -DGNUPG_SYSCONFDIR="/usr/local/etc/gnupg" -DGNUPG_LOCALSTATEDIR="/usr/local/Cellar/gnupg/2.2.18/var" -DGNUPG_DEFAULT_PINENTRY="/usr/local/opt/pinentry/bin/pinentry" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -DWITHOUT_NPTH=1 -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libcommon_a-asshelp2.o asshelp2.c
superenv removed: -Wall -Wpointer-arith -g -O2
superenv added: -pipe -w -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -w -Os -march=nehalem -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/Cellar/gnupg/2.2.18/share/locale" -DGNUPG_BINDIR="/usr/local/Cellar/gnupg/2.2.18/bin" -DGNUPG_LIBEXECDIR="/usr/local/Cellar/gnupg/2.2.18/libexec" -DGNUPG_LIBDIR="/usr/local/Cellar/gnupg/2.2.18/lib/gnupg" -DGNUPG_DATADIR="/usr/local/Cellar/gnupg/2.2.18/share/gnupg" -DGNUPG_SYSCONFDIR="/usr/local/etc/gnupg" -DGNUPG_LOCALSTATEDIR="/usr/local/Cellar/gnupg/2.2.18/var" -DGNUPG_DEFAULT_PINENTRY="/usr/local/opt/pinentry/bin/pinentry" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libksba/include -DWITHOUT_NPTH=1 -Wno-pointer-sign -c -o libcommon_a-asshelp2.o asshelp2.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/Cellar/gnupg/2.2.18/share/locale" -DGNUPG_BINDIR="/usr/local/Cellar/gnupg/2.2.18/bin" -DGNUPG_LIBEXECDIR="/usr/local/Cellar/gnupg/2.2.18/libexec" -DGNUPG_LIBDIR="/usr/local/Cellar/gnupg/2.2.18/lib/gnupg" -DGNUPG_DATADIR="/usr/local/Cellar/gnupg/2.2.18/share/gnupg" -DGNUPG_SYSCONFDIR="/usr/local/etc/gnupg" -DGNUPG_LOCALSTATEDIR="/usr/local/Cellar/gnupg/2.2.18/var" -DGNUPG_DEFAULT_PINENTRY="/usr/local/opt/pinentry/bin/pinentry" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -DWITHOUT_NPTH=1 -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libcommon_a-signal.o signal.c
superenv removed: -Wall -Wpointer-arith -g -O2
superenv added: -pipe -w -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -w -Os -march=nehalem -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/Cellar/gnupg/2.2.18/share/locale" -DGNUPG_BINDIR="/usr/local/Cellar/gnupg/2.2.18/bin" -DGNUPG_LIBEXECDIR="/usr/local/Cellar/gnupg/2.2.18/libexec" -DGNUPG_LIBDIR="/usr/local/Cellar/gnupg/2.2.18/lib/gnupg" -DGNUPG_DATADIR="/usr/local/Cellar/gnupg/2.2.18/share/gnupg" -DGNUPG_SYSCONFDIR="/usr/local/etc/gnupg" -DGNUPG_LOCALSTATEDIR="/usr/local/Cellar/gnupg/2.2.18/var" -DGNUPG_DEFAULT_PINENTRY="/usr/local/opt/pinentry/bin/pinentry" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libksba/include -DWITHOUT_NPTH=1 -Wno-pointer-sign -c -o libcommon_a-signal.o signal.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/Cellar/gnupg/2.2.18/share/locale" -DGNUPG_BINDIR="/usr/local/Cellar/gnupg/2.2.18/bin" -DGNUPG_LIBEXECDIR="/usr/local/Cellar/gnupg/2.2.18/libexec" -DGNUPG_LIBDIR="/usr/local/Cellar/gnupg/2.2.18/lib/gnupg" -DGNUPG_DATADIR="/usr/local/Cellar/gnupg/2.2.18/share/gnupg" -DGNUPG_SYSCONFDIR="/usr/local/etc/gnupg" -DGNUPG_LOCALSTATEDIR="/usr/local/Cellar/gnupg/2.2.18/var" -DGNUPG_DEFAULT_PINENTRY="/usr/local/opt/pinentry/bin/pinentry" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -DWITHOUT_NPTH=1 -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libcommon_a-localename.o localename.c
superenv removed: -Wall -Wpointer-arith -g -O2
superenv added: -pipe -w -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -w -Os -march=nehalem -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/Cellar/gnupg/2.2.18/share/locale" -DGNUPG_BINDIR="/usr/local/Cellar/gnupg/2.2.18/bin" -DGNUPG_LIBEXECDIR="/usr/local/Cellar/gnupg/2.2.18/libexec" -DGNUPG_LIBDIR="/usr/local/Cellar/gnupg/2.2.18/lib/gnupg" -DGNUPG_DATADIR="/usr/local/Cellar/gnupg/2.2.18/share/gnupg" -DGNUPG_SYSCONFDIR="/usr/local/etc/gnupg" -DGNUPG_LOCALSTATEDIR="/usr/local/Cellar/gnupg/2.2.18/var" -DGNUPG_DEFAULT_PINENTRY="/usr/local/opt/pinentry/bin/pinentry" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libksba/include -DWITHOUT_NPTH=1 -Wno-pointer-sign -c -o libcommon_a-localename.o localename.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/Cellar/gnupg/2.2.18/share/locale" -DGNUPG_BINDIR="/usr/local/Cellar/gnupg/2.2.18/bin" -DGNUPG_LIBEXECDIR="/usr/local/Cellar/gnupg/2.2.18/libexec" -DGNUPG_LIBDIR="/usr/local/Cellar/gnupg/2.2.18/lib/gnupg" -DGNUPG_DATADIR="/usr/local/Cellar/gnupg/2.2.18/share/gnupg" -DGNUPG_SYSCONFDIR="/usr/local/etc/gnupg" -DGNUPG_LOCALSTATEDIR="/usr/local/Cellar/gnupg/2.2.18/var" -DGNUPG_DEFAULT_PINENTRY="/usr/local/opt/pinentry/bin/pinentry" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -DWITHOUT_NPTH=1 -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libcommon_a-audit.o audit.c
superenv removed: -Wall -Wpointer-arith -g -O2
superenv added: -pipe -w -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -w -Os -march=nehalem -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/Cellar/gnupg/2.2.18/share/locale" -DGNUPG_BINDIR="/usr/local/Cellar/gnupg/2.2.18/bin" -DGNUPG_LIBEXECDIR="/usr/local/Cellar/gnupg/2.2.18/libexec" -DGNUPG_LIBDIR="/usr/local/Cellar/gnupg/2.2.18/lib/gnupg" -DGNUPG_DATADIR="/usr/local/Cellar/gnupg/2.2.18/share/gnupg" -DGNUPG_SYSCONFDIR="/usr/local/etc/gnupg" -DGNUPG_LOCALSTATEDIR="/usr/local/Cellar/gnupg/2.2.18/var" -DGNUPG_DEFAULT_PINENTRY="/usr/local/opt/pinentry/bin/pinentry" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libksba/include -DWITHOUT_NPTH=1 -Wno-pointer-sign -c -o libcommon_a-audit.o audit.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/Cellar/gnupg/2.2.18/share/locale" -DGNUPG_BINDIR="/usr/local/Cellar/gnupg/2.2.18/bin" -DGNUPG_LIBEXECDIR="/usr/local/Cellar/gnupg/2.2.18/libexec" -DGNUPG_LIBDIR="/usr/local/Cellar/gnupg/2.2.18/lib/gnupg" -DGNUPG_DATADIR="/usr/local/Cellar/gnupg/2.2.18/share/gnupg" -DGNUPG_SYSCONFDIR="/usr/local/etc/gnupg" -DGNUPG_LOCALSTATEDIR="/usr/local/Cellar/gnupg/2.2.18/var" -DGNUPG_DEFAULT_PINENTRY="/usr/local/opt/pinentry/bin/pinentry" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -DWITHOUT_NPTH=1 -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libcommon_a-session-env.o session-env.c
superenv removed: -Wall -Wpointer-arith -g -O2
superenv added: -pipe -w -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -w -Os -march=nehalem -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/Cellar/gnupg/2.2.18/share/locale" -DGNUPG_BINDIR="/usr/local/Cellar/gnupg/2.2.18/bin" -DGNUPG_LIBEXECDIR="/usr/local/Cellar/gnupg/2.2.18/libexec" -DGNUPG_LIBDIR="/usr/local/Cellar/gnupg/2.2.18/lib/gnupg" -DGNUPG_DATADIR="/usr/local/Cellar/gnupg/2.2.18/share/gnupg" -DGNUPG_SYSCONFDIR="/usr/local/etc/gnupg" -DGNUPG_LOCALSTATEDIR="/usr/local/Cellar/gnupg/2.2.18/var" -DGNUPG_DEFAULT_PINENTRY="/usr/local/opt/pinentry/bin/pinentry" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libksba/include -DWITHOUT_NPTH=1 -Wno-pointer-sign -c -o libcommon_a-session-env.o session-env.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/Cellar/gnupg/2.2.18/share/locale" -DGNUPG_BINDIR="/usr/local/Cellar/gnupg/2.2.18/bin" -DGNUPG_LIBEXECDIR="/usr/local/Cellar/gnupg/2.2.18/libexec" -DGNUPG_LIBDIR="/usr/local/Cellar/gnupg/2.2.18/lib/gnupg" -DGNUPG_DATADIR="/usr/local/Cellar/gnupg/2.2.18/share/gnupg" -DGNUPG_SYSCONFDIR="/usr/local/etc/gnupg" -DGNUPG_LOCALSTATEDIR="/usr/local/Cellar/gnupg/2.2.18/var" -DGNUPG_DEFAULT_PINENTRY="/usr/local/opt/pinentry/bin/pinentry" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -DWITHOUT_NPTH=1 -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libcommon_a-userids.o userids.c
superenv removed: -Wall -Wpointer-arith -g -O2
superenv added: -pipe -w -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -w -Os -march=nehalem -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/Cellar/gnupg/2.2.18/share/locale" -DGNUPG_BINDIR="/usr/local/Cellar/gnupg/2.2.18/bin" -DGNUPG_LIBEXECDIR="/usr/local/Cellar/gnupg/2.2.18/libexec" -DGNUPG_LIBDIR="/usr/local/Cellar/gnupg/2.2.18/lib/gnupg" -DGNUPG_DATADIR="/usr/local/Cellar/gnupg/2.2.18/share/gnupg" -DGNUPG_SYSCONFDIR="/usr/local/etc/gnupg" -DGNUPG_LOCALSTATEDIR="/usr/local/Cellar/gnupg/2.2.18/var" -DGNUPG_DEFAULT_PINENTRY="/usr/local/opt/pinentry/bin/pinentry" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libksba/include -DWITHOUT_NPTH=1 -Wno-pointer-sign -c -o libcommon_a-userids.o userids.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/Cellar/gnupg/2.2.18/share/locale" -DGNUPG_BINDIR="/usr/local/Cellar/gnupg/2.2.18/bin" -DGNUPG_LIBEXECDIR="/usr/local/Cellar/gnupg/2.2.18/libexec" -DGNUPG_LIBDIR="/usr/local/Cellar/gnupg/2.2.18/lib/gnupg" -DGNUPG_DATADIR="/usr/local/Cellar/gnupg/2.2.18/share/gnupg" -DGNUPG_SYSCONFDIR="/usr/local/etc/gnupg" -DGNUPG_LOCALSTATEDIR="/usr/local/Cellar/gnupg/2.2.18/var" -DGNUPG_DEFAULT_PINENTRY="/usr/local/opt/pinentry/bin/pinentry" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -DWITHOUT_NPTH=1 -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libcommon_a-openpgp-oid.o openpgp-oid.c
superenv removed: -Wall -Wpointer-arith -g -O2
superenv added: -pipe -w -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -w -Os -march=nehalem -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/Cellar/gnupg/2.2.18/share/locale" -DGNUPG_BINDIR="/usr/local/Cellar/gnupg/2.2.18/bin" -DGNUPG_LIBEXECDIR="/usr/local/Cellar/gnupg/2.2.18/libexec" -DGNUPG_LIBDIR="/usr/local/Cellar/gnupg/2.2.18/lib/gnupg" -DGNUPG_DATADIR="/usr/local/Cellar/gnupg/2.2.18/share/gnupg" -DGNUPG_SYSCONFDIR="/usr/local/etc/gnupg" -DGNUPG_LOCALSTATEDIR="/usr/local/Cellar/gnupg/2.2.18/var" -DGNUPG_DEFAULT_PINENTRY="/usr/local/opt/pinentry/bin/pinentry" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libksba/include -DWITHOUT_NPTH=1 -Wno-pointer-sign -c -o libcommon_a-openpgp-oid.o openpgp-oid.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/Cellar/gnupg/2.2.18/share/locale" -DGNUPG_BINDIR="/usr/local/Cellar/gnupg/2.2.18/bin" -DGNUPG_LIBEXECDIR="/usr/local/Cellar/gnupg/2.2.18/libexec" -DGNUPG_LIBDIR="/usr/local/Cellar/gnupg/2.2.18/lib/gnupg" -DGNUPG_DATADIR="/usr/local/Cellar/gnupg/2.2.18/share/gnupg" -DGNUPG_SYSCONFDIR="/usr/local/etc/gnupg" -DGNUPG_LOCALSTATEDIR="/usr/local/Cellar/gnupg/2.2.18/var" -DGNUPG_DEFAULT_PINENTRY="/usr/local/opt/pinentry/bin/pinentry" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -DWITHOUT_NPTH=1 -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libcommon_a-ssh-utils.o ssh-utils.c
superenv removed: -Wall -Wpointer-arith -g -O2
superenv added: -pipe -w -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -w -Os -march=nehalem -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/Cellar/gnupg/2.2.18/share/locale" -DGNUPG_BINDIR="/usr/local/Cellar/gnupg/2.2.18/bin" -DGNUPG_LIBEXECDIR="/usr/local/Cellar/gnupg/2.2.18/libexec" -DGNUPG_LIBDIR="/usr/local/Cellar/gnupg/2.2.18/lib/gnupg" -DGNUPG_DATADIR="/usr/local/Cellar/gnupg/2.2.18/share/gnupg" -DGNUPG_SYSCONFDIR="/usr/local/etc/gnupg" -DGNUPG_LOCALSTATEDIR="/usr/local/Cellar/gnupg/2.2.18/var" -DGNUPG_DEFAULT_PINENTRY="/usr/local/opt/pinentry/bin/pinentry" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libksba/include -DWITHOUT_NPTH=1 -Wno-pointer-sign -c -o libcommon_a-ssh-utils.o ssh-utils.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/Cellar/gnupg/2.2.18/share/locale" -DGNUPG_BINDIR="/usr/local/Cellar/gnupg/2.2.18/bin" -DGNUPG_LIBEXECDIR="/usr/local/Cellar/gnupg/2.2.18/libexec" -DGNUPG_LIBDIR="/usr/local/Cellar/gnupg/2.2.18/lib/gnupg" -DGNUPG_DATADIR="/usr/local/Cellar/gnupg/2.2.18/share/gnupg" -DGNUPG_SYSCONFDIR="/usr/local/etc/gnupg" -DGNUPG_LOCALSTATEDIR="/usr/local/Cellar/gnupg/2.2.18/var" -DGNUPG_DEFAULT_PINENTRY="/usr/local/opt/pinentry/bin/pinentry" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -DWITHOUT_NPTH=1 -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libcommon_a-agent-opt.o agent-opt.c
superenv removed: -Wall -Wpointer-arith -g -O2
superenv added: -pipe -w -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -w -Os -march=nehalem -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/Cellar/gnupg/2.2.18/share/locale" -DGNUPG_BINDIR="/usr/local/Cellar/gnupg/2.2.18/bin" -DGNUPG_LIBEXECDIR="/usr/local/Cellar/gnupg/2.2.18/libexec" -DGNUPG_LIBDIR="/usr/local/Cellar/gnupg/2.2.18/lib/gnupg" -DGNUPG_DATADIR="/usr/local/Cellar/gnupg/2.2.18/share/gnupg" -DGNUPG_SYSCONFDIR="/usr/local/etc/gnupg" -DGNUPG_LOCALSTATEDIR="/usr/local/Cellar/gnupg/2.2.18/var" -DGNUPG_DEFAULT_PINENTRY="/usr/local/opt/pinentry/bin/pinentry" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libksba/include -DWITHOUT_NPTH=1 -Wno-pointer-sign -c -o libcommon_a-agent-opt.o agent-opt.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/Cellar/gnupg/2.2.18/share/locale" -DGNUPG_BINDIR="/usr/local/Cellar/gnupg/2.2.18/bin" -DGNUPG_LIBEXECDIR="/usr/local/Cellar/gnupg/2.2.18/libexec" -DGNUPG_LIBDIR="/usr/local/Cellar/gnupg/2.2.18/lib/gnupg" -DGNUPG_DATADIR="/usr/local/Cellar/gnupg/2.2.18/share/gnupg" -DGNUPG_SYSCONFDIR="/usr/local/etc/gnupg" -DGNUPG_LOCALSTATEDIR="/usr/local/Cellar/gnupg/2.2.18/var" -DGNUPG_DEFAULT_PINENTRY="/usr/local/opt/pinentry/bin/pinentry" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -DWITHOUT_NPTH=1 -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libcommon_a-helpfile.o helpfile.c
superenv removed: -Wall -Wpointer-arith -g -O2
superenv added: -pipe -w -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -w -Os -march=nehalem -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/Cellar/gnupg/2.2.18/share/locale" -DGNUPG_BINDIR="/usr/local/Cellar/gnupg/2.2.18/bin" -DGNUPG_LIBEXECDIR="/usr/local/Cellar/gnupg/2.2.18/libexec" -DGNUPG_LIBDIR="/usr/local/Cellar/gnupg/2.2.18/lib/gnupg" -DGNUPG_DATADIR="/usr/local/Cellar/gnupg/2.2.18/share/gnupg" -DGNUPG_SYSCONFDIR="/usr/local/etc/gnupg" -DGNUPG_LOCALSTATEDIR="/usr/local/Cellar/gnupg/2.2.18/var" -DGNUPG_DEFAULT_PINENTRY="/usr/local/opt/pinentry/bin/pinentry" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libksba/include -DWITHOUT_NPTH=1 -Wno-pointer-sign -c -o libcommon_a-helpfile.o helpfile.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/Cellar/gnupg/2.2.18/share/locale" -DGNUPG_BINDIR="/usr/local/Cellar/gnupg/2.2.18/bin" -DGNUPG_LIBEXECDIR="/usr/local/Cellar/gnupg/2.2.18/libexec" -DGNUPG_LIBDIR="/usr/local/Cellar/gnupg/2.2.18/lib/gnupg" -DGNUPG_DATADIR="/usr/local/Cellar/gnupg/2.2.18/share/gnupg" -DGNUPG_SYSCONFDIR="/usr/local/etc/gnupg" -DGNUPG_LOCALSTATEDIR="/usr/local/Cellar/gnupg/2.2.18/var" -DGNUPG_DEFAULT_PINENTRY="/usr/local/opt/pinentry/bin/pinentry" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -DWITHOUT_NPTH=1 -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libcommon_a-exectool.o exectool.c
superenv removed: -Wall -Wpointer-arith -g -O2
superenv added: -pipe -w -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -w -Os -march=nehalem -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/Cellar/gnupg/2.2.18/share/locale" -DGNUPG_BINDIR="/usr/local/Cellar/gnupg/2.2.18/bin" -DGNUPG_LIBEXECDIR="/usr/local/Cellar/gnupg/2.2.18/libexec" -DGNUPG_LIBDIR="/usr/local/Cellar/gnupg/2.2.18/lib/gnupg" -DGNUPG_DATADIR="/usr/local/Cellar/gnupg/2.2.18/share/gnupg" -DGNUPG_SYSCONFDIR="/usr/local/etc/gnupg" -DGNUPG_LOCALSTATEDIR="/usr/local/Cellar/gnupg/2.2.18/var" -DGNUPG_DEFAULT_PINENTRY="/usr/local/opt/pinentry/bin/pinentry" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libksba/include -DWITHOUT_NPTH=1 -Wno-pointer-sign -c -o libcommon_a-exectool.o exectool.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/Cellar/gnupg/2.2.18/share/locale" -DGNUPG_BINDIR="/usr/local/Cellar/gnupg/2.2.18/bin" -DGNUPG_LIBEXECDIR="/usr/local/Cellar/gnupg/2.2.18/libexec" -DGNUPG_LIBDIR="/usr/local/Cellar/gnupg/2.2.18/lib/gnupg" -DGNUPG_DATADIR="/usr/local/Cellar/gnupg/2.2.18/share/gnupg" -DGNUPG_SYSCONFDIR="/usr/local/etc/gnupg" -DGNUPG_LOCALSTATEDIR="/usr/local/Cellar/gnupg/2.2.18/var" -DGNUPG_DEFAULT_PINENTRY="/usr/local/opt/pinentry/bin/pinentry" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -DWITHOUT_NPTH=1 -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libcommon_a-server-help.o server-help.c
superenv removed: -Wall -Wpointer-arith -g -O2
superenv added: -pipe -w -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -w -Os -march=nehalem -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/Cellar/gnupg/2.2.18/share/locale" -DGNUPG_BINDIR="/usr/local/Cellar/gnupg/2.2.18/bin" -DGNUPG_LIBEXECDIR="/usr/local/Cellar/gnupg/2.2.18/libexec" -DGNUPG_LIBDIR="/usr/local/Cellar/gnupg/2.2.18/lib/gnupg" -DGNUPG_DATADIR="/usr/local/Cellar/gnupg/2.2.18/share/gnupg" -DGNUPG_SYSCONFDIR="/usr/local/etc/gnupg" -DGNUPG_LOCALSTATEDIR="/usr/local/Cellar/gnupg/2.2.18/var" -DGNUPG_DEFAULT_PINENTRY="/usr/local/opt/pinentry/bin/pinentry" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libksba/include -DWITHOUT_NPTH=1 -Wno-pointer-sign -c -o libcommon_a-server-help.o server-help.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/Cellar/gnupg/2.2.18/share/locale" -DGNUPG_BINDIR="/usr/local/Cellar/gnupg/2.2.18/bin" -DGNUPG_LIBEXECDIR="/usr/local/Cellar/gnupg/2.2.18/libexec" -DGNUPG_LIBDIR="/usr/local/Cellar/gnupg/2.2.18/lib/gnupg" -DGNUPG_DATADIR="/usr/local/Cellar/gnupg/2.2.18/share/gnupg" -DGNUPG_SYSCONFDIR="/usr/local/etc/gnupg" -DGNUPG_LOCALSTATEDIR="/usr/local/Cellar/gnupg/2.2.18/var" -DGNUPG_DEFAULT_PINENTRY="/usr/local/opt/pinentry/bin/pinentry" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -DWITHOUT_NPTH=1 -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libcommon_a-mkdir_p.o mkdir_p.c
superenv removed: -Wall -Wpointer-arith -g -O2
superenv added: -pipe -w -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -w -Os -march=nehalem -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/Cellar/gnupg/2.2.18/share/locale" -DGNUPG_BINDIR="/usr/local/Cellar/gnupg/2.2.18/bin" -DGNUPG_LIBEXECDIR="/usr/local/Cellar/gnupg/2.2.18/libexec" -DGNUPG_LIBDIR="/usr/local/Cellar/gnupg/2.2.18/lib/gnupg" -DGNUPG_DATADIR="/usr/local/Cellar/gnupg/2.2.18/share/gnupg" -DGNUPG_SYSCONFDIR="/usr/local/etc/gnupg" -DGNUPG_LOCALSTATEDIR="/usr/local/Cellar/gnupg/2.2.18/var" -DGNUPG_DEFAULT_PINENTRY="/usr/local/opt/pinentry/bin/pinentry" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libksba/include -DWITHOUT_NPTH=1 -Wno-pointer-sign -c -o libcommon_a-mkdir_p.o mkdir_p.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/Cellar/gnupg/2.2.18/share/locale" -DGNUPG_BINDIR="/usr/local/Cellar/gnupg/2.2.18/bin" -DGNUPG_LIBEXECDIR="/usr/local/Cellar/gnupg/2.2.18/libexec" -DGNUPG_LIBDIR="/usr/local/Cellar/gnupg/2.2.18/lib/gnupg" -DGNUPG_DATADIR="/usr/local/Cellar/gnupg/2.2.18/share/gnupg" -DGNUPG_SYSCONFDIR="/usr/local/etc/gnupg" -DGNUPG_LOCALSTATEDIR="/usr/local/Cellar/gnupg/2.2.18/var" -DGNUPG_DEFAULT_PINENTRY="/usr/local/opt/pinentry/bin/pinentry" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -DWITHOUT_NPTH=1 -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libcommon_a-name-value.o name-value.c
superenv removed: -Wall -Wpointer-arith -g -O2
superenv added: -pipe -w -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -w -Os -march=nehalem -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/Cellar/gnupg/2.2.18/share/locale" -DGNUPG_BINDIR="/usr/local/Cellar/gnupg/2.2.18/bin" -DGNUPG_LIBEXECDIR="/usr/local/Cellar/gnupg/2.2.18/libexec" -DGNUPG_LIBDIR="/usr/local/Cellar/gnupg/2.2.18/lib/gnupg" -DGNUPG_DATADIR="/usr/local/Cellar/gnupg/2.2.18/share/gnupg" -DGNUPG_SYSCONFDIR="/usr/local/etc/gnupg" -DGNUPG_LOCALSTATEDIR="/usr/local/Cellar/gnupg/2.2.18/var" -DGNUPG_DEFAULT_PINENTRY="/usr/local/opt/pinentry/bin/pinentry" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libksba/include -DWITHOUT_NPTH=1 -Wno-pointer-sign -c -o libcommon_a-name-value.o name-value.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/Cellar/gnupg/2.2.18/share/locale" -DGNUPG_BINDIR="/usr/local/Cellar/gnupg/2.2.18/bin" -DGNUPG_LIBEXECDIR="/usr/local/Cellar/gnupg/2.2.18/libexec" -DGNUPG_LIBDIR="/usr/local/Cellar/gnupg/2.2.18/lib/gnupg" -DGNUPG_DATADIR="/usr/local/Cellar/gnupg/2.2.18/share/gnupg" -DGNUPG_SYSCONFDIR="/usr/local/etc/gnupg" -DGNUPG_LOCALSTATEDIR="/usr/local/Cellar/gnupg/2.2.18/var" -DGNUPG_DEFAULT_PINENTRY="/usr/local/opt/pinentry/bin/pinentry" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -DWITHOUT_NPTH=1 -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libcommon_a-recsel.o recsel.c
superenv removed: -Wall -Wpointer-arith -g -O2
superenv added: -pipe -w -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -w -Os -march=nehalem -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/Cellar/gnupg/2.2.18/share/locale" -DGNUPG_BINDIR="/usr/local/Cellar/gnupg/2.2.18/bin" -DGNUPG_LIBEXECDIR="/usr/local/Cellar/gnupg/2.2.18/libexec" -DGNUPG_LIBDIR="/usr/local/Cellar/gnupg/2.2.18/lib/gnupg" -DGNUPG_DATADIR="/usr/local/Cellar/gnupg/2.2.18/share/gnupg" -DGNUPG_SYSCONFDIR="/usr/local/etc/gnupg" -DGNUPG_LOCALSTATEDIR="/usr/local/Cellar/gnupg/2.2.18/var" -DGNUPG_DEFAULT_PINENTRY="/usr/local/opt/pinentry/bin/pinentry" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libksba/include -DWITHOUT_NPTH=1 -Wno-pointer-sign -c -o libcommon_a-recsel.o recsel.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/Cellar/gnupg/2.2.18/share/locale" -DGNUPG_BINDIR="/usr/local/Cellar/gnupg/2.2.18/bin" -DGNUPG_LIBEXECDIR="/usr/local/Cellar/gnupg/2.2.18/libexec" -DGNUPG_LIBDIR="/usr/local/Cellar/gnupg/2.2.18/lib/gnupg" -DGNUPG_DATADIR="/usr/local/Cellar/gnupg/2.2.18/share/gnupg" -DGNUPG_SYSCONFDIR="/usr/local/etc/gnupg" -DGNUPG_LOCALSTATEDIR="/usr/local/Cellar/gnupg/2.2.18/var" -DGNUPG_DEFAULT_PINENTRY="/usr/local/opt/pinentry/bin/pinentry" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -DWITHOUT_NPTH=1 -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libcommon_a-ksba-io-support.o ksba-io-support.c
superenv removed: -Wall -Wpointer-arith -g -O2
superenv added: -pipe -w -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -w -Os -march=nehalem -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/Cellar/gnupg/2.2.18/share/locale" -DGNUPG_BINDIR="/usr/local/Cellar/gnupg/2.2.18/bin" -DGNUPG_LIBEXECDIR="/usr/local/Cellar/gnupg/2.2.18/libexec" -DGNUPG_LIBDIR="/usr/local/Cellar/gnupg/2.2.18/lib/gnupg" -DGNUPG_DATADIR="/usr/local/Cellar/gnupg/2.2.18/share/gnupg" -DGNUPG_SYSCONFDIR="/usr/local/etc/gnupg" -DGNUPG_LOCALSTATEDIR="/usr/local/Cellar/gnupg/2.2.18/var" -DGNUPG_DEFAULT_PINENTRY="/usr/local/opt/pinentry/bin/pinentry" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libksba/include -DWITHOUT_NPTH=1 -Wno-pointer-sign -c -o libcommon_a-ksba-io-support.o ksba-io-support.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/Cellar/gnupg/2.2.18/share/locale" -DGNUPG_BINDIR="/usr/local/Cellar/gnupg/2.2.18/bin" -DGNUPG_LIBEXECDIR="/usr/local/Cellar/gnupg/2.2.18/libexec" -DGNUPG_LIBDIR="/usr/local/Cellar/gnupg/2.2.18/lib/gnupg" -DGNUPG_DATADIR="/usr/local/Cellar/gnupg/2.2.18/share/gnupg" -DGNUPG_SYSCONFDIR="/usr/local/etc/gnupg" -DGNUPG_LOCALSTATEDIR="/usr/local/Cellar/gnupg/2.2.18/var" -DGNUPG_DEFAULT_PINENTRY="/usr/local/opt/pinentry/bin/pinentry" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -DWITHOUT_NPTH=1 -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libcommon_a-compliance.o compliance.c
superenv removed: -Wall -Wpointer-arith -g -O2
superenv added: -pipe -w -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -w -Os -march=nehalem -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/Cellar/gnupg/2.2.18/share/locale" -DGNUPG_BINDIR="/usr/local/Cellar/gnupg/2.2.18/bin" -DGNUPG_LIBEXECDIR="/usr/local/Cellar/gnupg/2.2.18/libexec" -DGNUPG_LIBDIR="/usr/local/Cellar/gnupg/2.2.18/lib/gnupg" -DGNUPG_DATADIR="/usr/local/Cellar/gnupg/2.2.18/share/gnupg" -DGNUPG_SYSCONFDIR="/usr/local/etc/gnupg" -DGNUPG_LOCALSTATEDIR="/usr/local/Cellar/gnupg/2.2.18/var" -DGNUPG_DEFAULT_PINENTRY="/usr/local/opt/pinentry/bin/pinentry" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libksba/include -DWITHOUT_NPTH=1 -Wno-pointer-sign -c -o libcommon_a-compliance.o compliance.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/Cellar/gnupg/2.2.18/share/locale" -DGNUPG_BINDIR="/usr/local/Cellar/gnupg/2.2.18/bin" -DGNUPG_LIBEXECDIR="/usr/local/Cellar/gnupg/2.2.18/libexec" -DGNUPG_LIBDIR="/usr/local/Cellar/gnupg/2.2.18/lib/gnupg" -DGNUPG_DATADIR="/usr/local/Cellar/gnupg/2.2.18/share/gnupg" -DGNUPG_SYSCONFDIR="/usr/local/etc/gnupg" -DGNUPG_LOCALSTATEDIR="/usr/local/Cellar/gnupg/2.2.18/var" -DGNUPG_DEFAULT_PINENTRY="/usr/local/opt/pinentry/bin/pinentry" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -DWITHOUT_NPTH=1 -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libcommon_a-exechelp-posix.o exechelp-posix.c
superenv removed: -Wall -Wpointer-arith -g -O2
superenv added: -pipe -w -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -w -Os -march=nehalem -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/Cellar/gnupg/2.2.18/share/locale" -DGNUPG_BINDIR="/usr/local/Cellar/gnupg/2.2.18/bin" -DGNUPG_LIBEXECDIR="/usr/local/Cellar/gnupg/2.2.18/libexec" -DGNUPG_LIBDIR="/usr/local/Cellar/gnupg/2.2.18/lib/gnupg" -DGNUPG_DATADIR="/usr/local/Cellar/gnupg/2.2.18/share/gnupg" -DGNUPG_SYSCONFDIR="/usr/local/etc/gnupg" -DGNUPG_LOCALSTATEDIR="/usr/local/Cellar/gnupg/2.2.18/var" -DGNUPG_DEFAULT_PINENTRY="/usr/local/opt/pinentry/bin/pinentry" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libksba/include -DWITHOUT_NPTH=1 -Wno-pointer-sign -c -o libcommon_a-exechelp-posix.o exechelp-posix.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/Cellar/gnupg/2.2.18/share/locale" -DGNUPG_BINDIR="/usr/local/Cellar/gnupg/2.2.18/bin" -DGNUPG_LIBEXECDIR="/usr/local/Cellar/gnupg/2.2.18/libexec" -DGNUPG_LIBDIR="/usr/local/Cellar/gnupg/2.2.18/lib/gnupg" -DGNUPG_DATADIR="/usr/local/Cellar/gnupg/2.2.18/share/gnupg" -DGNUPG_SYSCONFDIR="/usr/local/etc/gnupg" -DGNUPG_LOCALSTATEDIR="/usr/local/Cellar/gnupg/2.2.18/var" -DGNUPG_DEFAULT_PINENTRY="/usr/local/opt/pinentry/bin/pinentry" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -DWITHOUT_NPTH=1 -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libcommon_a-get-passphrase.o get-passphrase.c
superenv removed: -Wall -Wpointer-arith -g -O2
superenv added: -pipe -w -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -w -Os -march=nehalem -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/Cellar/gnupg/2.2.18/share/locale" -DGNUPG_BINDIR="/usr/local/Cellar/gnupg/2.2.18/bin" -DGNUPG_LIBEXECDIR="/usr/local/Cellar/gnupg/2.2.18/libexec" -DGNUPG_LIBDIR="/usr/local/Cellar/gnupg/2.2.18/lib/gnupg" -DGNUPG_DATADIR="/usr/local/Cellar/gnupg/2.2.18/share/gnupg" -DGNUPG_SYSCONFDIR="/usr/local/etc/gnupg" -DGNUPG_LOCALSTATEDIR="/usr/local/Cellar/gnupg/2.2.18/var" -DGNUPG_DEFAULT_PINENTRY="/usr/local/opt/pinentry/bin/pinentry" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libksba/include -DWITHOUT_NPTH=1 -Wno-pointer-sign -c -o libcommon_a-get-passphrase.o get-passphrase.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/Cellar/gnupg/2.2.18/share/locale" -DGNUPG_BINDIR="/usr/local/Cellar/gnupg/2.2.18/bin" -DGNUPG_LIBEXECDIR="/usr/local/Cellar/gnupg/2.2.18/libexec" -DGNUPG_LIBDIR="/usr/local/Cellar/gnupg/2.2.18/lib/gnupg" -DGNUPG_DATADIR="/usr/local/Cellar/gnupg/2.2.18/share/gnupg" -DGNUPG_SYSCONFDIR="/usr/local/etc/gnupg" -DGNUPG_LOCALSTATEDIR="/usr/local/Cellar/gnupg/2.2.18/var" -DGNUPG_DEFAULT_PINENTRY="/usr/local/opt/pinentry/bin/pinentry" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/Cellar/npth/1.6/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libcommonpth_a-i18n.o i18n.c
superenv removed: -Wall -Wpointer-arith -g -O2
superenv added: -pipe -w -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -w -Os -march=nehalem -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/Cellar/gnupg/2.2.18/share/locale" -DGNUPG_BINDIR="/usr/local/Cellar/gnupg/2.2.18/bin" -DGNUPG_LIBEXECDIR="/usr/local/Cellar/gnupg/2.2.18/libexec" -DGNUPG_LIBDIR="/usr/local/Cellar/gnupg/2.2.18/lib/gnupg" -DGNUPG_DATADIR="/usr/local/Cellar/gnupg/2.2.18/share/gnupg" -DGNUPG_SYSCONFDIR="/usr/local/etc/gnupg" -DGNUPG_LOCALSTATEDIR="/usr/local/Cellar/gnupg/2.2.18/var" -DGNUPG_DEFAULT_PINENTRY="/usr/local/opt/pinentry/bin/pinentry" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libksba/include -I/usr/local/Cellar/npth/1.6/include -Wno-pointer-sign -c -o libcommonpth_a-i18n.o i18n.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
clang called with: -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/Cellar/gnupg/2.2.18/share/locale" -DGNUPG_BINDIR="/usr/local/Cellar/gnupg/2.2.18/bin" -DGNUPG_LIBEXECDIR="/usr/local/Cellar/gnupg/2.2.18/libexec" -DGNUPG_LIBDIR="/usr/local/Cellar/gnupg/2.2.18/lib/gnupg" -DGNUPG_DATADIR="/usr/local/Cellar/gnupg/2.2.18/share/gnupg" -DGNUPG_SYSCONFDIR="/usr/local/etc/gnupg" -DGNUPG_LOCALSTATEDIR="/usr/local/Cellar/gnupg/2.2.18/var" -DGNUPG_DEFAULT_PINENTRY="/usr/local/opt/pinentry/bin/pinentry" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libksba/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libgpg-error/include -I/usr/local/Cellar/npth/1.6/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -c -o libcommonpth_a-mapstrings.o mapstrings.c
superenv removed: -Wall -Wpointer-arith -g -O2
superenv added: -pipe -w -Os -march=nehalem -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -w -Os -march=nehalem -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/Cellar/gnupg/2.2.18/share/locale" -DGNUPG_BINDIR="/usr/local/Cellar/gnupg/2.2.18/bin" -DGNUPG_LIBEXECDIR="/usr/local/Cellar/gnupg/2.2.18/libexec" -DGNUPG_LIBDIR="/usr/local/Cellar/gnupg/2.2.18/lib/gnupg" -DGNUPG_DATADIR="/usr/local/Cellar/gnupg/2.2.18/share/gnupg" -DGNUPG_SYSCONFDIR="/usr/local/etc/gnupg" -DGNUPG_LOCALSTATEDIR="/usr/local/Cellar/gnupg/2.2.18/var" -DGNUPG_DEFAULT_PINENTRY="/usr/local/opt/pinentry/bin/pinentry" -I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include -I/usr/local/opt/libassuan/include -I/usr/local/opt/libksba/include -I/usr/local/Cellar/npth/1.6/include -Wno-pointer-sign -c -o libcommonpth_a-mapstrings.o mapstrings.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/openssl@1.1/include
View raw

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

View raw

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

View raw

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

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