Created
April 6, 2018 21:37
-
-
Save SunSparc/bd8e84bd52127378041df4a76a497aec to your computer and use it in GitHub Desktop.
openssh on macOS 10.13.3 - Homebrew build logs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Homebrew build logs for openssh on macOS 10.13.3 | |
| Build date: 2018-04-06 14:58:16 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| HOMEBREW_VERSION: 1.5.14-3-g94c0d83 | |
| ORIGIN: https://github.com/Homebrew/brew | |
| HEAD: 94c0d833c387a618e57922cc36e8458d0d22e661 | |
| Last commit: 35 hours ago | |
| Core tap ORIGIN: https://github.com/Homebrew/homebrew-core | |
| Core tap HEAD: 3d69c661c457c2e6127451227d0e74a3dd219806 | |
| Core tap last commit: 2 hours ago | |
| HOMEBREW_PREFIX: /usr/local | |
| HOMEBREW_AWS_ACCESS_KEY_ID: set | |
| HOMEBREW_AWS_SECRET_ACCESS_KEY: set | |
| HOMEBREW_DEV_CMD_RUN: 1 | |
| HOMEBREW_GITHUB_API_TOKEN: set | |
| CPU: octa-core 64-bit kabylake | |
| Homebrew Ruby: 2.3.3 => /usr/local/Homebrew/Library/Homebrew/vendor/portable-ruby/2.3.3/bin/ruby | |
| Clang: 9.0 build 900 | |
| Git: 2.17.0 => /usr/local/bin/git | |
| Curl: 7.54.0 => /usr/bin/curl | |
| Java: N/A | |
| macOS: 10.13.3-x86_64 | |
| CLT: 9.2.0.0.1.1510905681 | |
| Xcode: N/A | |
| XQuartz: N/A |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Your system is ready to brew. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| openssh |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 2018-04-06 14:56:49 -0600 | |
| ./configure | |
| --with-libedit | |
| --with-kerberos5 | |
| --prefix=/usr/local/Cellar/openssh/7.7p1 | |
| --sysconfdir=/usr/local/etc/ssh | |
| --with-pam | |
| --with-ssl-dir=/usr/local/opt/openssl | |
| --with-ldns | |
| 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 build system type... x86_64-apple-darwin17.4.0 | |
| checking host system type... x86_64-apple-darwin17.4.0 | |
| 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 whether byte ordering is bigendian... no | |
| checking for gawk... no | |
| checking for mawk... no | |
| checking for nawk... no | |
| checking for awk... awk | |
| checking how to run the C preprocessor... clang -E | |
| checking for ranlib... ranlib | |
| checking for a BSD-compatible install... /usr/bin/install -c | |
| checking for egrep... (cached) /usr/bin/grep -E | |
| checking for a thread-safe mkdir -p... ./install-sh -c -d | |
| checking for ar... ar | |
| checking for cat... /bin/cat | |
| checking for kill... /bin/kill | |
| checking for sed... /usr/local/Homebrew/Library/Homebrew/shims/super/sed | |
| checking for ent... no | |
| checking for bash... /bin/bash | |
| checking for ksh... (cached) /bin/bash | |
| checking for sh... (cached) /bin/bash | |
| checking for sh... /bin/sh | |
| checking for groff... /usr/bin/groff | |
| checking for nroff... /usr/bin/nroff | |
| checking for mandoc... no | |
| checking for groupadd... groupadd | |
| checking for useradd... useradd | |
| checking for pkgmk... 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 passwd... /usr/bin/passwd | |
| checking for inline... inline | |
| checking whether LLONG_MAX is declared... yes | |
| checking whether SYSTR_POLICY_KILL is declared... no | |
| checking whether RLIMIT_NPROC is declared... yes | |
| checking whether PR_SET_NO_NEW_PRIVS is declared... no | |
| checking whether OpenSSL will be used for cryptography... yes | |
| checking if clang supports -Werror... yes | |
| checking if clang supports compile flag -pipe... yes | |
| checking if clang supports compile flag -Qunused-arguments... yes | |
| checking if clang supports compile flag -Wunknown-warning-option... yes | |
| checking if clang supports compile flag -Wall... yes | |
| checking if clang supports compile flag -Wpointer-arith... yes | |
| checking if clang supports compile flag -Wuninitialized... yes | |
| checking if clang supports compile flag -Wsign-compare... yes | |
| checking if clang supports compile flag -Wformat-security... yes | |
| checking if clang supports compile flag -Wsizeof-pointer-memaccess... yes | |
| checking if clang supports compile flag -Wpointer-sign... yes | |
| checking if clang supports compile flag -Wunused-result... yes | |
| checking if clang supports compile flag -fno-strict-aliasing... yes | |
| checking if clang supports compile flag -mfunction-return=thunk... no | |
| checking if clang supports compile flag -mindirect-branch=thunk... no | |
| checking if clang supports compile flag -mretpoline... no | |
| checking if clang supports link flag -Wl,-z,retpolineplt... no | |
| checking if clang supports compile flag -D_FORTIFY_SOURCE=2... yes | |
| checking if clang supports link flag -Wl,-z,relro... no | |
| checking if clang supports link flag -Wl,-z,now... no | |
| checking if clang supports link flag -Wl,-z,noexecstack... no | |
| checking if clang supports compile flag -ftrapv and linking succeeds... yes | |
| checking gcc version... | |
| checking if clang accepts -fno-builtin-memset... yes | |
| checking if clang supports -fstack-protector-strong... yes | |
| checking if -fstack-protector-strong works... yes | |
| checking if compiler allows __attribute__ on return types... yes | |
| checking if compiler allows __attribute__ prototype args... yes | |
| checking blf.h usability... no | |
| checking blf.h presence... no | |
| checking for blf.h... no | |
| checking bstring.h usability... no | |
| checking bstring.h presence... no | |
| checking for bstring.h... no | |
| checking crypt.h usability... no | |
| checking crypt.h presence... no | |
| checking for crypt.h... no | |
| checking crypto/sha2.h usability... no | |
| checking crypto/sha2.h presence... no | |
| checking for crypto/sha2.h... no | |
| checking dirent.h usability... yes | |
| checking dirent.h presence... yes | |
| checking for dirent.h... yes | |
| checking endian.h usability... no | |
| checking endian.h presence... no | |
| checking for endian.h... no | |
| checking elf.h usability... no | |
| checking elf.h presence... no | |
| checking for elf.h... no | |
| checking err.h usability... yes | |
| checking err.h presence... yes | |
| checking for err.h... yes | |
| checking features.h usability... no | |
| checking features.h presence... no | |
| checking for features.h... no | |
| checking fcntl.h usability... yes | |
| checking fcntl.h presence... yes | |
| checking for fcntl.h... yes | |
| checking floatingpoint.h usability... no | |
| checking floatingpoint.h presence... no | |
| checking for floatingpoint.h... no | |
| checking getopt.h usability... yes | |
| checking getopt.h presence... yes | |
| checking for getopt.h... yes | |
| checking glob.h usability... yes | |
| checking glob.h presence... yes | |
| checking for glob.h... yes | |
| checking ia.h usability... no | |
| checking ia.h presence... no | |
| checking for ia.h... no | |
| checking iaf.h usability... no | |
| checking iaf.h presence... no | |
| checking for iaf.h... no | |
| checking ifaddrs.h usability... yes | |
| checking ifaddrs.h presence... yes | |
| checking for ifaddrs.h... yes | |
| checking for inttypes.h... (cached) yes | |
| checking langinfo.h usability... yes | |
| checking langinfo.h presence... yes | |
| checking for langinfo.h... yes | |
| checking limits.h usability... yes | |
| checking limits.h presence... yes | |
| checking for limits.h... yes | |
| checking locale.h usability... yes | |
| checking locale.h presence... yes | |
| checking for locale.h... yes | |
| checking login.h usability... no | |
| checking login.h presence... no | |
| checking for login.h... no | |
| checking maillock.h usability... no | |
| checking maillock.h presence... no | |
| checking for maillock.h... no | |
| checking ndir.h usability... no | |
| checking ndir.h presence... no | |
| checking for ndir.h... no | |
| checking net/if_tun.h usability... no | |
| checking net/if_tun.h presence... no | |
| checking for net/if_tun.h... no | |
| checking netdb.h usability... yes | |
| checking netdb.h presence... yes | |
| checking for netdb.h... yes | |
| checking netgroup.h usability... no | |
| checking netgroup.h presence... no | |
| checking for netgroup.h... no | |
| checking pam/pam_appl.h usability... no | |
| checking pam/pam_appl.h presence... no | |
| checking for pam/pam_appl.h... no | |
| checking paths.h usability... yes | |
| checking paths.h presence... yes | |
| checking for paths.h... yes | |
| checking poll.h usability... yes | |
| checking poll.h presence... yes | |
| checking for poll.h... yes | |
| checking pty.h usability... no | |
| checking pty.h presence... no | |
| checking for pty.h... no | |
| checking readpassphrase.h usability... yes | |
| checking readpassphrase.h presence... yes | |
| checking for readpassphrase.h... yes | |
| checking rpc/types.h usability... yes | |
| checking rpc/types.h presence... yes | |
| checking for rpc/types.h... yes | |
| checking security/pam_appl.h usability... yes | |
| checking security/pam_appl.h presence... yes | |
| checking for security/pam_appl.h... yes | |
| checking sha2.h usability... no | |
| checking sha2.h presence... no | |
| checking for sha2.h... no | |
| checking shadow.h usability... no | |
| checking shadow.h presence... no | |
| checking for shadow.h... no | |
| checking stddef.h usability... yes | |
| checking stddef.h presence... yes | |
| checking for stddef.h... yes | |
| checking for stdint.h... (cached) yes | |
| checking for string.h... (cached) yes | |
| checking for strings.h... (cached) yes | |
| checking sys/bitypes.h usability... no | |
| checking sys/bitypes.h presence... no | |
| checking for sys/bitypes.h... no | |
| checking sys/bsdtty.h usability... no | |
| checking sys/bsdtty.h presence... no | |
| checking for sys/bsdtty.h... no | |
| checking sys/cdefs.h usability... yes | |
| checking sys/cdefs.h presence... yes | |
| checking for sys/cdefs.h... yes | |
| checking sys/dir.h usability... yes | |
| checking sys/dir.h presence... yes | |
| checking for sys/dir.h... yes | |
| checking sys/file.h usability... yes | |
| checking sys/file.h presence... yes | |
| checking for sys/file.h... yes | |
| checking sys/mman.h usability... yes | |
| checking sys/mman.h presence... yes | |
| checking for sys/mman.h... yes | |
| checking sys/label.h usability... no | |
| checking sys/label.h presence... no | |
| checking for sys/label.h... no | |
| checking sys/ndir.h usability... no | |
| checking sys/ndir.h presence... no | |
| checking for sys/ndir.h... no | |
| checking sys/poll.h usability... yes | |
| checking sys/poll.h presence... yes | |
| checking for sys/poll.h... yes | |
| checking sys/prctl.h usability... no | |
| checking sys/prctl.h presence... no | |
| checking for sys/prctl.h... no | |
| checking sys/pstat.h usability... no | |
| checking sys/pstat.h presence... no | |
| checking for sys/pstat.h... no | |
| checking sys/ptrace.h usability... yes | |
| checking sys/ptrace.h presence... yes | |
| checking for sys/ptrace.h... yes | |
| checking sys/select.h usability... yes | |
| checking sys/select.h presence... yes | |
| checking for sys/select.h... yes | |
| checking for sys/stat.h... (cached) yes | |
| checking sys/stream.h usability... no | |
| checking sys/stream.h presence... no | |
| checking for sys/stream.h... no | |
| checking sys/stropts.h usability... no | |
| checking sys/stropts.h presence... no | |
| checking for sys/stropts.h... no | |
| checking sys/strtio.h usability... no | |
| checking sys/strtio.h presence... no | |
| checking for sys/strtio.h... no | |
| checking sys/statvfs.h usability... yes | |
| checking sys/statvfs.h presence... yes | |
| checking for sys/statvfs.h... yes | |
| checking sys/sysmacros.h usability... no | |
| checking sys/sysmacros.h presence... no | |
| checking for sys/sysmacros.h... no | |
| checking sys/time.h usability... yes | |
| checking sys/time.h presence... yes | |
| checking for sys/time.h... yes | |
| checking sys/timers.h usability... no | |
| checking sys/timers.h presence... no | |
| checking for sys/timers.h... no | |
| checking sys/vfs.h usability... no | |
| checking sys/vfs.h presence... no | |
| checking for sys/vfs.h... no | |
| checking time.h usability... yes | |
| checking time.h presence... yes | |
| checking for time.h... yes | |
| checking tmpdir.h usability... no | |
| checking tmpdir.h presence... no | |
| checking for tmpdir.h... no | |
| checking ttyent.h usability... yes | |
| checking ttyent.h presence... yes | |
| checking for ttyent.h... yes | |
| checking ucred.h usability... no | |
| checking ucred.h presence... no | |
| checking for ucred.h... no | |
| checking for unistd.h... (cached) yes | |
| checking usersec.h usability... no | |
| checking usersec.h presence... no | |
| checking for usersec.h... no | |
| checking util.h usability... yes | |
| checking util.h presence... yes | |
| checking for util.h... yes | |
| checking utime.h usability... yes | |
| checking utime.h presence... yes | |
| checking for utime.h... yes | |
| checking utmp.h usability... yes | |
| checking utmp.h presence... yes | |
| checking for utmp.h... yes | |
| checking utmpx.h usability... yes | |
| checking utmpx.h presence... yes | |
| checking for utmpx.h... yes | |
| checking vis.h usability... yes | |
| checking vis.h presence... yes | |
| checking for vis.h... yes | |
| checking wchar.h usability... yes | |
| checking wchar.h presence... yes | |
| checking for wchar.h... yes | |
| checking for sys/audit.h... no | |
| checking for sys/capsicum.h... no | |
| checking for net/route.h... yes | |
| checking for sys/sysctl.h... yes | |
| checking for lastlog.h... no | |
| checking for sys/ptms.h... no | |
| checking for login_cap.h... no | |
| checking for sys/mount.h... yes | |
| checking for sys/un.h... yes | |
| checking if we have working getaddrinfo... working | |
| checking whether AU_IPv4 is declared... no | |
| checking for sandbox_init... yes | |
| checking sandbox.h usability... yes | |
| checking sandbox.h presence... yes | |
| checking for sandbox.h... yes | |
| checking for sandbox_apply in -lsandbox... yes | |
| checking compiler and flags for sanity... yes | |
| checking for setsockopt... yes | |
| checking for dirname... yes | |
| checking libgen.h usability... yes | |
| checking libgen.h presence... yes | |
| checking for libgen.h... yes | |
| checking for getspnam... no | |
| checking for getspnam in -lgen... no | |
| checking for library containing basename... none required | |
| checking zlib.h usability... yes | |
| checking zlib.h presence... yes | |
| checking for zlib.h... yes | |
| checking for deflate in -lz... yes | |
| checking for possibly buggy zlib... no | |
| checking for strcasecmp... yes | |
| checking for utimes... yes | |
| checking bsd/libutil.h usability... no | |
| checking bsd/libutil.h presence... no | |
| checking for bsd/libutil.h... no | |
| checking libutil.h usability... no | |
| checking libutil.h presence... no | |
| checking for libutil.h... no | |
| checking for library containing fmt_scaled... no | |
| checking for library containing scan_scaled... no | |
| checking for library containing login... none required | |
| checking for library containing logout... none required | |
| checking for library containing logwtmp... none required | |
| checking for library containing openpty... none required | |
| checking for library containing updwtmp... no | |
| checking for fmt_scaled... no | |
| checking for scan_scaled... no | |
| checking for login... yes | |
| checking for logout... yes | |
| checking for openpty... yes | |
| checking for updwtmp... no | |
| checking for logwtmp... yes | |
| checking for library containing inet_ntop... none required | |
| checking for library containing gethostbyname... none required | |
| checking for strftime... yes | |
| checking for stdlib.h... (cached) yes | |
| checking for GNU libc compatible malloc... yes | |
| checking for stdlib.h... (cached) yes | |
| checking for GNU libc compatible realloc... yes | |
| checking if calloc(0, N) returns non-null... yes | |
| checking for GLOB_ALTDIRFUNC support... yes | |
| checking for gl_matchc field in glob_t... yes | |
| checking for gl_statv and GLOB_KEEPSTAT extensions for glob... no | |
| checking whether GLOB_NOMATCH is declared... yes | |
| checking whether VIS_ALL is declared... no | |
| checking whether struct dirent allocates space for d_name... yes | |
| checking for /proc/pid/fd directory... no | |
| checking for ldns-config... /usr/local/opt/ldns/bin/ldns-config | |
| checking for ldns support... yes | |
| checking for pkg-config... /usr/local/opt/pkg-config/bin/pkg-config | |
| checking if /usr/local/opt/pkg-config/bin/pkg-config knows about libedit... no | |
| checking for el_init in -ledit... yes | |
| checking if libedit version is compatible... yes | |
| checking for gcc >= 4.x... yes | |
| checking if clang supports compile flag -fPIE... yes | |
| checking if clang supports link flag -pie... yes | |
| checking whether both -fPIE and -pie are supported... yes | |
| checking for Blowfish_initstate... no | |
| checking for Blowfish_expandstate... no | |
| checking for Blowfish_expand0state... no | |
| checking for Blowfish_stream2word... no | |
| checking for asprintf... yes | |
| checking for b64_ntop... no | |
| checking for __b64_ntop... no | |
| checking for b64_pton... no | |
| checking for __b64_pton... no | |
| checking for bcopy... yes | |
| checking for bcrypt_pbkdf... no | |
| checking for bindresvport_sa... yes | |
| checking for blf_enc... no | |
| checking for bzero... yes | |
| checking for cap_rights_limit... no | |
| checking for clock... yes | |
| checking for closefrom... no | |
| checking for dirfd... yes | |
| checking for endgrent... yes | |
| checking for err... yes | |
| checking for errx... yes | |
| checking for explicit_bzero... no | |
| checking for fchmod... yes | |
| checking for fchown... yes | |
| checking for flock... yes | |
| checking for freeaddrinfo... yes | |
| checking for freezero... no | |
| checking for fstatfs... yes | |
| checking for fstatvfs... yes | |
| checking for futimes... yes | |
| checking for getaddrinfo... yes | |
| checking for getcwd... yes | |
| checking for getgrouplist... yes | |
| checking for getnameinfo... yes | |
| checking for getopt... yes | |
| checking for getpagesize... yes | |
| checking for getpeereid... yes | |
| checking for getpeerucred... no | |
| checking for getpgid... yes | |
| checking for _getpty... no | |
| checking for getrlimit... yes | |
| checking for getsid... yes | |
| checking for getttyent... yes | |
| checking for glob... yes | |
| checking for group_from_gid... yes | |
| checking for inet_aton... yes | |
| checking for inet_ntoa... yes | |
| checking for inet_ntop... yes | |
| checking for innetgr... yes | |
| checking for llabs... yes | |
| checking for login_getcapbool... no | |
| checking for md5_crypt... no | |
| checking for memmove... yes | |
| checking for memset_s... yes | |
| checking for mkdtemp... yes | |
| checking for ngetaddrinfo... no | |
| checking for nsleep... no | |
| checking for ogetaddrinfo... no | |
| checking for openlog_r... no | |
| checking for pledge... no | |
| checking for poll... yes | |
| checking for prctl... no | |
| checking for pstat... no | |
| checking for raise... yes | |
| checking for readpassphrase... yes | |
| checking for reallocarray... no | |
| checking for recvmsg... yes | |
| checking for recallocarray... no | |
| checking for rresvport_af... yes | |
| checking for sendmsg... yes | |
| checking for setdtablesize... no | |
| checking for setegid... yes | |
| checking for setenv... yes | |
| checking for seteuid... yes | |
| checking for setgroupent... yes | |
| checking for setgroups... yes | |
| checking for setlinebuf... yes | |
| checking for setlogin... yes | |
| checking for setpassent... yes | |
| checking for setpcred... no | |
| checking for setproctitle... no | |
| checking for setregid... yes | |
| checking for setreuid... yes | |
| checking for setrlimit... yes | |
| checking for setsid... yes | |
| checking for setvbuf... yes | |
| checking for sigaction... yes | |
| checking for sigvec... yes | |
| checking for snprintf... yes | |
| checking for socketpair... yes | |
| checking for statfs... yes | |
| checking for statvfs... yes | |
| checking for strcasestr... yes | |
| checking for strdup... yes | |
| checking for strerror... yes | |
| checking for strlcat... yes | |
| checking for strlcpy... yes | |
| checking for strmode... yes | |
| checking for strndup... yes | |
| checking for strnlen... yes | |
| checking for strnvis... yes | |
| checking for strptime... yes | |
| checking for strsignal... yes | |
| checking for strtonum... no | |
| checking for strtoll... yes | |
| checking for strtoul... yes | |
| checking for strtoull... yes | |
| checking for swap32... no | |
| checking for sysconf... yes | |
| checking for tcgetpgrp... yes | |
| checking for timingsafe_bcmp... yes | |
| checking for truncate... yes | |
| checking for unsetenv... yes | |
| checking for updwtmpx... no | |
| checking for user_from_uid... yes | |
| checking for usleep... yes | |
| checking for vasprintf... yes | |
| checking for vsnprintf... yes | |
| checking for waitpid... yes | |
| checking for warn... yes | |
| checking whether bzero is declared... yes | |
| checking for mblen... yes | |
| checking for mbtowc... yes | |
| checking for nl_langinfo... yes | |
| checking for wcwidth... yes | |
| checking for utf8 locale support... yes | |
| checking for library containing dlopen... none required | |
| checking whether RTLD_NOW is declared... yes | |
| checking for gai_strerror... yes | |
| checking for library containing nanosleep... none required | |
| checking for library containing clock_gettime... none required | |
| checking whether strsep is declared... yes | |
| checking for strsep... yes | |
| checking whether tcsendbreak is declared... yes | |
| checking whether h_errno is declared... yes | |
| checking whether SHUT_RD is declared... yes | |
| checking whether O_NONBLOCK is declared... yes | |
| checking whether readv is declared... yes | |
| checking whether writev is declared... yes | |
| checking whether MAXSYMLINKS is declared... yes | |
| checking whether offsetof is declared... yes | |
| checking whether howmany is declared... yes | |
| checking whether NFDBITS is declared... yes | |
| checking for fd_mask... yes | |
| checking for setresuid... no | |
| checking for setresgid... no | |
| checking for realpath... yes | |
| checking if realpath works with non-existent files... no | |
| checking for working fflush(NULL)... yes | |
| checking for gettimeofday... yes | |
| checking for time... yes | |
| checking for endutent... no | |
| checking for getutent... no | |
| checking for getutid... no | |
| checking for getutline... no | |
| checking for pututline... no | |
| checking for setutent... no | |
| checking for utmpname... no | |
| checking for endutxent... yes | |
| checking for getutxent... yes | |
| checking for getutxid... yes | |
| checking for getutxline... yes | |
| checking for getutxuser... no | |
| checking for pututxline... yes | |
| checking for setutxdb... no | |
| checking for setutxent... yes | |
| checking for utmpxname... yes | |
| checking for getlastlogxbyname... yes | |
| checking for daemon... yes | |
| checking for getpagesize... (cached) yes | |
| checking whether snprintf correctly terminates long strings... yes | |
| checking whether vsnprintf returns correct values on overflow... yes | |
| checking whether snprintf can declare const char *fmt... no | |
| checking for (overly) strict mkstemp... no | |
| checking whether AI_NUMERICSERV is declared... yes | |
| checking for working strnvis... no | |
| checking for getpgrp... yes | |
| checking if getpgrp accepts zero args... yes | |
| checking OpenSSL header version... 100020ff (OpenSSL 1.0.2o 27 Mar 2018) | |
| checking OpenSSL library version... 100020ff (OpenSSL 1.0.2o 27 Mar 2018) | |
| checking whether OpenSSL's headers match the library... yes | |
| checking if programs using OpenSSL functions will link... yes | |
| checking for BN_is_prime_ex... yes | |
| checking for DSA_generate_parameters_ex... yes | |
| checking for EVP_DigestInit_ex... yes | |
| checking for EVP_DigestFinal_ex... yes | |
| checking for EVP_MD_CTX_init... yes | |
| checking for EVP_MD_CTX_cleanup... yes | |
| checking for EVP_MD_CTX_copy_ex... yes | |
| checking for HMAC_CTX_init... yes | |
| checking for RSA_generate_key_ex... yes | |
| checking for RSA_get_default_method... yes | |
| checking whether OpenSSL has crippled AES support... no | |
| checking whether OpenSSL has AES CTR via EVP... yes | |
| checking whether OpenSSL has AES GCM via EVP... yes | |
| checking for library containing EVP_CIPHER_CTX_ctrl... none required | |
| checking if EVP_DigestUpdate returns an int... yes | |
| checking for crypt... yes | |
| checking for DES_crypt... yes | |
| checking for SHA256_Update... yes | |
| checking for EVP_sha256... yes | |
| checking for EVP_ripemd160... yes | |
| checking whether OpenSSL has NID_X9_62_prime256v1... yes | |
| checking whether OpenSSL has NID_secp384r1... yes | |
| checking whether OpenSSL has NID_secp521r1... yes | |
| checking if OpenSSL's NID_secp521r1 is functional... yes | |
| checking for arc4random... yes | |
| checking for arc4random_buf... yes | |
| checking for arc4random_stir... yes | |
| checking for arc4random_uniform... yes | |
| checking for ia_openinfo in -liaf... no | |
| checking whether OpenSSL's PRNG is internally seeded... yes | |
| checking for dlopen in -ldl... yes | |
| checking for pam_set_item in -lpam... yes | |
| checking for pam_getenvlist... yes | |
| checking for pam_putenv... yes | |
| checking whether pam_strerror takes only one argument... no | |
| checking if select works with descriptor rlimit... yes | |
| checking if setrlimit(RLIMIT_NOFILE,{0,0}) works... yes | |
| checking if setrlimit RLIMIT_FSIZE works... yes | |
| checking for long long... yes | |
| checking for unsigned long long... yes | |
| checking for long double... yes | |
| checking size of short int... 2 | |
| checking size of int... 4 | |
| checking size of long int... 8 | |
| checking size of long long int... 8 | |
| checking for u_int type... yes | |
| checking for intXX_t types... yes | |
| checking for int64_t type... yes | |
| checking for u_intXX_t types... yes | |
| checking for u_int64_t types... yes | |
| checking for uintXX_t types in stdint.h... yes | |
| checking for uintXX_t types in inttypes.h... yes | |
| checking for u_char... yes | |
| checking for intmax_t... yes | |
| checking for uintmax_t... yes | |
| checking for socklen_t... yes | |
| checking for sig_atomic_t... yes | |
| checking for fsblkcnt_t... yes | |
| checking for fsfilcnt_t... yes | |
| checking for struct statfs.f_flags... no | |
| checking for in_addr_t... yes | |
| checking for in_port_t... yes | |
| checking for size_t... yes | |
| checking for ssize_t... yes | |
| checking for clock_t... yes | |
| checking for sa_family_t... yes | |
| checking for pid_t... yes | |
| checking for mode_t... yes | |
| checking for struct sockaddr_storage... yes | |
| checking for struct sockaddr_in6... yes | |
| checking for struct in6_addr... yes | |
| checking for struct sockaddr_in6.sin6_scope_id... yes | |
| checking for struct addrinfo... yes | |
| checking for struct timeval... yes | |
| checking for struct timespec... yes | |
| checking for ut_host field in utmp.h... yes | |
| checking for ut_host field in utmpx.h... yes | |
| checking for syslen field in utmpx.h... no | |
| checking for ut_pid field in utmp.h... no | |
| checking for ut_type field in utmp.h... no | |
| checking for ut_type field in utmpx.h... yes | |
| checking for ut_tv field in utmp.h... no | |
| checking for ut_id field in utmp.h... no | |
| checking for ut_id field in utmpx.h... yes | |
| checking for ut_addr field in utmp.h... no | |
| checking for ut_addr field in utmpx.h... no | |
| checking for ut_addr_v6 field in utmp.h... no | |
| checking for ut_addr_v6 field in utmpx.h... no | |
| checking for ut_exit field in utmp.h... no | |
| checking for ut_time field in utmp.h... yes | |
| checking for ut_time field in utmpx.h... no | |
| checking for ut_tv field in utmpx.h... yes | |
| checking for struct stat.st_blksize... yes | |
| checking for struct stat.st_mtim... no | |
| checking for struct stat.st_mtime... yes | |
| checking for struct passwd.pw_gecos... yes | |
| checking for struct passwd.pw_class... yes | |
| checking for struct passwd.pw_change... yes | |
| checking for struct passwd.pw_expire... yes | |
| checking for struct __res_state.retrans... yes | |
| checking for ss_family field in struct sockaddr_storage... yes | |
| checking for __ss_family field in struct sockaddr_storage... no | |
| checking for msg_accrights field in struct msghdr... no | |
| checking if struct statvfs.f_fsid is integral type... yes | |
| checking for msg_control field in struct msghdr... yes | |
| checking if libc defines __progname... yes | |
| checking whether clang implements __FUNCTION__... yes | |
| checking whether clang implements __func__... yes | |
| checking whether va_copy exists... yes | |
| checking whether __va_copy exists... yes | |
| checking whether getopt has optreset support... yes | |
| checking if libc defines sys_errlist... yes | |
| checking if libc defines sys_nerr... yes | |
| checking for library containing getrrsetbyname... no | |
| checking for library containing res_query... none required | |
| checking for library containing dn_expand... none required | |
| checking if res_query will link... no | |
| checking for res_query in -lresolv... yes | |
| checking for _getshort... yes | |
| checking for _getlong... yes | |
| checking whether _getshort is declared... no | |
| checking whether _getlong is declared... no | |
| checking for HEADER.ad... yes | |
| checking if struct __res_state _res is an extern... yes | |
| checking for krb5-config... /usr/bin/krb5-config | |
| checking for gssapi support... yes | |
| checking whether we are using Heimdal... no | |
| checking gssapi.h usability... yes | |
| checking gssapi.h presence... yes | |
| checking for gssapi.h... yes | |
| checking gssapi/gssapi.h usability... yes | |
| checking gssapi/gssapi.h presence... yes | |
| checking for gssapi/gssapi.h... yes | |
| checking gssapi_krb5.h usability... no | |
| checking gssapi_krb5.h presence... no | |
| checking for gssapi_krb5.h... no | |
| checking gssapi/gssapi_krb5.h usability... yes | |
| checking gssapi/gssapi_krb5.h presence... yes | |
| checking for gssapi/gssapi_krb5.h... yes | |
| checking gssapi_generic.h usability... no | |
| checking gssapi_generic.h presence... no | |
| checking for gssapi_generic.h... no | |
| checking gssapi/gssapi_generic.h usability... yes | |
| checking gssapi/gssapi_generic.h presence... yes | |
| checking for gssapi/gssapi_generic.h... yes | |
| checking for library containing k_hasafs... no | |
| checking whether GSS_C_NT_HOSTBASED_SERVICE is declared... yes | |
| checking for krb5_cc_new_unique... yes | |
| checking for krb5_get_error_message... yes | |
| checking for krb5_free_error_message... yes | |
| checking for xauth... no | |
| checking Discovering system mail directory... Using: /var/mail from _PATH_MAILDIR | |
| checking for "/dev/ptmx"... yes | |
| checking for "/dev/ptc"... no | |
| checking for nroff... (cached) /usr/bin/nroff | |
| checking if the systems has expire shadow information... no | |
| checking for "/etc/default/login"... no | |
| Adding /usr/local/Cellar/openssh/7.7p1/bin to USER_PATH so scp will work | |
| checking if we need to convert IPv4 in IPv6-mapped addresses... no (default) | |
| checking if your system defines LASTLOG_FILE... no | |
| checking if your system defines _PATH_LASTLOG... yes | |
| checking if your system defines UTMP_FILE... no | |
| checking if your system defines WTMP_FILE... no | |
| checking if your system defines WTMPX_FILE... no | |
| checking for struct lastlog.ll_line... yes | |
| checking for struct utmp.ut_line... yes | |
| checking whether BROKEN_GETADDRINFO is declared... no | |
| configure: creating ./config.status | |
| config.status: creating Makefile | |
| config.status: creating buildpkg.sh | |
| config.status: creating opensshd.init | |
| config.status: creating openssh.xml | |
| config.status: creating openbsd-compat/Makefile | |
| config.status: creating openbsd-compat/regress/Makefile | |
| config.status: creating survey.sh | |
| config.status: creating config.h | |
| OpenSSH has been configured with the following options: | |
| User binaries: /usr/local/Cellar/openssh/7.7p1/bin | |
| System binaries: /usr/local/Cellar/openssh/7.7p1/sbin | |
| Configuration files: /usr/local/etc/ssh | |
| Askpass program: /usr/local/Cellar/openssh/7.7p1/libexec/ssh-askpass | |
| Manual pages: /usr/local/Cellar/openssh/7.7p1/share/man/manX | |
| PID file: /var/run | |
| Privilege separation chroot path: /var/empty | |
| sshd default user PATH: /usr/bin:/bin:/usr/sbin:/sbin:/usr/local/Cellar/openssh/7.7p1/bin | |
| Manpage format: doc | |
| PAM support: yes | |
| OSF SIA support: no | |
| KerberosV support: yes | |
| SELinux support: no | |
| S/KEY support: no | |
| MD5 password support: no | |
| libedit support: yes | |
| libldns support: yes | |
| Solaris process contract support: no | |
| Solaris project support: no | |
| Solaris privilege support: no | |
| IP address in $DISPLAY hack: no | |
| Translate v4 in v6 hack: no | |
| BSD Auth support: no | |
| Random number source: OpenSSL internal ONLY | |
| Privsep sandbox style: darwin | |
| Host: x86_64-apple-darwin17.4.0 | |
| Compiler: clang | |
| Compiler flags: -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE | |
| Preprocessor flags: -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include | |
| Linker flags: -L/usr/local/opt/openssl/lib -fstack-protector-strong -pie | |
| Libraries: -lcrypto -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -lresolv | |
| +for sshd: -lsandbox -lpam -ldl | |
| PAM is enabled. You may need to install a PAM control file | |
| for sshd, otherwise password authentication may fail. | |
| Example PAM control files can be found in the contrib/ | |
| subdirectory | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| clang called with: --version | |
| superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native --version -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -v | |
| superenv executed: clang -v | |
| clang called with: -V | |
| superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -V -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -qversion | |
| superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -qversion -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -c -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -o conftest -g -O2 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -c -g -O2 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -Werror -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -Werror -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -Werror -pipe -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -Werror -pipe -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Werror -Qunused-arguments -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Werror -Qunused-arguments -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Werror -Wunknown-warning-option -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Werror -Wunknown-warning-option -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Werror -Wall -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Werror -Wall -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Werror -Wpointer-arith -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Werror -Wpointer-arith -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Werror -Wuninitialized -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Werror -Wuninitialized -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Werror -Wsign-compare -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Werror -Wsign-compare -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Werror -Wformat-security -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Werror -Wformat-security -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Werror -Wsizeof-pointer-memaccess -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Werror -Wsizeof-pointer-memaccess -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Werror -Wpointer-sign -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Werror -Wpointer-sign -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Werror -Wunused-result -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Werror -Wunused-result -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -Werror -fno-strict-aliasing -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -Werror -fno-strict-aliasing -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -Werror -mfunction-return=thunk -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -Werror -mfunction-return=thunk -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -Werror -mindirect-branch=thunk -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -Werror -mindirect-branch=thunk -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -Werror -mretpoline -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -Werror -mretpoline -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -Werror -Wl,-z,retpolineplt conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -Werror -Wl,-z,retpolineplt conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -Werror -D_FORTIFY_SOURCE=2 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -Werror -D_FORTIFY_SOURCE=2 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -Werror -Wl,-z,relro conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -Werror -Wl,-z,relro conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -Werror -Wl,-z,now conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -Werror -Wl,-z,now conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -Werror -Wl,-z,noexecstack conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -Werror -Wl,-z,noexecstack conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -Werror -ftrapv -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -Werror -ftrapv -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -v | |
| superenv executed: clang -v | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -Werror -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -fstack-protector-strong -Werror conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -Werror -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -fstack-protector-strong -Werror conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -fstack-protector-strong conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -fstack-protector-strong conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -fstack-protector-strong conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -fstack-protector-strong conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -fstack-protector-strong conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -fstack-protector-strong conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -fstack-protector-strong conftest.c -lsandbox | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -fstack-protector-strong conftest.c -lsandbox -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -fstack-protector-strong conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -fstack-protector-strong conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -fstack-protector-strong conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -fstack-protector-strong conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -fstack-protector-strong conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -fstack-protector-strong conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -fstack-protector-strong conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -fstack-protector-strong conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -fstack-protector-strong conftest.c -lgen | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -fstack-protector-strong conftest.c -lgen -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -fstack-protector-strong conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -fstack-protector-strong conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -fstack-protector-strong conftest.c -lz | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -fstack-protector-strong conftest.c -lz -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -fstack-protector-strong conftest.c -lz | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -fstack-protector-strong conftest.c -lz -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -fstack-protector-strong conftest.c -lz | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -fstack-protector-strong conftest.c -lz -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -fstack-protector-strong conftest.c -lz | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -fstack-protector-strong conftest.c -lz -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -fstack-protector-strong conftest.c -lz | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -fstack-protector-strong conftest.c -lz -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -fstack-protector-strong conftest.c -lutil -lz | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -fstack-protector-strong conftest.c -lutil -lz -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -fstack-protector-strong conftest.c -lbsd -lz | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -fstack-protector-strong conftest.c -lbsd -lz -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -fstack-protector-strong conftest.c -lz | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -fstack-protector-strong conftest.c -lz -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -fstack-protector-strong conftest.c -lutil -lz | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -fstack-protector-strong conftest.c -lutil -lz -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -fstack-protector-strong conftest.c -lbsd -lz | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -fstack-protector-strong conftest.c -lbsd -lz -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -fstack-protector-strong conftest.c -lz | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -fstack-protector-strong conftest.c -lz -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -fstack-protector-strong conftest.c -lz | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -fstack-protector-strong conftest.c -lz -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -fstack-protector-strong conftest.c -lz | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -fstack-protector-strong conftest.c -lz -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -fstack-protector-strong conftest.c -lz | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -fstack-protector-strong conftest.c -lz -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -fstack-protector-strong conftest.c -lz | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -fstack-protector-strong conftest.c -lz -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -fstack-protector-strong conftest.c -lutil -lz | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -fstack-protector-strong conftest.c -lutil -lz -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -fstack-protector-strong conftest.c -lbsd -lz | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -fstack-protector-strong conftest.c -lbsd -lz -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -fstack-protector-strong conftest.c -lz | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -fstack-protector-strong conftest.c -lz -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -fstack-protector-strong conftest.c -lz | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -fstack-protector-strong conftest.c -lz -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -fstack-protector-strong conftest.c -lz | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -fstack-protector-strong conftest.c -lz -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -fstack-protector-strong conftest.c -lz | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -fstack-protector-strong conftest.c -lz -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -fstack-protector-strong conftest.c -lz | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -fstack-protector-strong conftest.c -lz -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -fstack-protector-strong conftest.c -lz | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -fstack-protector-strong conftest.c -lz -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -fstack-protector-strong conftest.c -lz | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -fstack-protector-strong conftest.c -lz -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -fstack-protector-strong conftest.c -lz | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -fstack-protector-strong conftest.c -lz -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -fstack-protector-strong conftest.c -lz | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -fstack-protector-strong conftest.c -lz -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -fstack-protector-strong conftest.c -lz | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -fstack-protector-strong conftest.c -lz -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -fstack-protector-strong conftest.c -lz | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -fstack-protector-strong conftest.c -lz -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -fstack-protector-strong conftest.c -lz | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -fstack-protector-strong conftest.c -lz -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -fstack-protector-strong conftest.c -lz | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -fstack-protector-strong conftest.c -lz -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -E -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -fstack-protector-strong conftest.c -lz | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -fstack-protector-strong conftest.c -lz -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong conftest.c -ledit -lcurses -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong conftest.c -ledit -lcurses -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -Werror -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -Werror -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -Werror -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -Werror -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -fstack-protector-strong -pie conftest.c -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -L/usr/local/opt/openssl/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -L/usr/local/opt/openssl/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -L/usr/local/opt/openssl/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -L/usr/local/opt/openssl/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -L/usr/local/opt/openssl/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -L/usr/local/opt/openssl/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -L/usr/local/opt/openssl/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -L/usr/local/opt/openssl/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -L/usr/local/opt/openssl/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -L/usr/local/opt/openssl/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -L/usr/local/opt/openssl/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -L/usr/local/opt/openssl/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -L/usr/local/opt/openssl/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -L/usr/local/opt/openssl/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -L/usr/local/opt/openssl/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -L/usr/local/opt/openssl/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -L/usr/local/opt/openssl/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -L/usr/local/opt/openssl/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -L/usr/local/opt/openssl/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -L/usr/local/opt/openssl/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -L/usr/local/opt/openssl/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -L/usr/local/opt/openssl/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -L/usr/local/opt/openssl/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -L/usr/local/opt/openssl/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -L/usr/local/opt/openssl/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -L/usr/local/opt/openssl/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -L/usr/local/opt/openssl/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -L/usr/local/opt/openssl/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -L/usr/local/opt/openssl/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -L/usr/local/opt/openssl/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -L/usr/local/opt/openssl/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -L/usr/local/opt/openssl/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -L/usr/local/opt/openssl/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -L/usr/local/opt/openssl/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -L/usr/local/opt/openssl/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -L/usr/local/opt/openssl/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -L/usr/local/opt/openssl/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -L/usr/local/opt/openssl/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -L/usr/local/opt/openssl/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -L/usr/local/opt/openssl/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -L/usr/local/opt/openssl/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -L/usr/local/opt/openssl/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -L/usr/local/opt/openssl/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -L/usr/local/opt/openssl/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -L/usr/local/opt/openssl/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -L/usr/local/opt/openssl/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -L/usr/local/opt/openssl/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -L/usr/local/opt/openssl/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -L/usr/local/opt/openssl/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -L/usr/local/opt/openssl/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -L/usr/local/opt/openssl/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -L/usr/local/opt/openssl/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -L/usr/local/opt/openssl/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -L/usr/local/opt/openssl/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -L/usr/local/opt/openssl/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -L/usr/local/opt/openssl/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -L/usr/local/opt/openssl/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -L/usr/local/opt/openssl/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -L/usr/local/opt/openssl/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -L/usr/local/opt/openssl/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -L/usr/local/opt/openssl/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -L/usr/local/opt/openssl/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -L/usr/local/opt/openssl/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -L/usr/local/opt/openssl/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -L/usr/local/opt/openssl/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -L/usr/local/opt/openssl/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -L/usr/local/opt/openssl/lib -fstack-protector-strong -pie conftest.c -liaf -lcrypto -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -L/usr/local/opt/openssl/lib -fstack-protector-strong -pie conftest.c -liaf -lcrypto -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -L/usr/local/opt/openssl/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -L/usr/local/opt/openssl/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -L/usr/local/opt/openssl/lib -fstack-protector-strong -pie conftest.c -ldl -lcrypto -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -L/usr/local/opt/openssl/lib -fstack-protector-strong -pie conftest.c -ldl -lcrypto -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -L/usr/local/opt/openssl/lib -fstack-protector-strong -pie conftest.c -lpam -ldl -lcrypto -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -L/usr/local/opt/openssl/lib -fstack-protector-strong -pie conftest.c -lpam -ldl -lcrypto -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -L/usr/local/opt/openssl/lib -fstack-protector-strong -pie conftest.c -lpam -ldl -lcrypto -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -L/usr/local/opt/openssl/lib -fstack-protector-strong -pie conftest.c -lpam -ldl -lcrypto -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -L/usr/local/opt/openssl/lib -fstack-protector-strong -pie conftest.c -lpam -ldl -lcrypto -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -L/usr/local/opt/openssl/lib -fstack-protector-strong -pie conftest.c -lpam -ldl -lcrypto -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -L/usr/local/opt/openssl/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -L/usr/local/opt/openssl/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -L/usr/local/opt/openssl/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -L/usr/local/opt/openssl/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -L/usr/local/opt/openssl/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -L/usr/local/opt/openssl/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -L/usr/local/opt/openssl/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -L/usr/local/opt/openssl/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -L/usr/local/opt/openssl/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -L/usr/local/opt/openssl/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -L/usr/local/opt/openssl/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -L/usr/local/opt/openssl/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -L/usr/local/opt/openssl/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -L/usr/local/opt/openssl/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -L/usr/local/opt/openssl/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -L/usr/local/opt/openssl/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -E -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c | |
| superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang -E -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -E -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c | |
| superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang -E -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -E -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c | |
| superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang -E -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -E -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c | |
| superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang -E -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -E -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c | |
| superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang -E -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -E -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c | |
| superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang -E -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -E -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c | |
| superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang -E -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -E -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c | |
| superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang -E -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -E -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c | |
| superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang -E -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -E -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c | |
| superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang -E -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -E -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c | |
| superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang -E -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -E -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c | |
| superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang -E -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -E -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c | |
| superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang -E -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -E -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c | |
| superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang -E -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -E -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c | |
| superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang -E -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -E -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c | |
| superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang -E -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -E -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c | |
| superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang -E -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -L/usr/local/opt/openssl/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -L/usr/local/opt/openssl/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -L/usr/local/opt/openssl/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -L/usr/local/opt/openssl/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -L/usr/local/opt/openssl/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -L/usr/local/opt/openssl/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -L/usr/local/opt/openssl/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -L/usr/local/opt/openssl/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -L/usr/local/opt/openssl/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -L/usr/local/opt/openssl/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -L/usr/local/opt/openssl/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -L/usr/local/opt/openssl/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -L/usr/local/opt/openssl/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -L/usr/local/opt/openssl/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -L/usr/local/opt/openssl/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -L/usr/local/opt/openssl/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -L/usr/local/opt/openssl/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -L/usr/local/opt/openssl/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -L/usr/local/opt/openssl/lib -fstack-protector-strong -pie conftest.c -lresolv -lcrypto -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -L/usr/local/opt/openssl/lib -fstack-protector-strong -pie conftest.c -lresolv -lcrypto -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -L/usr/local/opt/openssl/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -L/usr/local/opt/openssl/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -L/usr/local/opt/openssl/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -L/usr/local/opt/openssl/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -L/usr/local/opt/openssl/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -L/usr/local/opt/openssl/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -L/usr/local/opt/openssl/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -lresolv | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -L/usr/local/opt/openssl/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -lresolv -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -L/usr/local/opt/openssl/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -lresolv | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -L/usr/local/opt/openssl/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -lresolv -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -L/usr/local/opt/openssl/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -lresolv | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -L/usr/local/opt/openssl/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -lresolv -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -L/usr/local/opt/openssl/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -lresolv | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -L/usr/local/opt/openssl/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -lresolv -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -E -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c | |
| superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang -E -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -E -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c | |
| superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang -E -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -E -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c | |
| superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang -E -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -E -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c | |
| superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang -E -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -E -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c | |
| superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang -E -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -E -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c | |
| superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang -E -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -L/usr/local/opt/openssl/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -lresolv | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -L/usr/local/opt/openssl/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -lresolv -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -L/usr/local/opt/openssl/lib -fstack-protector-strong -pie conftest.c -lkafs -lcrypto -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -lresolv | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -L/usr/local/opt/openssl/lib -fstack-protector-strong -pie conftest.c -lkafs -lcrypto -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -lresolv -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -L/usr/local/opt/openssl/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -lresolv -dynamic -Wl,-search_paths_first -lkrb5 | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -L/usr/local/opt/openssl/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -lresolv -dynamic -Wl,-search_paths_first -lkrb5 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -L/usr/local/opt/openssl/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -lresolv -dynamic -Wl,-search_paths_first -lkrb5 | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -L/usr/local/opt/openssl/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -lresolv -dynamic -Wl,-search_paths_first -lkrb5 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -L/usr/local/opt/openssl/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -lresolv -dynamic -Wl,-search_paths_first -lkrb5 | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -L/usr/local/opt/openssl/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -lresolv -dynamic -Wl,-search_paths_first -lkrb5 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -L/usr/local/opt/openssl/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -lresolv | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -L/usr/local/opt/openssl/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -lresolv -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -L/usr/local/opt/openssl/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -lresolv | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -L/usr/local/opt/openssl/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz -L/usr/local/opt/openssl/lib -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -L/usr/local/Cellar/ldns/1.7.0_1/lib -lcrypto -lldns -lresolv -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c | |
| superenv added: -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 2018-04-06 14:58:05 -0600 | |
| make | |
| conffile=`echo sshd_config.out | sed 's/.out$//'`; \ | |
| /usr/local/Homebrew/Library/Homebrew/shims/super/sed -e 's|/etc/ssh/ssh_config|/usr/local/etc/ssh/ssh_config|g' -e 's|/etc/ssh/ssh_known_hosts|/usr/local/etc/ssh/ssh_known_hosts|g' -e 's|/etc/ssh/sshd_config|/usr/local/etc/ssh/sshd_config|g' -e 's|/usr/libexec|/usr/local/Cellar/openssh/7.7p1/libexec|g' -e 's|/etc/shosts.equiv|/usr/local/etc/ssh/shosts.equiv|g' -e 's|/etc/ssh/ssh_host_key|/usr/local/etc/ssh/ssh_host_key|g' -e 's|/etc/ssh/ssh_host_ecdsa_key|/usr/local/etc/ssh/ssh_host_ecdsa_key|g' -e 's|/etc/ssh/ssh_host_dsa_key|/usr/local/etc/ssh/ssh_host_dsa_key|g' -e 's|/etc/ssh/ssh_host_rsa_key|/usr/local/etc/ssh/ssh_host_rsa_key|g' -e 's|/etc/ssh/ssh_host_ed25519_key|/usr/local/etc/ssh/ssh_host_ed25519_key|g' -e 's|/var/run/sshd.pid|/var/run/sshd.pid|g' -e 's|/etc/moduli|/usr/local/etc/ssh/moduli|g' -e 's|/etc/ssh/moduli|/usr/local/etc/ssh/moduli|g' -e 's|/etc/ssh/sshrc|/usr/local/etc/ssh/sshrc|g' -e 's|/usr/X11R6/bin/xauth|undefined|g' -e 's|/var/empty|/var/empty|g' -e 's|/usr/bin:/bin:/usr/sbin:/sbin|/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/Cellar/openssh/7.7p1/bin|g' ./${conffile} > sshd_config.out | |
| conffile=`echo ssh_config.out | sed 's/.out$//'`; \ | |
| /usr/local/Homebrew/Library/Homebrew/shims/super/sed -e 's|/etc/ssh/ssh_config|/usr/local/etc/ssh/ssh_config|g' -e 's|/etc/ssh/ssh_known_hosts|/usr/local/etc/ssh/ssh_known_hosts|g' -e 's|/etc/ssh/sshd_config|/usr/local/etc/ssh/sshd_config|g' -e 's|/usr/libexec|/usr/local/Cellar/openssh/7.7p1/libexec|g' -e 's|/etc/shosts.equiv|/usr/local/etc/ssh/shosts.equiv|g' -e 's|/etc/ssh/ssh_host_key|/usr/local/etc/ssh/ssh_host_key|g' -e 's|/etc/ssh/ssh_host_ecdsa_key|/usr/local/etc/ssh/ssh_host_ecdsa_key|g' -e 's|/etc/ssh/ssh_host_dsa_key|/usr/local/etc/ssh/ssh_host_dsa_key|g' -e 's|/etc/ssh/ssh_host_rsa_key|/usr/local/etc/ssh/ssh_host_rsa_key|g' -e 's|/etc/ssh/ssh_host_ed25519_key|/usr/local/etc/ssh/ssh_host_ed25519_key|g' -e 's|/var/run/sshd.pid|/var/run/sshd.pid|g' -e 's|/etc/moduli|/usr/local/etc/ssh/moduli|g' -e 's|/etc/ssh/moduli|/usr/local/etc/ssh/moduli|g' -e 's|/etc/ssh/sshrc|/usr/local/etc/ssh/sshrc|g' -e 's|/usr/X11R6/bin/xauth|undefined|g' -e 's|/var/empty|/var/empty|g' -e 's|/usr/bin:/bin:/usr/sbin:/sbin|/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/Cellar/openssh/7.7p1/bin|g' ./${conffile} > ssh_config.out | |
| conffile=`echo moduli.out | sed 's/.out$//'`; \ | |
| /usr/local/Homebrew/Library/Homebrew/shims/super/sed -e 's|/etc/ssh/ssh_config|/usr/local/etc/ssh/ssh_config|g' -e 's|/etc/ssh/ssh_known_hosts|/usr/local/etc/ssh/ssh_known_hosts|g' -e 's|/etc/ssh/sshd_config|/usr/local/etc/ssh/sshd_config|g' -e 's|/usr/libexec|/usr/local/Cellar/openssh/7.7p1/libexec|g' -e 's|/etc/shosts.equiv|/usr/local/etc/ssh/shosts.equiv|g' -e 's|/etc/ssh/ssh_host_key|/usr/local/etc/ssh/ssh_host_key|g' -e 's|/etc/ssh/ssh_host_ecdsa_key|/usr/local/etc/ssh/ssh_host_ecdsa_key|g' -e 's|/etc/ssh/ssh_host_dsa_key|/usr/local/etc/ssh/ssh_host_dsa_key|g' -e 's|/etc/ssh/ssh_host_rsa_key|/usr/local/etc/ssh/ssh_host_rsa_key|g' -e 's|/etc/ssh/ssh_host_ed25519_key|/usr/local/etc/ssh/ssh_host_ed25519_key|g' -e 's|/var/run/sshd.pid|/var/run/sshd.pid|g' -e 's|/etc/moduli|/usr/local/etc/ssh/moduli|g' -e 's|/etc/ssh/moduli|/usr/local/etc/ssh/moduli|g' -e 's|/etc/ssh/sshrc|/usr/local/etc/ssh/sshrc|g' -e 's|/usr/X11R6/bin/xauth|undefined|g' -e 's|/var/empty|/var/empty|g' -e 's|/usr/bin:/bin:/usr/sbin:/sbin|/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/Cellar/openssh/7.7p1/bin|g' ./${conffile} > moduli.out | |
| if test "doc" = "cat"; then \ | |
| manpage=./`echo moduli.5.out | sed 's/\.[1-9]\.out$/\.0/'`; \ | |
| else \ | |
| manpage=./`echo moduli.5.out | sed 's/\.out$//'`; \ | |
| fi; \ | |
| if test "doc" = "man"; then \ | |
| /usr/local/Homebrew/Library/Homebrew/shims/super/sed -e 's|/etc/ssh/ssh_config|/usr/local/etc/ssh/ssh_config|g' -e 's|/etc/ssh/ssh_known_hosts|/usr/local/etc/ssh/ssh_known_hosts|g' -e 's|/etc/ssh/sshd_config|/usr/local/etc/ssh/sshd_config|g' -e 's|/usr/libexec|/usr/local/Cellar/openssh/7.7p1/libexec|g' -e 's|/etc/shosts.equiv|/usr/local/etc/ssh/shosts.equiv|g' -e 's|/etc/ssh/ssh_host_key|/usr/local/etc/ssh/ssh_host_key|g' -e 's|/etc/ssh/ssh_host_ecdsa_key|/usr/local/etc/ssh/ssh_host_ecdsa_key|g' -e 's|/etc/ssh/ssh_host_dsa_key|/usr/local/etc/ssh/ssh_host_dsa_key|g' -e 's|/etc/ssh/ssh_host_rsa_key|/usr/local/etc/ssh/ssh_host_rsa_key|g' -e 's|/etc/ssh/ssh_host_ed25519_key|/usr/local/etc/ssh/ssh_host_ed25519_key|g' -e 's|/var/run/sshd.pid|/var/run/sshd.pid|g' -e 's|/etc/moduli|/usr/local/etc/ssh/moduli|g' -e 's|/etc/ssh/moduli|/usr/local/etc/ssh/moduli|g' -e 's|/etc/ssh/sshrc|/usr/local/etc/ssh/sshrc|g' -e 's|/usr/X11R6/bin/xauth|undefined|g' -e 's|/var/empty|/var/empty|g' -e 's|/usr/bin:/bin:/usr/sbin:/sbin|/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/Cellar/openssh/7.7p1/bin|g' ${manpage} | /bin/sh ./fixalgorithms /usr/local/Homebrew/Library/Homebrew/shims/super/sed | \ | |
| awk -f ./mdoc2man.awk > moduli.5.out; \ | |
| else \ | |
| /usr/local/Homebrew/Library/Homebrew/shims/super/sed -e 's|/etc/ssh/ssh_config|/usr/local/etc/ssh/ssh_config|g' -e 's|/etc/ssh/ssh_known_hosts|/usr/local/etc/ssh/ssh_known_hosts|g' -e 's|/etc/ssh/sshd_config|/usr/local/etc/ssh/sshd_config|g' -e 's|/usr/libexec|/usr/local/Cellar/openssh/7.7p1/libexec|g' -e 's|/etc/shosts.equiv|/usr/local/etc/ssh/shosts.equiv|g' -e 's|/etc/ssh/ssh_host_key|/usr/local/etc/ssh/ssh_host_key|g' -e 's|/etc/ssh/ssh_host_ecdsa_key|/usr/local/etc/ssh/ssh_host_ecdsa_key|g' -e 's|/etc/ssh/ssh_host_dsa_key|/usr/local/etc/ssh/ssh_host_dsa_key|g' -e 's|/etc/ssh/ssh_host_rsa_key|/usr/local/etc/ssh/ssh_host_rsa_key|g' -e 's|/etc/ssh/ssh_host_ed25519_key|/usr/local/etc/ssh/ssh_host_ed25519_key|g' -e 's|/var/run/sshd.pid|/var/run/sshd.pid|g' -e 's|/etc/moduli|/usr/local/etc/ssh/moduli|g' -e 's|/etc/ssh/moduli|/usr/local/etc/ssh/moduli|g' -e 's|/etc/ssh/sshrc|/usr/local/etc/ssh/sshrc|g' -e 's|/usr/X11R6/bin/xauth|undefined|g' -e 's|/var/empty|/var/empty|g' -e 's|/usr/bin:/bin:/usr/sbin:/sbin|/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/Cellar/openssh/7.7p1/bin|g' ${manpage} | /bin/sh ./fixalgorithms /usr/local/Homebrew/Library/Homebrew/shims/super/sed > moduli.5.out; \ | |
| fi | |
| if test "doc" = "cat"; then \ | |
| manpage=./`echo scp.1.out | sed 's/\.[1-9]\.out$/\.0/'`; \ | |
| else \ | |
| manpage=./`echo scp.1.out | sed 's/\.out$//'`; \ | |
| fi; \ | |
| if test "doc" = "man"; then \ | |
| /usr/local/Homebrew/Library/Homebrew/shims/super/sed -e 's|/etc/ssh/ssh_config|/usr/local/etc/ssh/ssh_config|g' -e 's|/etc/ssh/ssh_known_hosts|/usr/local/etc/ssh/ssh_known_hosts|g' -e 's|/etc/ssh/sshd_config|/usr/local/etc/ssh/sshd_config|g' -e 's|/usr/libexec|/usr/local/Cellar/openssh/7.7p1/libexec|g' -e 's|/etc/shosts.equiv|/usr/local/etc/ssh/shosts.equiv|g' -e 's|/etc/ssh/ssh_host_key|/usr/local/etc/ssh/ssh_host_key|g' -e 's|/etc/ssh/ssh_host_ecdsa_key|/usr/local/etc/ssh/ssh_host_ecdsa_key|g' -e 's|/etc/ssh/ssh_host_dsa_key|/usr/local/etc/ssh/ssh_host_dsa_key|g' -e 's|/etc/ssh/ssh_host_rsa_key|/usr/local/etc/ssh/ssh_host_rsa_key|g' -e 's|/etc/ssh/ssh_host_ed25519_key|/usr/local/etc/ssh/ssh_host_ed25519_key|g' -e 's|/var/run/sshd.pid|/var/run/sshd.pid|g' -e 's|/etc/moduli|/usr/local/etc/ssh/moduli|g' -e 's|/etc/ssh/moduli|/usr/local/etc/ssh/moduli|g' -e 's|/etc/ssh/sshrc|/usr/local/etc/ssh/sshrc|g' -e 's|/usr/X11R6/bin/xauth|undefined|g' -e 's|/var/empty|/var/empty|g' -e 's|/usr/bin:/bin:/usr/sbin:/sbin|/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/Cellar/openssh/7.7p1/bin|g' ${manpage} | /bin/sh ./fixalgorithms /usr/local/Homebrew/Library/Homebrew/shims/super/sed | \ | |
| awk -f ./mdoc2man.awk > scp.1.out; \ | |
| else \ | |
| /usr/local/Homebrew/Library/Homebrew/shims/super/sed -e 's|/etc/ssh/ssh_config|/usr/local/etc/ssh/ssh_config|g' -e 's|/etc/ssh/ssh_known_hosts|/usr/local/etc/ssh/ssh_known_hosts|g' -e 's|/etc/ssh/sshd_config|/usr/local/etc/ssh/sshd_config|g' -e 's|/usr/libexec|/usr/local/Cellar/openssh/7.7p1/libexec|g' -e 's|/etc/shosts.equiv|/usr/local/etc/ssh/shosts.equiv|g' -e 's|/etc/ssh/ssh_host_key|/usr/local/etc/ssh/ssh_host_key|g' -e 's|/etc/ssh/ssh_host_ecdsa_key|/usr/local/etc/ssh/ssh_host_ecdsa_key|g' -e 's|/etc/ssh/ssh_host_dsa_key|/usr/local/etc/ssh/ssh_host_dsa_key|g' -e 's|/etc/ssh/ssh_host_rsa_key|/usr/local/etc/ssh/ssh_host_rsa_key|g' -e 's|/etc/ssh/ssh_host_ed25519_key|/usr/local/etc/ssh/ssh_host_ed25519_key|g' -e 's|/var/run/sshd.pid|/var/run/sshd.pid|g' -e 's|/etc/moduli|/usr/local/etc/ssh/moduli|g' -e 's|/etc/ssh/moduli|/usr/local/etc/ssh/moduli|g' -e 's|/etc/ssh/sshrc|/usr/local/etc/ssh/sshrc|g' -e 's|/usr/X11R6/bin/xauth|undefined|g' -e 's|/var/empty|/var/empty|g' -e 's|/usr/bin:/bin:/usr/sbin:/sbin|/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/Cellar/openssh/7.7p1/bin|g' ${manpage} | /bin/sh ./fixalgorithms /usr/local/Homebrew/Library/Homebrew/shims/super/sed > scp.1.out; \ | |
| fi | |
| if test "doc" = "cat"; then \ | |
| manpage=./`echo ssh-add.1.out | sed 's/\.[1-9]\.out$/\.0/'`; \ | |
| else \ | |
| manpage=./`echo ssh-add.1.out | sed 's/\.out$//'`; \ | |
| fi; \ | |
| if test "doc" = "man"; then \ | |
| /usr/local/Homebrew/Library/Homebrew/shims/super/sed -e 's|/etc/ssh/ssh_config|/usr/local/etc/ssh/ssh_config|g' -e 's|/etc/ssh/ssh_known_hosts|/usr/local/etc/ssh/ssh_known_hosts|g' -e 's|/etc/ssh/sshd_config|/usr/local/etc/ssh/sshd_config|g' -e 's|/usr/libexec|/usr/local/Cellar/openssh/7.7p1/libexec|g' -e 's|/etc/shosts.equiv|/usr/local/etc/ssh/shosts.equiv|g' -e 's|/etc/ssh/ssh_host_key|/usr/local/etc/ssh/ssh_host_key|g' -e 's|/etc/ssh/ssh_host_ecdsa_key|/usr/local/etc/ssh/ssh_host_ecdsa_key|g' -e 's|/etc/ssh/ssh_host_dsa_key|/usr/local/etc/ssh/ssh_host_dsa_key|g' -e 's|/etc/ssh/ssh_host_rsa_key|/usr/local/etc/ssh/ssh_host_rsa_key|g' -e 's|/etc/ssh/ssh_host_ed25519_key|/usr/local/etc/ssh/ssh_host_ed25519_key|g' -e 's|/var/run/sshd.pid|/var/run/sshd.pid|g' -e 's|/etc/moduli|/usr/local/etc/ssh/moduli|g' -e 's|/etc/ssh/moduli|/usr/local/etc/ssh/moduli|g' -e 's|/etc/ssh/sshrc|/usr/local/etc/ssh/sshrc|g' -e 's|/usr/X11R6/bin/xauth|undefined|g' -e 's|/var/empty|/var/empty|g' -e 's|/usr/bin:/bin:/usr/sbin:/sbin|/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/Cellar/openssh/7.7p1/bin|g' ${manpage} | /bin/sh ./fixalgorithms /usr/local/Homebrew/Library/Homebrew/shims/super/sed | \ | |
| awk -f ./mdoc2man.awk > ssh-add.1.out; \ | |
| else \ | |
| /usr/local/Homebrew/Library/Homebrew/shims/super/sed -e 's|/etc/ssh/ssh_config|/usr/local/etc/ssh/ssh_config|g' -e 's|/etc/ssh/ssh_known_hosts|/usr/local/etc/ssh/ssh_known_hosts|g' -e 's|/etc/ssh/sshd_config|/usr/local/etc/ssh/sshd_config|g' -e 's|/usr/libexec|/usr/local/Cellar/openssh/7.7p1/libexec|g' -e 's|/etc/shosts.equiv|/usr/local/etc/ssh/shosts.equiv|g' -e 's|/etc/ssh/ssh_host_key|/usr/local/etc/ssh/ssh_host_key|g' -e 's|/etc/ssh/ssh_host_ecdsa_key|/usr/local/etc/ssh/ssh_host_ecdsa_key|g' -e 's|/etc/ssh/ssh_host_dsa_key|/usr/local/etc/ssh/ssh_host_dsa_key|g' -e 's|/etc/ssh/ssh_host_rsa_key|/usr/local/etc/ssh/ssh_host_rsa_key|g' -e 's|/etc/ssh/ssh_host_ed25519_key|/usr/local/etc/ssh/ssh_host_ed25519_key|g' -e 's|/var/run/sshd.pid|/var/run/sshd.pid|g' -e 's|/etc/moduli|/usr/local/etc/ssh/moduli|g' -e 's|/etc/ssh/moduli|/usr/local/etc/ssh/moduli|g' -e 's|/etc/ssh/sshrc|/usr/local/etc/ssh/sshrc|g' -e 's|/usr/X11R6/bin/xauth|undefined|g' -e 's|/var/empty|/var/empty|g' -e 's|/usr/bin:/bin:/usr/sbin:/sbin|/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/Cellar/openssh/7.7p1/bin|g' ${manpage} | /bin/sh ./fixalgorithms /usr/local/Homebrew/Library/Homebrew/shims/super/sed > ssh-add.1.out; \ | |
| fi | |
| if test "doc" = "cat"; then \ | |
| manpage=./`echo ssh-agent.1.out | sed 's/\.[1-9]\.out$/\.0/'`; \ | |
| else \ | |
| manpage=./`echo ssh-agent.1.out | sed 's/\.out$//'`; \ | |
| fi; \ | |
| if test "doc" = "man"; then \ | |
| /usr/local/Homebrew/Library/Homebrew/shims/super/sed -e 's|/etc/ssh/ssh_config|/usr/local/etc/ssh/ssh_config|g' -e 's|/etc/ssh/ssh_known_hosts|/usr/local/etc/ssh/ssh_known_hosts|g' -e 's|/etc/ssh/sshd_config|/usr/local/etc/ssh/sshd_config|g' -e 's|/usr/libexec|/usr/local/Cellar/openssh/7.7p1/libexec|g' -e 's|/etc/shosts.equiv|/usr/local/etc/ssh/shosts.equiv|g' -e 's|/etc/ssh/ssh_host_key|/usr/local/etc/ssh/ssh_host_key|g' -e 's|/etc/ssh/ssh_host_ecdsa_key|/usr/local/etc/ssh/ssh_host_ecdsa_key|g' -e 's|/etc/ssh/ssh_host_dsa_key|/usr/local/etc/ssh/ssh_host_dsa_key|g' -e 's|/etc/ssh/ssh_host_rsa_key|/usr/local/etc/ssh/ssh_host_rsa_key|g' -e 's|/etc/ssh/ssh_host_ed25519_key|/usr/local/etc/ssh/ssh_host_ed25519_key|g' -e 's|/var/run/sshd.pid|/var/run/sshd.pid|g' -e 's|/etc/moduli|/usr/local/etc/ssh/moduli|g' -e 's|/etc/ssh/moduli|/usr/local/etc/ssh/moduli|g' -e 's|/etc/ssh/sshrc|/usr/local/etc/ssh/sshrc|g' -e 's|/usr/X11R6/bin/xauth|undefined|g' -e 's|/var/empty|/var/empty|g' -e 's|/usr/bin:/bin:/usr/sbin:/sbin|/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/Cellar/openssh/7.7p1/bin|g' ${manpage} | /bin/sh ./fixalgorithms /usr/local/Homebrew/Library/Homebrew/shims/super/sed | \ | |
| awk -f ./mdoc2man.awk > ssh-agent.1.out; \ | |
| else \ | |
| /usr/local/Homebrew/Library/Homebrew/shims/super/sed -e 's|/etc/ssh/ssh_config|/usr/local/etc/ssh/ssh_config|g' -e 's|/etc/ssh/ssh_known_hosts|/usr/local/etc/ssh/ssh_known_hosts|g' -e 's|/etc/ssh/sshd_config|/usr/local/etc/ssh/sshd_config|g' -e 's|/usr/libexec|/usr/local/Cellar/openssh/7.7p1/libexec|g' -e 's|/etc/shosts.equiv|/usr/local/etc/ssh/shosts.equiv|g' -e 's|/etc/ssh/ssh_host_key|/usr/local/etc/ssh/ssh_host_key|g' -e 's|/etc/ssh/ssh_host_ecdsa_key|/usr/local/etc/ssh/ssh_host_ecdsa_key|g' -e 's|/etc/ssh/ssh_host_dsa_key|/usr/local/etc/ssh/ssh_host_dsa_key|g' -e 's|/etc/ssh/ssh_host_rsa_key|/usr/local/etc/ssh/ssh_host_rsa_key|g' -e 's|/etc/ssh/ssh_host_ed25519_key|/usr/local/etc/ssh/ssh_host_ed25519_key|g' -e 's|/var/run/sshd.pid|/var/run/sshd.pid|g' -e 's|/etc/moduli|/usr/local/etc/ssh/moduli|g' -e 's|/etc/ssh/moduli|/usr/local/etc/ssh/moduli|g' -e 's|/etc/ssh/sshrc|/usr/local/etc/ssh/sshrc|g' -e 's|/usr/X11R6/bin/xauth|undefined|g' -e 's|/var/empty|/var/empty|g' -e 's|/usr/bin:/bin:/usr/sbin:/sbin|/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/Cellar/openssh/7.7p1/bin|g' ${manpage} | /bin/sh ./fixalgorithms /usr/local/Homebrew/Library/Homebrew/shims/super/sed > ssh-agent.1.out; \ | |
| fi | |
| if test "doc" = "cat"; then \ | |
| manpage=./`echo ssh-keygen.1.out | sed 's/\.[1-9]\.out$/\.0/'`; \ | |
| else \ | |
| manpage=./`echo ssh-keygen.1.out | sed 's/\.out$//'`; \ | |
| fi; \ | |
| if test "doc" = "man"; then \ | |
| /usr/local/Homebrew/Library/Homebrew/shims/super/sed -e 's|/etc/ssh/ssh_config|/usr/local/etc/ssh/ssh_config|g' -e 's|/etc/ssh/ssh_known_hosts|/usr/local/etc/ssh/ssh_known_hosts|g' -e 's|/etc/ssh/sshd_config|/usr/local/etc/ssh/sshd_config|g' -e 's|/usr/libexec|/usr/local/Cellar/openssh/7.7p1/libexec|g' -e 's|/etc/shosts.equiv|/usr/local/etc/ssh/shosts.equiv|g' -e 's|/etc/ssh/ssh_host_key|/usr/local/etc/ssh/ssh_host_key|g' -e 's|/etc/ssh/ssh_host_ecdsa_key|/usr/local/etc/ssh/ssh_host_ecdsa_key|g' -e 's|/etc/ssh/ssh_host_dsa_key|/usr/local/etc/ssh/ssh_host_dsa_key|g' -e 's|/etc/ssh/ssh_host_rsa_key|/usr/local/etc/ssh/ssh_host_rsa_key|g' -e 's|/etc/ssh/ssh_host_ed25519_key|/usr/local/etc/ssh/ssh_host_ed25519_key|g' -e 's|/var/run/sshd.pid|/var/run/sshd.pid|g' -e 's|/etc/moduli|/usr/local/etc/ssh/moduli|g' -e 's|/etc/ssh/moduli|/usr/local/etc/ssh/moduli|g' -e 's|/etc/ssh/sshrc|/usr/local/etc/ssh/sshrc|g' -e 's|/usr/X11R6/bin/xauth|undefined|g' -e 's|/var/empty|/var/empty|g' -e 's|/usr/bin:/bin:/usr/sbin:/sbin|/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/Cellar/openssh/7.7p1/bin|g' ${manpage} | /bin/sh ./fixalgorithms /usr/local/Homebrew/Library/Homebrew/shims/super/sed | \ | |
| awk -f ./mdoc2man.awk > ssh-keygen.1.out; \ | |
| else \ | |
| /usr/local/Homebrew/Library/Homebrew/shims/super/sed -e 's|/etc/ssh/ssh_config|/usr/local/etc/ssh/ssh_config|g' -e 's|/etc/ssh/ssh_known_hosts|/usr/local/etc/ssh/ssh_known_hosts|g' -e 's|/etc/ssh/sshd_config|/usr/local/etc/ssh/sshd_config|g' -e 's|/usr/libexec|/usr/local/Cellar/openssh/7.7p1/libexec|g' -e 's|/etc/shosts.equiv|/usr/local/etc/ssh/shosts.equiv|g' -e 's|/etc/ssh/ssh_host_key|/usr/local/etc/ssh/ssh_host_key|g' -e 's|/etc/ssh/ssh_host_ecdsa_key|/usr/local/etc/ssh/ssh_host_ecdsa_key|g' -e 's|/etc/ssh/ssh_host_dsa_key|/usr/local/etc/ssh/ssh_host_dsa_key|g' -e 's|/etc/ssh/ssh_host_rsa_key|/usr/local/etc/ssh/ssh_host_rsa_key|g' -e 's|/etc/ssh/ssh_host_ed25519_key|/usr/local/etc/ssh/ssh_host_ed25519_key|g' -e 's|/var/run/sshd.pid|/var/run/sshd.pid|g' -e 's|/etc/moduli|/usr/local/etc/ssh/moduli|g' -e 's|/etc/ssh/moduli|/usr/local/etc/ssh/moduli|g' -e 's|/etc/ssh/sshrc|/usr/local/etc/ssh/sshrc|g' -e 's|/usr/X11R6/bin/xauth|undefined|g' -e 's|/var/empty|/var/empty|g' -e 's|/usr/bin:/bin:/usr/sbin:/sbin|/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/Cellar/openssh/7.7p1/bin|g' ${manpage} | /bin/sh ./fixalgorithms /usr/local/Homebrew/Library/Homebrew/shims/super/sed > ssh-keygen.1.out; \ | |
| fi | |
| if test "doc" = "cat"; then \ | |
| manpage=./`echo ssh-keyscan.1.out | sed 's/\.[1-9]\.out$/\.0/'`; \ | |
| else \ | |
| manpage=./`echo ssh-keyscan.1.out | sed 's/\.out$//'`; \ | |
| fi; \ | |
| if test "doc" = "man"; then \ | |
| /usr/local/Homebrew/Library/Homebrew/shims/super/sed -e 's|/etc/ssh/ssh_config|/usr/local/etc/ssh/ssh_config|g' -e 's|/etc/ssh/ssh_known_hosts|/usr/local/etc/ssh/ssh_known_hosts|g' -e 's|/etc/ssh/sshd_config|/usr/local/etc/ssh/sshd_config|g' -e 's|/usr/libexec|/usr/local/Cellar/openssh/7.7p1/libexec|g' -e 's|/etc/shosts.equiv|/usr/local/etc/ssh/shosts.equiv|g' -e 's|/etc/ssh/ssh_host_key|/usr/local/etc/ssh/ssh_host_key|g' -e 's|/etc/ssh/ssh_host_ecdsa_key|/usr/local/etc/ssh/ssh_host_ecdsa_key|g' -e 's|/etc/ssh/ssh_host_dsa_key|/usr/local/etc/ssh/ssh_host_dsa_key|g' -e 's|/etc/ssh/ssh_host_rsa_key|/usr/local/etc/ssh/ssh_host_rsa_key|g' -e 's|/etc/ssh/ssh_host_ed25519_key|/usr/local/etc/ssh/ssh_host_ed25519_key|g' -e 's|/var/run/sshd.pid|/var/run/sshd.pid|g' -e 's|/etc/moduli|/usr/local/etc/ssh/moduli|g' -e 's|/etc/ssh/moduli|/usr/local/etc/ssh/moduli|g' -e 's|/etc/ssh/sshrc|/usr/local/etc/ssh/sshrc|g' -e 's|/usr/X11R6/bin/xauth|undefined|g' -e 's|/var/empty|/var/empty|g' -e 's|/usr/bin:/bin:/usr/sbin:/sbin|/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/Cellar/openssh/7.7p1/bin|g' ${manpage} | /bin/sh ./fixalgorithms /usr/local/Homebrew/Library/Homebrew/shims/super/sed | \ | |
| awk -f ./mdoc2man.awk > ssh-keyscan.1.out; \ | |
| else \ | |
| /usr/local/Homebrew/Library/Homebrew/shims/super/sed -e 's|/etc/ssh/ssh_config|/usr/local/etc/ssh/ssh_config|g' -e 's|/etc/ssh/ssh_known_hosts|/usr/local/etc/ssh/ssh_known_hosts|g' -e 's|/etc/ssh/sshd_config|/usr/local/etc/ssh/sshd_config|g' -e 's|/usr/libexec|/usr/local/Cellar/openssh/7.7p1/libexec|g' -e 's|/etc/shosts.equiv|/usr/local/etc/ssh/shosts.equiv|g' -e 's|/etc/ssh/ssh_host_key|/usr/local/etc/ssh/ssh_host_key|g' -e 's|/etc/ssh/ssh_host_ecdsa_key|/usr/local/etc/ssh/ssh_host_ecdsa_key|g' -e 's|/etc/ssh/ssh_host_dsa_key|/usr/local/etc/ssh/ssh_host_dsa_key|g' -e 's|/etc/ssh/ssh_host_rsa_key|/usr/local/etc/ssh/ssh_host_rsa_key|g' -e 's|/etc/ssh/ssh_host_ed25519_key|/usr/local/etc/ssh/ssh_host_ed25519_key|g' -e 's|/var/run/sshd.pid|/var/run/sshd.pid|g' -e 's|/etc/moduli|/usr/local/etc/ssh/moduli|g' -e 's|/etc/ssh/moduli|/usr/local/etc/ssh/moduli|g' -e 's|/etc/ssh/sshrc|/usr/local/etc/ssh/sshrc|g' -e 's|/usr/X11R6/bin/xauth|undefined|g' -e 's|/var/empty|/var/empty|g' -e 's|/usr/bin:/bin:/usr/sbin:/sbin|/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/Cellar/openssh/7.7p1/bin|g' ${manpage} | /bin/sh ./fixalgorithms /usr/local/Homebrew/Library/Homebrew/shims/super/sed > ssh-keyscan.1.out; \ | |
| fi | |
| if test "doc" = "cat"; then \ | |
| manpage=./`echo ssh.1.out | sed 's/\.[1-9]\.out$/\.0/'`; \ | |
| else \ | |
| manpage=./`echo ssh.1.out | sed 's/\.out$//'`; \ | |
| fi; \ | |
| if test "doc" = "man"; then \ | |
| /usr/local/Homebrew/Library/Homebrew/shims/super/sed -e 's|/etc/ssh/ssh_config|/usr/local/etc/ssh/ssh_config|g' -e 's|/etc/ssh/ssh_known_hosts|/usr/local/etc/ssh/ssh_known_hosts|g' -e 's|/etc/ssh/sshd_config|/usr/local/etc/ssh/sshd_config|g' -e 's|/usr/libexec|/usr/local/Cellar/openssh/7.7p1/libexec|g' -e 's|/etc/shosts.equiv|/usr/local/etc/ssh/shosts.equiv|g' -e 's|/etc/ssh/ssh_host_key|/usr/local/etc/ssh/ssh_host_key|g' -e 's|/etc/ssh/ssh_host_ecdsa_key|/usr/local/etc/ssh/ssh_host_ecdsa_key|g' -e 's|/etc/ssh/ssh_host_dsa_key|/usr/local/etc/ssh/ssh_host_dsa_key|g' -e 's|/etc/ssh/ssh_host_rsa_key|/usr/local/etc/ssh/ssh_host_rsa_key|g' -e 's|/etc/ssh/ssh_host_ed25519_key|/usr/local/etc/ssh/ssh_host_ed25519_key|g' -e 's|/var/run/sshd.pid|/var/run/sshd.pid|g' -e 's|/etc/moduli|/usr/local/etc/ssh/moduli|g' -e 's|/etc/ssh/moduli|/usr/local/etc/ssh/moduli|g' -e 's|/etc/ssh/sshrc|/usr/local/etc/ssh/sshrc|g' -e 's|/usr/X11R6/bin/xauth|undefined|g' -e 's|/var/empty|/var/empty|g' -e 's|/usr/bin:/bin:/usr/sbin:/sbin|/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/Cellar/openssh/7.7p1/bin|g' ${manpage} | /bin/sh ./fixalgorithms /usr/local/Homebrew/Library/Homebrew/shims/super/sed | \ | |
| awk -f ./mdoc2man.awk > ssh.1.out; \ | |
| else \ | |
| /usr/local/Homebrew/Library/Homebrew/shims/super/sed -e 's|/etc/ssh/ssh_config|/usr/local/etc/ssh/ssh_config|g' -e 's|/etc/ssh/ssh_known_hosts|/usr/local/etc/ssh/ssh_known_hosts|g' -e 's|/etc/ssh/sshd_config|/usr/local/etc/ssh/sshd_config|g' -e 's|/usr/libexec|/usr/local/Cellar/openssh/7.7p1/libexec|g' -e 's|/etc/shosts.equiv|/usr/local/etc/ssh/shosts.equiv|g' -e 's|/etc/ssh/ssh_host_key|/usr/local/etc/ssh/ssh_host_key|g' -e 's|/etc/ssh/ssh_host_ecdsa_key|/usr/local/etc/ssh/ssh_host_ecdsa_key|g' -e 's|/etc/ssh/ssh_host_dsa_key|/usr/local/etc/ssh/ssh_host_dsa_key|g' -e 's|/etc/ssh/ssh_host_rsa_key|/usr/local/etc/ssh/ssh_host_rsa_key|g' -e 's|/etc/ssh/ssh_host_ed25519_key|/usr/local/etc/ssh/ssh_host_ed25519_key|g' -e 's|/var/run/sshd.pid|/var/run/sshd.pid|g' -e 's|/etc/moduli|/usr/local/etc/ssh/moduli|g' -e 's|/etc/ssh/moduli|/usr/local/etc/ssh/moduli|g' -e 's|/etc/ssh/sshrc|/usr/local/etc/ssh/sshrc|g' -e 's|/usr/X11R6/bin/xauth|undefined|g' -e 's|/var/empty|/var/empty|g' -e 's|/usr/bin:/bin:/usr/sbin:/sbin|/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/Cellar/openssh/7.7p1/bin|g' ${manpage} | /bin/sh ./fixalgorithms /usr/local/Homebrew/Library/Homebrew/shims/super/sed > ssh.1.out; \ | |
| fi | |
| if test "doc" = "cat"; then \ | |
| manpage=./`echo sshd.8.out | sed 's/\.[1-9]\.out$/\.0/'`; \ | |
| else \ | |
| manpage=./`echo sshd.8.out | sed 's/\.out$//'`; \ | |
| fi; \ | |
| if test "doc" = "man"; then \ | |
| /usr/local/Homebrew/Library/Homebrew/shims/super/sed -e 's|/etc/ssh/ssh_config|/usr/local/etc/ssh/ssh_config|g' -e 's|/etc/ssh/ssh_known_hosts|/usr/local/etc/ssh/ssh_known_hosts|g' -e 's|/etc/ssh/sshd_config|/usr/local/etc/ssh/sshd_config|g' -e 's|/usr/libexec|/usr/local/Cellar/openssh/7.7p1/libexec|g' -e 's|/etc/shosts.equiv|/usr/local/etc/ssh/shosts.equiv|g' -e 's|/etc/ssh/ssh_host_key|/usr/local/etc/ssh/ssh_host_key|g' -e 's|/etc/ssh/ssh_host_ecdsa_key|/usr/local/etc/ssh/ssh_host_ecdsa_key|g' -e 's|/etc/ssh/ssh_host_dsa_key|/usr/local/etc/ssh/ssh_host_dsa_key|g' -e 's|/etc/ssh/ssh_host_rsa_key|/usr/local/etc/ssh/ssh_host_rsa_key|g' -e 's|/etc/ssh/ssh_host_ed25519_key|/usr/local/etc/ssh/ssh_host_ed25519_key|g' -e 's|/var/run/sshd.pid|/var/run/sshd.pid|g' -e 's|/etc/moduli|/usr/local/etc/ssh/moduli|g' -e 's|/etc/ssh/moduli|/usr/local/etc/ssh/moduli|g' -e 's|/etc/ssh/sshrc|/usr/local/etc/ssh/sshrc|g' -e 's|/usr/X11R6/bin/xauth|undefined|g' -e 's|/var/empty|/var/empty|g' -e 's|/usr/bin:/bin:/usr/sbin:/sbin|/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/Cellar/openssh/7.7p1/bin|g' ${manpage} | /bin/sh ./fixalgorithms /usr/local/Homebrew/Library/Homebrew/shims/super/sed | \ | |
| awk -f ./mdoc2man.awk > sshd.8.out; \ | |
| else \ | |
| /usr/local/Homebrew/Library/Homebrew/shims/super/sed -e 's|/etc/ssh/ssh_config|/usr/local/etc/ssh/ssh_config|g' -e 's|/etc/ssh/ssh_known_hosts|/usr/local/etc/ssh/ssh_known_hosts|g' -e 's|/etc/ssh/sshd_config|/usr/local/etc/ssh/sshd_config|g' -e 's|/usr/libexec|/usr/local/Cellar/openssh/7.7p1/libexec|g' -e 's|/etc/shosts.equiv|/usr/local/etc/ssh/shosts.equiv|g' -e 's|/etc/ssh/ssh_host_key|/usr/local/etc/ssh/ssh_host_key|g' -e 's|/etc/ssh/ssh_host_ecdsa_key|/usr/local/etc/ssh/ssh_host_ecdsa_key|g' -e 's|/etc/ssh/ssh_host_dsa_key|/usr/local/etc/ssh/ssh_host_dsa_key|g' -e 's|/etc/ssh/ssh_host_rsa_key|/usr/local/etc/ssh/ssh_host_rsa_key|g' -e 's|/etc/ssh/ssh_host_ed25519_key|/usr/local/etc/ssh/ssh_host_ed25519_key|g' -e 's|/var/run/sshd.pid|/var/run/sshd.pid|g' -e 's|/etc/moduli|/usr/local/etc/ssh/moduli|g' -e 's|/etc/ssh/moduli|/usr/local/etc/ssh/moduli|g' -e 's|/etc/ssh/sshrc|/usr/local/etc/ssh/sshrc|g' -e 's|/usr/X11R6/bin/xauth|undefined|g' -e 's|/var/empty|/var/empty|g' -e 's|/usr/bin:/bin:/usr/sbin:/sbin|/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/Cellar/openssh/7.7p1/bin|g' ${manpage} | /bin/sh ./fixalgorithms /usr/local/Homebrew/Library/Homebrew/shims/super/sed > sshd.8.out; \ | |
| fi | |
| if test "doc" = "cat"; then \ | |
| manpage=./`echo sftp-server.8.out | sed 's/\.[1-9]\.out$/\.0/'`; \ | |
| else \ | |
| manpage=./`echo sftp-server.8.out | sed 's/\.out$//'`; \ | |
| fi; \ | |
| if test "doc" = "man"; then \ | |
| /usr/local/Homebrew/Library/Homebrew/shims/super/sed -e 's|/etc/ssh/ssh_config|/usr/local/etc/ssh/ssh_config|g' -e 's|/etc/ssh/ssh_known_hosts|/usr/local/etc/ssh/ssh_known_hosts|g' -e 's|/etc/ssh/sshd_config|/usr/local/etc/ssh/sshd_config|g' -e 's|/usr/libexec|/usr/local/Cellar/openssh/7.7p1/libexec|g' -e 's|/etc/shosts.equiv|/usr/local/etc/ssh/shosts.equiv|g' -e 's|/etc/ssh/ssh_host_key|/usr/local/etc/ssh/ssh_host_key|g' -e 's|/etc/ssh/ssh_host_ecdsa_key|/usr/local/etc/ssh/ssh_host_ecdsa_key|g' -e 's|/etc/ssh/ssh_host_dsa_key|/usr/local/etc/ssh/ssh_host_dsa_key|g' -e 's|/etc/ssh/ssh_host_rsa_key|/usr/local/etc/ssh/ssh_host_rsa_key|g' -e 's|/etc/ssh/ssh_host_ed25519_key|/usr/local/etc/ssh/ssh_host_ed25519_key|g' -e 's|/var/run/sshd.pid|/var/run/sshd.pid|g' -e 's|/etc/moduli|/usr/local/etc/ssh/moduli|g' -e 's|/etc/ssh/moduli|/usr/local/etc/ssh/moduli|g' -e 's|/etc/ssh/sshrc|/usr/local/etc/ssh/sshrc|g' -e 's|/usr/X11R6/bin/xauth|undefined|g' -e 's|/var/empty|/var/empty|g' -e 's|/usr/bin:/bin:/usr/sbin:/sbin|/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/Cellar/openssh/7.7p1/bin|g' ${manpage} | /bin/sh ./fixalgorithms /usr/local/Homebrew/Library/Homebrew/shims/super/sed | \ | |
| awk -f ./mdoc2man.awk > sftp-server.8.out; \ | |
| else \ | |
| /usr/local/Homebrew/Library/Homebrew/shims/super/sed -e 's|/etc/ssh/ssh_config|/usr/local/etc/ssh/ssh_config|g' -e 's|/etc/ssh/ssh_known_hosts|/usr/local/etc/ssh/ssh_known_hosts|g' -e 's|/etc/ssh/sshd_config|/usr/local/etc/ssh/sshd_config|g' -e 's|/usr/libexec|/usr/local/Cellar/openssh/7.7p1/libexec|g' -e 's|/etc/shosts.equiv|/usr/local/etc/ssh/shosts.equiv|g' -e 's|/etc/ssh/ssh_host_key|/usr/local/etc/ssh/ssh_host_key|g' -e 's|/etc/ssh/ssh_host_ecdsa_key|/usr/local/etc/ssh/ssh_host_ecdsa_key|g' -e 's|/etc/ssh/ssh_host_dsa_key|/usr/local/etc/ssh/ssh_host_dsa_key|g' -e 's|/etc/ssh/ssh_host_rsa_key|/usr/local/etc/ssh/ssh_host_rsa_key|g' -e 's|/etc/ssh/ssh_host_ed25519_key|/usr/local/etc/ssh/ssh_host_ed25519_key|g' -e 's|/var/run/sshd.pid|/var/run/sshd.pid|g' -e 's|/etc/moduli|/usr/local/etc/ssh/moduli|g' -e 's|/etc/ssh/moduli|/usr/local/etc/ssh/moduli|g' -e 's|/etc/ssh/sshrc|/usr/local/etc/ssh/sshrc|g' -e 's|/usr/X11R6/bin/xauth|undefined|g' -e 's|/var/empty|/var/empty|g' -e 's|/usr/bin:/bin:/usr/sbin:/sbin|/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/Cellar/openssh/7.7p1/bin|g' ${manpage} | /bin/sh ./fixalgorithms /usr/local/Homebrew/Library/Homebrew/shims/super/sed > sftp-server.8.out; \ | |
| fi | |
| if test "doc" = "cat"; then \ | |
| manpage=./`echo sftp.1.out | sed 's/\.[1-9]\.out$/\.0/'`; \ | |
| else \ | |
| manpage=./`echo sftp.1.out | sed 's/\.out$//'`; \ | |
| fi; \ | |
| if test "doc" = "man"; then \ | |
| /usr/local/Homebrew/Library/Homebrew/shims/super/sed -e 's|/etc/ssh/ssh_config|/usr/local/etc/ssh/ssh_config|g' -e 's|/etc/ssh/ssh_known_hosts|/usr/local/etc/ssh/ssh_known_hosts|g' -e 's|/etc/ssh/sshd_config|/usr/local/etc/ssh/sshd_config|g' -e 's|/usr/libexec|/usr/local/Cellar/openssh/7.7p1/libexec|g' -e 's|/etc/shosts.equiv|/usr/local/etc/ssh/shosts.equiv|g' -e 's|/etc/ssh/ssh_host_key|/usr/local/etc/ssh/ssh_host_key|g' -e 's|/etc/ssh/ssh_host_ecdsa_key|/usr/local/etc/ssh/ssh_host_ecdsa_key|g' -e 's|/etc/ssh/ssh_host_dsa_key|/usr/local/etc/ssh/ssh_host_dsa_key|g' -e 's|/etc/ssh/ssh_host_rsa_key|/usr/local/etc/ssh/ssh_host_rsa_key|g' -e 's|/etc/ssh/ssh_host_ed25519_key|/usr/local/etc/ssh/ssh_host_ed25519_key|g' -e 's|/var/run/sshd.pid|/var/run/sshd.pid|g' -e 's|/etc/moduli|/usr/local/etc/ssh/moduli|g' -e 's|/etc/ssh/moduli|/usr/local/etc/ssh/moduli|g' -e 's|/etc/ssh/sshrc|/usr/local/etc/ssh/sshrc|g' -e 's|/usr/X11R6/bin/xauth|undefined|g' -e 's|/var/empty|/var/empty|g' -e 's|/usr/bin:/bin:/usr/sbin:/sbin|/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/Cellar/openssh/7.7p1/bin|g' ${manpage} | /bin/sh ./fixalgorithms /usr/local/Homebrew/Library/Homebrew/shims/super/sed | \ | |
| awk -f ./mdoc2man.awk > sftp.1.out; \ | |
| else \ | |
| /usr/local/Homebrew/Library/Homebrew/shims/super/sed -e 's|/etc/ssh/ssh_config|/usr/local/etc/ssh/ssh_config|g' -e 's|/etc/ssh/ssh_known_hosts|/usr/local/etc/ssh/ssh_known_hosts|g' -e 's|/etc/ssh/sshd_config|/usr/local/etc/ssh/sshd_config|g' -e 's|/usr/libexec|/usr/local/Cellar/openssh/7.7p1/libexec|g' -e 's|/etc/shosts.equiv|/usr/local/etc/ssh/shosts.equiv|g' -e 's|/etc/ssh/ssh_host_key|/usr/local/etc/ssh/ssh_host_key|g' -e 's|/etc/ssh/ssh_host_ecdsa_key|/usr/local/etc/ssh/ssh_host_ecdsa_key|g' -e 's|/etc/ssh/ssh_host_dsa_key|/usr/local/etc/ssh/ssh_host_dsa_key|g' -e 's|/etc/ssh/ssh_host_rsa_key|/usr/local/etc/ssh/ssh_host_rsa_key|g' -e 's|/etc/ssh/ssh_host_ed25519_key|/usr/local/etc/ssh/ssh_host_ed25519_key|g' -e 's|/var/run/sshd.pid|/var/run/sshd.pid|g' -e 's|/etc/moduli|/usr/local/etc/ssh/moduli|g' -e 's|/etc/ssh/moduli|/usr/local/etc/ssh/moduli|g' -e 's|/etc/ssh/sshrc|/usr/local/etc/ssh/sshrc|g' -e 's|/usr/X11R6/bin/xauth|undefined|g' -e 's|/var/empty|/var/empty|g' -e 's|/usr/bin:/bin:/usr/sbin:/sbin|/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/Cellar/openssh/7.7p1/bin|g' ${manpage} | /bin/sh ./fixalgorithms /usr/local/Homebrew/Library/Homebrew/shims/super/sed > sftp.1.out; \ | |
| fi | |
| if test "doc" = "cat"; then \ | |
| manpage=./`echo ssh-keysign.8.out | sed 's/\.[1-9]\.out$/\.0/'`; \ | |
| else \ | |
| manpage=./`echo ssh-keysign.8.out | sed 's/\.out$//'`; \ | |
| fi; \ | |
| if test "doc" = "man"; then \ | |
| /usr/local/Homebrew/Library/Homebrew/shims/super/sed -e 's|/etc/ssh/ssh_config|/usr/local/etc/ssh/ssh_config|g' -e 's|/etc/ssh/ssh_known_hosts|/usr/local/etc/ssh/ssh_known_hosts|g' -e 's|/etc/ssh/sshd_config|/usr/local/etc/ssh/sshd_config|g' -e 's|/usr/libexec|/usr/local/Cellar/openssh/7.7p1/libexec|g' -e 's|/etc/shosts.equiv|/usr/local/etc/ssh/shosts.equiv|g' -e 's|/etc/ssh/ssh_host_key|/usr/local/etc/ssh/ssh_host_key|g' -e 's|/etc/ssh/ssh_host_ecdsa_key|/usr/local/etc/ssh/ssh_host_ecdsa_key|g' -e 's|/etc/ssh/ssh_host_dsa_key|/usr/local/etc/ssh/ssh_host_dsa_key|g' -e 's|/etc/ssh/ssh_host_rsa_key|/usr/local/etc/ssh/ssh_host_rsa_key|g' -e 's|/etc/ssh/ssh_host_ed25519_key|/usr/local/etc/ssh/ssh_host_ed25519_key|g' -e 's|/var/run/sshd.pid|/var/run/sshd.pid|g' -e 's|/etc/moduli|/usr/local/etc/ssh/moduli|g' -e 's|/etc/ssh/moduli|/usr/local/etc/ssh/moduli|g' -e 's|/etc/ssh/sshrc|/usr/local/etc/ssh/sshrc|g' -e 's|/usr/X11R6/bin/xauth|undefined|g' -e 's|/var/empty|/var/empty|g' -e 's|/usr/bin:/bin:/usr/sbin:/sbin|/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/Cellar/openssh/7.7p1/bin|g' ${manpage} | /bin/sh ./fixalgorithms /usr/local/Homebrew/Library/Homebrew/shims/super/sed | \ | |
| awk -f ./mdoc2man.awk > ssh-keysign.8.out; \ | |
| else \ | |
| /usr/local/Homebrew/Library/Homebrew/shims/super/sed -e 's|/etc/ssh/ssh_config|/usr/local/etc/ssh/ssh_config|g' -e 's|/etc/ssh/ssh_known_hosts|/usr/local/etc/ssh/ssh_known_hosts|g' -e 's|/etc/ssh/sshd_config|/usr/local/etc/ssh/sshd_config|g' -e 's|/usr/libexec|/usr/local/Cellar/openssh/7.7p1/libexec|g' -e 's|/etc/shosts.equiv|/usr/local/etc/ssh/shosts.equiv|g' -e 's|/etc/ssh/ssh_host_key|/usr/local/etc/ssh/ssh_host_key|g' -e 's|/etc/ssh/ssh_host_ecdsa_key|/usr/local/etc/ssh/ssh_host_ecdsa_key|g' -e 's|/etc/ssh/ssh_host_dsa_key|/usr/local/etc/ssh/ssh_host_dsa_key|g' -e 's|/etc/ssh/ssh_host_rsa_key|/usr/local/etc/ssh/ssh_host_rsa_key|g' -e 's|/etc/ssh/ssh_host_ed25519_key|/usr/local/etc/ssh/ssh_host_ed25519_key|g' -e 's|/var/run/sshd.pid|/var/run/sshd.pid|g' -e 's|/etc/moduli|/usr/local/etc/ssh/moduli|g' -e 's|/etc/ssh/moduli|/usr/local/etc/ssh/moduli|g' -e 's|/etc/ssh/sshrc|/usr/local/etc/ssh/sshrc|g' -e 's|/usr/X11R6/bin/xauth|undefined|g' -e 's|/var/empty|/var/empty|g' -e 's|/usr/bin:/bin:/usr/sbin:/sbin|/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/Cellar/openssh/7.7p1/bin|g' ${manpage} | /bin/sh ./fixalgorithms /usr/local/Homebrew/Library/Homebrew/shims/super/sed > ssh-keysign.8.out; \ | |
| fi | |
| if test "doc" = "cat"; then \ | |
| manpage=./`echo ssh-pkcs11-helper.8.out | sed 's/\.[1-9]\.out$/\.0/'`; \ | |
| else \ | |
| manpage=./`echo ssh-pkcs11-helper.8.out | sed 's/\.out$//'`; \ | |
| fi; \ | |
| if test "doc" = "man"; then \ | |
| /usr/local/Homebrew/Library/Homebrew/shims/super/sed -e 's|/etc/ssh/ssh_config|/usr/local/etc/ssh/ssh_config|g' -e 's|/etc/ssh/ssh_known_hosts|/usr/local/etc/ssh/ssh_known_hosts|g' -e 's|/etc/ssh/sshd_config|/usr/local/etc/ssh/sshd_config|g' -e 's|/usr/libexec|/usr/local/Cellar/openssh/7.7p1/libexec|g' -e 's|/etc/shosts.equiv|/usr/local/etc/ssh/shosts.equiv|g' -e 's|/etc/ssh/ssh_host_key|/usr/local/etc/ssh/ssh_host_key|g' -e 's|/etc/ssh/ssh_host_ecdsa_key|/usr/local/etc/ssh/ssh_host_ecdsa_key|g' -e 's|/etc/ssh/ssh_host_dsa_key|/usr/local/etc/ssh/ssh_host_dsa_key|g' -e 's|/etc/ssh/ssh_host_rsa_key|/usr/local/etc/ssh/ssh_host_rsa_key|g' -e 's|/etc/ssh/ssh_host_ed25519_key|/usr/local/etc/ssh/ssh_host_ed25519_key|g' -e 's|/var/run/sshd.pid|/var/run/sshd.pid|g' -e 's|/etc/moduli|/usr/local/etc/ssh/moduli|g' -e 's|/etc/ssh/moduli|/usr/local/etc/ssh/moduli|g' -e 's|/etc/ssh/sshrc|/usr/local/etc/ssh/sshrc|g' -e 's|/usr/X11R6/bin/xauth|undefined|g' -e 's|/var/empty|/var/empty|g' -e 's|/usr/bin:/bin:/usr/sbin:/sbin|/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/Cellar/openssh/7.7p1/bin|g' ${manpage} | /bin/sh ./fixalgorithms /usr/local/Homebrew/Library/Homebrew/shims/super/sed | \ | |
| awk -f ./mdoc2man.awk > ssh-pkcs11-helper.8.out; \ | |
| else \ | |
| /usr/local/Homebrew/Library/Homebrew/shims/super/sed -e 's|/etc/ssh/ssh_config|/usr/local/etc/ssh/ssh_config|g' -e 's|/etc/ssh/ssh_known_hosts|/usr/local/etc/ssh/ssh_known_hosts|g' -e 's|/etc/ssh/sshd_config|/usr/local/etc/ssh/sshd_config|g' -e 's|/usr/libexec|/usr/local/Cellar/openssh/7.7p1/libexec|g' -e 's|/etc/shosts.equiv|/usr/local/etc/ssh/shosts.equiv|g' -e 's|/etc/ssh/ssh_host_key|/usr/local/etc/ssh/ssh_host_key|g' -e 's|/etc/ssh/ssh_host_ecdsa_key|/usr/local/etc/ssh/ssh_host_ecdsa_key|g' -e 's|/etc/ssh/ssh_host_dsa_key|/usr/local/etc/ssh/ssh_host_dsa_key|g' -e 's|/etc/ssh/ssh_host_rsa_key|/usr/local/etc/ssh/ssh_host_rsa_key|g' -e 's|/etc/ssh/ssh_host_ed25519_key|/usr/local/etc/ssh/ssh_host_ed25519_key|g' -e 's|/var/run/sshd.pid|/var/run/sshd.pid|g' -e 's|/etc/moduli|/usr/local/etc/ssh/moduli|g' -e 's|/etc/ssh/moduli|/usr/local/etc/ssh/moduli|g' -e 's|/etc/ssh/sshrc|/usr/local/etc/ssh/sshrc|g' -e 's|/usr/X11R6/bin/xauth|undefined|g' -e 's|/var/empty|/var/empty|g' -e 's|/usr/bin:/bin:/usr/sbin:/sbin|/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/Cellar/openssh/7.7p1/bin|g' ${manpage} | /bin/sh ./fixalgorithms /usr/local/Homebrew/Library/Homebrew/shims/super/sed > ssh-pkcs11-helper.8.out; \ | |
| fi | |
| if test "doc" = "cat"; then \ | |
| manpage=./`echo sshd_config.5.out | sed 's/\.[1-9]\.out$/\.0/'`; \ | |
| else \ | |
| manpage=./`echo sshd_config.5.out | sed 's/\.out$//'`; \ | |
| fi; \ | |
| if test "doc" = "man"; then \ | |
| /usr/local/Homebrew/Library/Homebrew/shims/super/sed -e 's|/etc/ssh/ssh_config|/usr/local/etc/ssh/ssh_config|g' -e 's|/etc/ssh/ssh_known_hosts|/usr/local/etc/ssh/ssh_known_hosts|g' -e 's|/etc/ssh/sshd_config|/usr/local/etc/ssh/sshd_config|g' -e 's|/usr/libexec|/usr/local/Cellar/openssh/7.7p1/libexec|g' -e 's|/etc/shosts.equiv|/usr/local/etc/ssh/shosts.equiv|g' -e 's|/etc/ssh/ssh_host_key|/usr/local/etc/ssh/ssh_host_key|g' -e 's|/etc/ssh/ssh_host_ecdsa_key|/usr/local/etc/ssh/ssh_host_ecdsa_key|g' -e 's|/etc/ssh/ssh_host_dsa_key|/usr/local/etc/ssh/ssh_host_dsa_key|g' -e 's|/etc/ssh/ssh_host_rsa_key|/usr/local/etc/ssh/ssh_host_rsa_key|g' -e 's|/etc/ssh/ssh_host_ed25519_key|/usr/local/etc/ssh/ssh_host_ed25519_key|g' -e 's|/var/run/sshd.pid|/var/run/sshd.pid|g' -e 's|/etc/moduli|/usr/local/etc/ssh/moduli|g' -e 's|/etc/ssh/moduli|/usr/local/etc/ssh/moduli|g' -e 's|/etc/ssh/sshrc|/usr/local/etc/ssh/sshrc|g' -e 's|/usr/X11R6/bin/xauth|undefined|g' -e 's|/var/empty|/var/empty|g' -e 's|/usr/bin:/bin:/usr/sbin:/sbin|/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/Cellar/openssh/7.7p1/bin|g' ${manpage} | /bin/sh ./fixalgorithms /usr/local/Homebrew/Library/Homebrew/shims/super/sed | \ | |
| awk -f ./mdoc2man.awk > sshd_config.5.out; \ | |
| else \ | |
| /usr/local/Homebrew/Library/Homebrew/shims/super/sed -e 's|/etc/ssh/ssh_config|/usr/local/etc/ssh/ssh_config|g' -e 's|/etc/ssh/ssh_known_hosts|/usr/local/etc/ssh/ssh_known_hosts|g' -e 's|/etc/ssh/sshd_config|/usr/local/etc/ssh/sshd_config|g' -e 's|/usr/libexec|/usr/local/Cellar/openssh/7.7p1/libexec|g' -e 's|/etc/shosts.equiv|/usr/local/etc/ssh/shosts.equiv|g' -e 's|/etc/ssh/ssh_host_key|/usr/local/etc/ssh/ssh_host_key|g' -e 's|/etc/ssh/ssh_host_ecdsa_key|/usr/local/etc/ssh/ssh_host_ecdsa_key|g' -e 's|/etc/ssh/ssh_host_dsa_key|/usr/local/etc/ssh/ssh_host_dsa_key|g' -e 's|/etc/ssh/ssh_host_rsa_key|/usr/local/etc/ssh/ssh_host_rsa_key|g' -e 's|/etc/ssh/ssh_host_ed25519_key|/usr/local/etc/ssh/ssh_host_ed25519_key|g' -e 's|/var/run/sshd.pid|/var/run/sshd.pid|g' -e 's|/etc/moduli|/usr/local/etc/ssh/moduli|g' -e 's|/etc/ssh/moduli|/usr/local/etc/ssh/moduli|g' -e 's|/etc/ssh/sshrc|/usr/local/etc/ssh/sshrc|g' -e 's|/usr/X11R6/bin/xauth|undefined|g' -e 's|/var/empty|/var/empty|g' -e 's|/usr/bin:/bin:/usr/sbin:/sbin|/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/Cellar/openssh/7.7p1/bin|g' ${manpage} | /bin/sh ./fixalgorithms /usr/local/Homebrew/Library/Homebrew/shims/super/sed > sshd_config.5.out; \ | |
| fi | |
| if test "doc" = "cat"; then \ | |
| manpage=./`echo ssh_config.5.out | sed 's/\.[1-9]\.out$/\.0/'`; \ | |
| else \ | |
| manpage=./`echo ssh_config.5.out | sed 's/\.out$//'`; \ | |
| fi; \ | |
| if test "doc" = "man"; then \ | |
| /usr/local/Homebrew/Library/Homebrew/shims/super/sed -e 's|/etc/ssh/ssh_config|/usr/local/etc/ssh/ssh_config|g' -e 's|/etc/ssh/ssh_known_hosts|/usr/local/etc/ssh/ssh_known_hosts|g' -e 's|/etc/ssh/sshd_config|/usr/local/etc/ssh/sshd_config|g' -e 's|/usr/libexec|/usr/local/Cellar/openssh/7.7p1/libexec|g' -e 's|/etc/shosts.equiv|/usr/local/etc/ssh/shosts.equiv|g' -e 's|/etc/ssh/ssh_host_key|/usr/local/etc/ssh/ssh_host_key|g' -e 's|/etc/ssh/ssh_host_ecdsa_key|/usr/local/etc/ssh/ssh_host_ecdsa_key|g' -e 's|/etc/ssh/ssh_host_dsa_key|/usr/local/etc/ssh/ssh_host_dsa_key|g' -e 's|/etc/ssh/ssh_host_rsa_key|/usr/local/etc/ssh/ssh_host_rsa_key|g' -e 's|/etc/ssh/ssh_host_ed25519_key|/usr/local/etc/ssh/ssh_host_ed25519_key|g' -e 's|/var/run/sshd.pid|/var/run/sshd.pid|g' -e 's|/etc/moduli|/usr/local/etc/ssh/moduli|g' -e 's|/etc/ssh/moduli|/usr/local/etc/ssh/moduli|g' -e 's|/etc/ssh/sshrc|/usr/local/etc/ssh/sshrc|g' -e 's|/usr/X11R6/bin/xauth|undefined|g' -e 's|/var/empty|/var/empty|g' -e 's|/usr/bin:/bin:/usr/sbin:/sbin|/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/Cellar/openssh/7.7p1/bin|g' ${manpage} | /bin/sh ./fixalgorithms /usr/local/Homebrew/Library/Homebrew/shims/super/sed | \ | |
| awk -f ./mdoc2man.awk > ssh_config.5.out; \ | |
| else \ | |
| /usr/local/Homebrew/Library/Homebrew/shims/super/sed -e 's|/etc/ssh/ssh_config|/usr/local/etc/ssh/ssh_config|g' -e 's|/etc/ssh/ssh_known_hosts|/usr/local/etc/ssh/ssh_known_hosts|g' -e 's|/etc/ssh/sshd_config|/usr/local/etc/ssh/sshd_config|g' -e 's|/usr/libexec|/usr/local/Cellar/openssh/7.7p1/libexec|g' -e 's|/etc/shosts.equiv|/usr/local/etc/ssh/shosts.equiv|g' -e 's|/etc/ssh/ssh_host_key|/usr/local/etc/ssh/ssh_host_key|g' -e 's|/etc/ssh/ssh_host_ecdsa_key|/usr/local/etc/ssh/ssh_host_ecdsa_key|g' -e 's|/etc/ssh/ssh_host_dsa_key|/usr/local/etc/ssh/ssh_host_dsa_key|g' -e 's|/etc/ssh/ssh_host_rsa_key|/usr/local/etc/ssh/ssh_host_rsa_key|g' -e 's|/etc/ssh/ssh_host_ed25519_key|/usr/local/etc/ssh/ssh_host_ed25519_key|g' -e 's|/var/run/sshd.pid|/var/run/sshd.pid|g' -e 's|/etc/moduli|/usr/local/etc/ssh/moduli|g' -e 's|/etc/ssh/moduli|/usr/local/etc/ssh/moduli|g' -e 's|/etc/ssh/sshrc|/usr/local/etc/ssh/sshrc|g' -e 's|/usr/X11R6/bin/xauth|undefined|g' -e 's|/var/empty|/var/empty|g' -e 's|/usr/bin:/bin:/usr/sbin:/sbin|/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/Cellar/openssh/7.7p1/bin|g' ${manpage} | /bin/sh ./fixalgorithms /usr/local/Homebrew/Library/Homebrew/shims/super/sed > ssh_config.5.out; \ | |
| fi | |
| (cd openbsd-compat && /Library/Developer/CommandLineTools/usr/bin/make) | |
| clang -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I. -I. -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -DSSHDIR=\"/usr/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/usr/local/Cellar/openssh/7.7p1/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/Cellar/openssh/7.7p1/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/Cellar/openssh/7.7p1/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/Cellar/openssh/7.7p1/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/Cellar/openssh/7.7p1/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c ssh_api.c -o ssh_api.o | |
| clang -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I. -I. -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -DSSHDIR=\"/usr/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/usr/local/Cellar/openssh/7.7p1/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/Cellar/openssh/7.7p1/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/Cellar/openssh/7.7p1/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/Cellar/openssh/7.7p1/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/Cellar/openssh/7.7p1/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c ssherr.c -o ssherr.o | |
| clang -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I. -I. -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -DSSHDIR=\"/usr/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/usr/local/Cellar/openssh/7.7p1/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/Cellar/openssh/7.7p1/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/Cellar/openssh/7.7p1/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/Cellar/openssh/7.7p1/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/Cellar/openssh/7.7p1/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c sshbuf.c -o sshbuf.o | |
| clang -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I. -I. -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -DSSHDIR=\"/usr/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/usr/local/Cellar/openssh/7.7p1/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/Cellar/openssh/7.7p1/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/Cellar/openssh/7.7p1/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/Cellar/openssh/7.7p1/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/Cellar/openssh/7.7p1/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c sshkey.c -o sshkey.o | |
| clang -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I. -I.. -I. -I./.. -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -DHAVE_CONFIG_H -c arc4random.c | |
| clang -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I. -I. -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -DSSHDIR=\"/usr/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/usr/local/Cellar/openssh/7.7p1/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/Cellar/openssh/7.7p1/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/Cellar/openssh/7.7p1/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/Cellar/openssh/7.7p1/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/Cellar/openssh/7.7p1/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c sshbuf-getput-basic.c -o sshbuf-getput-basic.o | |
| clang -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I. -I.. -I. -I./.. -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -DHAVE_CONFIG_H -c bsd-asprintf.c | |
| clang -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I. -I.. -I. -I./.. -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -DHAVE_CONFIG_H -c bsd-closefrom.c | |
| clang -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I. -I. -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -DSSHDIR=\"/usr/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/usr/local/Cellar/openssh/7.7p1/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/Cellar/openssh/7.7p1/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/Cellar/openssh/7.7p1/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/Cellar/openssh/7.7p1/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/Cellar/openssh/7.7p1/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c sshbuf-misc.c -o sshbuf-misc.o | |
| clang -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I. -I.. -I. -I./.. -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -DHAVE_CONFIG_H -c bsd-cygwin_util.c | |
| clang -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I. -I.. -I. -I./.. -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -DHAVE_CONFIG_H -c bsd-err.c | |
| clang -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I. -I. -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -DSSHDIR=\"/usr/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/usr/local/Cellar/openssh/7.7p1/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/Cellar/openssh/7.7p1/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/Cellar/openssh/7.7p1/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/Cellar/openssh/7.7p1/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/Cellar/openssh/7.7p1/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c sshbuf-getput-crypto.c -o sshbuf-getput-crypto.o | |
| clang -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I. -I.. -I. -I./.. -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -DHAVE_CONFIG_H -c bsd-flock.c | |
| clang -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I. -I.. -I. -I./.. -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -DHAVE_CONFIG_H -c bsd-getpagesize.c | |
| clang -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I. -I.. -I. -I./.. -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -DHAVE_CONFIG_H -c bsd-getpeereid.c | |
| clang -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I. -I.. -I. -I./.. -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -DHAVE_CONFIG_H -c bsd-malloc.c | |
| clang -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I. -I. -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -DSSHDIR=\"/usr/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/usr/local/Cellar/openssh/7.7p1/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/Cellar/openssh/7.7p1/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/Cellar/openssh/7.7p1/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/Cellar/openssh/7.7p1/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/Cellar/openssh/7.7p1/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c krl.c -o krl.o | |
| clang -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I. -I. -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -DSSHDIR=\"/usr/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/usr/local/Cellar/openssh/7.7p1/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/Cellar/openssh/7.7p1/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/Cellar/openssh/7.7p1/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/Cellar/openssh/7.7p1/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/Cellar/openssh/7.7p1/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c bitmap.c -o bitmap.o | |
| clang -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I. -I. -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -DSSHDIR=\"/usr/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/usr/local/Cellar/openssh/7.7p1/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/Cellar/openssh/7.7p1/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/Cellar/openssh/7.7p1/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/Cellar/openssh/7.7p1/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/Cellar/openssh/7.7p1/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c ssh-xmss.c -o ssh-xmss.o | |
| clang -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I. -I.. -I. -I./.. -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -DHAVE_CONFIG_H -c bsd-misc.c | |
| clang -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I. -I. -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -DSSHDIR=\"/usr/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/usr/local/Cellar/openssh/7.7p1/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/Cellar/openssh/7.7p1/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/Cellar/openssh/7.7p1/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/Cellar/openssh/7.7p1/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/Cellar/openssh/7.7p1/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c sshkey-xmss.c -o sshkey-xmss.o | |
| clang -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I. -I.. -I. -I./.. -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -DHAVE_CONFIG_H -c bsd-nextstep.c | |
| clang -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I. -I.. -I. -I./.. -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -DHAVE_CONFIG_H -c bsd-openpty.c | |
| clang -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I. -I.. -I. -I./.. -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -DHAVE_CONFIG_H -c bsd-poll.c | |
| clang -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I. -I.. -I. -I./.. -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -DHAVE_CONFIG_H -c bsd-setres_id.c | |
| clang -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I. -I. -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -DSSHDIR=\"/usr/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/usr/local/Cellar/openssh/7.7p1/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/Cellar/openssh/7.7p1/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/Cellar/openssh/7.7p1/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/Cellar/openssh/7.7p1/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/Cellar/openssh/7.7p1/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c xmss_commons.c -o xmss_commons.o | |
| clang -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I. -I.. -I. -I./.. -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -DHAVE_CONFIG_H -c bsd-signal.c | |
| clang -g -O2 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I. -I. -I/usr/local/opt/openssl/include -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -I/usr/local/Cellar/ldns/1.7.0_1/include -DSSHDIR=\"/usr/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/usr/local/Cellar/openssh/7.7p1/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/Cellar/openssh/7.7p1/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/Cellar/openssh/7.7p1/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/Cellar/openssh/7.7p1/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/Cellar/openssh/7.7p1/libexec/ssh-pkcs11-helper\" - |
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