Created
February 3, 2015 08:50
-
-
Save simonrw/9782d38ecd20d754d5ff to your computer and use it in GitHub Desktop.
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
2015-02-03 08:44:06 +0000 | |
cmake | |
. | |
-DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/mariadb/10.0.16 | |
-DCMAKE_FIND_FRAMEWORK=LAST | |
-DCMAKE_VERBOSE_MAKEFILE=ON | |
-DMYSQL_DATADIR=/usr/local/var/mysql | |
-DINSTALL_INCLUDEDIR=include/mysql | |
-DINSTALL_MANDIR=share/man | |
-DINSTALL_DOCDIR=share/doc/mariadb | |
-DINSTALL_INFODIR=share/info | |
-DINSTALL_MYSQLSHAREDIR=share/mysql | |
-DWITH_SSL=yes | |
-DDEFAULT_CHARSET=utf8 | |
-DDEFAULT_COLLATION=utf8_general_ci | |
-DINSTALL_SYSCONFDIR=/usr/local/etc | |
-DCOMPILATION_COMMENT=Homebrew | |
-DWITHOUT_TOKUDB=1 | |
-DWITH_UNIT_TESTS=OFF | |
-DWITH_READLINE=yes | |
-DENABLED_LOCAL_INFILE=1 | |
-- Running cmake version 3.1.1 | |
-- The C compiler identification is AppleClang 6.0.0.6000056 | |
-- The CXX compiler identification is AppleClang 6.0.0.6000056 | |
-- Check for working C compiler: /usr/local/Library/ENV/4.3/clang | |
-- Check for working C compiler: /usr/local/Library/ENV/4.3/clang -- works | |
-- Detecting C compiler ABI info | |
-- Detecting C compiler ABI info - done | |
-- Check for working CXX compiler: /usr/local/Library/ENV/4.3/clang++ | |
-- Check for working CXX compiler: /usr/local/Library/ENV/4.3/clang++ -- works | |
-- Detecting CXX compiler ABI info | |
-- Detecting CXX compiler ABI info - done | |
-- MariaDB 10.0.16 | |
-- Looking for sys/types.h | |
-- Looking for sys/types.h - found | |
-- Looking for stdint.h | |
-- Looking for stdint.h - found | |
-- Looking for stddef.h | |
-- Looking for stddef.h - found | |
-- Check size of void * | |
-- Check size of void * - done | |
-- Packaging as: mariadb-10.0.16-osx10.9-x86_64 | |
getconf: no such configuration parameter `LEVEL1_DCACHE_LINESIZE' | |
-- Performing Test HAVE_GGDB3 | |
-- Performing Test HAVE_GGDB3 - Success | |
-- Looking for floor | |
-- Looking for floor - found | |
-- Looking for __infinity | |
-- Looking for __infinity - not found | |
-- Looking for __infinity in m | |
-- Looking for __infinity in m - not found | |
-- Looking for gethostbyname_r | |
-- Looking for gethostbyname_r - not found | |
-- Looking for gethostbyname_r in nsl_r | |
-- Looking for gethostbyname_r in nsl_r - not found | |
-- Looking for gethostbyname_r in nsl | |
-- Looking for gethostbyname_r in nsl - not found | |
-- Looking for bind | |
-- Looking for bind - found | |
-- Looking for crypt | |
-- Looking for crypt - found | |
-- Looking for setsockopt | |
-- Looking for setsockopt - found | |
-- Looking for dlopen | |
-- Looking for dlopen - found | |
-- Looking for sched_yield | |
-- Looking for sched_yield - found | |
-- Looking for clock_gettime | |
-- Looking for clock_gettime - not found | |
-- Looking for clock_gettime in rt | |
-- Looking for clock_gettime in rt - not found | |
-- Looking for include file pthread.h | |
-- Looking for include file pthread.h - found | |
-- Looking for pthread_create | |
-- Looking for pthread_create - found | |
-- Found Threads: TRUE | |
-- Looking for 4 include files stdlib.h, ..., float.h | |
-- Looking for 4 include files stdlib.h, ..., float.h - found | |
-- Looking for include file alloca.h | |
-- Looking for include file alloca.h - found | |
-- Looking for include file aio.h | |
-- Looking for include file aio.h - found | |
-- Looking for include file arpa/inet.h | |
-- Looking for include file arpa/inet.h - found | |
-- Looking for include file crypt.h | |
-- Looking for include file crypt.h - not found | |
-- Looking for C++ include cxxabi.h | |
-- Looking for C++ include cxxabi.h - found | |
-- Looking for include file bfd.h | |
-- Looking for include file bfd.h - not found | |
-- Looking for include file dirent.h | |
-- Looking for include file dirent.h - found | |
-- Looking for include file dlfcn.h | |
-- Looking for include file dlfcn.h - found | |
-- Looking for include file execinfo.h | |
-- Looking for include file execinfo.h - found | |
-- Looking for include file fcntl.h | |
-- Looking for include file fcntl.h - found | |
-- Looking for include file fenv.h | |
-- Looking for include file fenv.h - found | |
-- Looking for include file float.h | |
-- Looking for include file float.h - found | |
-- Looking for include file floatingpoint.h | |
-- Looking for include file floatingpoint.h - not found | |
-- Looking for include file fpu_control.h | |
-- Looking for include file fpu_control.h - not found | |
-- Looking for include file grp.h | |
-- Looking for include file grp.h - found | |
-- Looking for include file ieeefp.h | |
-- Looking for include file ieeefp.h - not found | |
-- Looking for include file inttypes.h | |
-- Looking for include file inttypes.h - found | |
-- Looking for include file langinfo.h | |
-- Looking for include file langinfo.h - found | |
-- Looking for include file linux/unistd.h | |
-- Looking for include file linux/unistd.h - not found | |
-- Looking for include file limits.h | |
-- Looking for include file limits.h - found | |
-- Looking for include file locale.h | |
-- Looking for include file locale.h - found | |
-- Looking for include file malloc.h | |
-- Looking for include file malloc.h - not found | |
-- Looking for include file memory.h | |
-- Looking for include file memory.h - found | |
-- Looking for include file ndir.h | |
-- Looking for include file ndir.h - not found | |
-- Looking for include file netinet/in.h | |
-- Looking for include file netinet/in.h - found | |
-- Looking for include file paths.h | |
-- Looking for include file paths.h - found | |
-- Looking for include file port.h | |
-- Looking for include file port.h - not found | |
-- Looking for include file poll.h | |
-- Looking for include file poll.h - found | |
-- Looking for include file pwd.h | |
-- Looking for include file pwd.h - found | |
-- Looking for include file sched.h | |
-- Looking for include file sched.h - found | |
-- Looking for include file select.h | |
-- Looking for include file select.h - not found | |
-- Looking for include file semaphore.h | |
-- Looking for include file semaphore.h - found | |
-- Looking for include files sys/types.h, sys/dir.h | |
-- Looking for include files sys/types.h, sys/dir.h - found | |
-- Looking for include files sys/types.h, sys/event.h | |
-- Looking for include files sys/types.h, sys/event.h - found | |
-- Looking for include file sys/ndir.h | |
-- Looking for include file sys/ndir.h - not found | |
-- Looking for include file sys/pte.h | |
-- Looking for include file sys/pte.h - not found | |
-- Looking for include file stdlib.h | |
-- Looking for include file stdlib.h - found | |
-- Looking for include file strings.h | |
-- Looking for include file strings.h - found | |
-- Looking for include file string.h | |
-- Looking for include file string.h - found | |
-- Looking for include file synch.h | |
-- Looking for include file synch.h - not found | |
-- Looking for include file sysent.h | |
-- Looking for include file sysent.h - not found | |
-- Looking for include file sys/cdefs.h | |
-- Looking for include file sys/cdefs.h - found | |
-- Looking for include file sys/file.h | |
-- Looking for include file sys/file.h - found | |
-- Looking for include file sys/fpu.h | |
-- Looking for include file sys/fpu.h - not found | |
-- Looking for include file sys/ioctl.h | |
-- Looking for include file sys/ioctl.h - found | |
-- Looking for include files sys/types.h, sys/ipc.h | |
-- Looking for include files sys/types.h, sys/ipc.h - found | |
-- Looking for include files sys/types.h, sys/malloc.h | |
-- Looking for include files sys/types.h, sys/malloc.h - found | |
-- Looking for include file sys/mman.h | |
-- Looking for include file sys/mman.h - found | |
-- Looking for include file sys/prctl.h | |
-- Looking for include file sys/prctl.h - not found | |
-- Looking for include file sys/resource.h | |
-- Looking for include file sys/resource.h - found | |
-- Looking for include file sys/select.h | |
-- Looking for include file sys/select.h - found | |
-- Looking for include files sys/types.h, sys/shm.h | |
-- Looking for include files sys/types.h, sys/shm.h - found | |
-- Looking for include file sys/socket.h | |
-- Looking for include file sys/socket.h - found | |
-- Looking for include file sys/stat.h | |
-- Looking for include file sys/stat.h - found | |
-- Looking for include file sys/stream.h | |
-- Looking for include file sys/stream.h - not found | |
-- Looking for include file sys/termcap.h | |
-- Looking for include file sys/termcap.h - not found | |
-- Looking for include files curses.h, term.h | |
-- Looking for include files curses.h, term.h - found | |
-- Looking for include file asm/termbits.h | |
-- Looking for include file asm/termbits.h - not found | |
-- Looking for include file termbits.h | |
-- Looking for include file termbits.h - not found | |
-- Looking for include file termios.h | |
-- Looking for include file termios.h - found | |
-- Looking for include file termio.h | |
-- Looking for include file termio.h - not found | |
-- Looking for include file termcap.h | |
-- Looking for include file termcap.h - found | |
-- Looking for include file unistd.h | |
-- Looking for include file unistd.h - found | |
-- Looking for include file utime.h | |
-- Looking for include file utime.h - found | |
-- Looking for include file varargs.h | |
-- Looking for include file varargs.h - not found | |
-- Looking for include file sys/time.h | |
-- Looking for include file sys/time.h - found | |
-- Looking for include file sys/utime.h | |
-- Looking for include file sys/utime.h - not found | |
-- Looking for include file sys/wait.h | |
-- Looking for include file sys/wait.h - found | |
-- Looking for include file sys/param.h | |
-- Looking for include file sys/param.h - found | |
-- Looking for include file sys/vadvise.h | |
-- Looking for include file sys/vadvise.h - found | |
-- Looking for include file fnmatch.h | |
-- Looking for include file fnmatch.h - found | |
-- Looking for include file stdarg.h | |
-- Looking for include file stdarg.h - found | |
-- Looking for include files stdlib.h, sys/un.h | |
-- Looking for include files stdlib.h, sys/un.h - found | |
-- Looking for include file vis.h | |
-- Looking for include file vis.h - found | |
-- Looking for include file wchar.h | |
-- Looking for include file wchar.h - found | |
-- Looking for include file wctype.h | |
-- Looking for include file wctype.h - found | |
-- Looking for include file sys/sockio.h | |
-- Looking for include file sys/sockio.h - found | |
-- Looking for include file sys/utsname.h | |
-- Looking for include file sys/utsname.h - found | |
-- Looking for include file sys/ptem.h | |
-- Looking for include file sys/ptem.h - not found | |
-- Performing Test HAVE_WERROR_FLAG | |
-- Performing Test HAVE_WERROR_FLAG - Success | |
-- Performing Test HAVE_PTHREAD_ONCE_INIT | |
-- Performing Test HAVE_PTHREAD_ONCE_INIT - Success | |
-- Looking for access | |
-- Looking for access - found | |
-- Looking for aio_read | |
-- Looking for aio_read - found | |
-- Looking for alarm | |
-- Looking for alarm - found | |
-- Looking for backtrace | |
-- Looking for backtrace - found | |
-- Looking for backtrace_symbols | |
-- Looking for backtrace_symbols - found | |
-- Looking for backtrace_symbols_fd | |
-- Looking for backtrace_symbols_fd - found | |
-- Looking for printstack | |
-- Looking for printstack - not found | |
-- Looking for bfill | |
-- Looking for bfill - not found | |
-- Looking for bmove | |
-- Looking for bmove - not found | |
-- Looking for bsearch | |
-- Looking for bsearch - found | |
-- Looking for index | |
-- Looking for index - found | |
-- Looking for bzero | |
-- Looking for bzero - found | |
-- Looking for clock_gettime | |
-- Looking for clock_gettime - not found | |
-- Looking for cuserid | |
-- Looking for cuserid - not found | |
-- Looking for directio | |
-- Looking for directio - not found | |
-- Looking for _doprnt | |
-- Looking for _doprnt - not found | |
-- Looking for flockfile | |
-- Looking for flockfile - found | |
-- Looking for ftruncate | |
-- Looking for ftruncate - found | |
-- Looking for getline | |
-- Looking for getline - found | |
-- Looking for compress | |
-- Looking for compress - not found | |
-- Looking for crypt | |
-- Looking for crypt - found | |
-- Looking for dlerror | |
-- Looking for dlerror - found | |
-- Looking for dlopen | |
-- Looking for dlopen - found | |
-- Looking for fchmod | |
-- Looking for fchmod - found | |
-- Looking for fcntl | |
-- Looking for fcntl - found | |
-- Looking for fconvert | |
-- Looking for fconvert - not found | |
-- Looking for fdatasync | |
-- Looking for fdatasync - found | |
-- Looking for fdatasync | |
-- Looking for fdatasync - not found | |
-- Looking for fesetround | |
-- Looking for fesetround - found | |
-- Looking for fedisableexcept | |
-- Looking for fedisableexcept - not found | |
-- Looking for fpsetmask | |
-- Looking for fpsetmask - not found | |
-- Looking for fseeko | |
-- Looking for fseeko - found | |
-- Looking for fsync | |
-- Looking for fsync - found | |
-- Looking for getcwd | |
-- Looking for getcwd - found | |
-- Looking for gethostbyaddr_r | |
-- Looking for gethostbyaddr_r - not found | |
-- Looking for gethrtime | |
-- Looking for gethrtime - not found | |
-- Looking for getnameinfo | |
-- Looking for getnameinfo - found | |
-- Looking for getpass | |
-- Looking for getpass - found | |
-- Looking for getpassphrase | |
-- Looking for getpassphrase - not found | |
-- Looking for getpwnam | |
-- Looking for getpwnam - found | |
-- Looking for getpwuid | |
-- Looking for getpwuid - found | |
-- Looking for getrlimit | |
-- Looking for getrlimit - found | |
-- Looking for getrusage | |
-- Looking for getrusage - found | |
-- Looking for getwd | |
-- Looking for getwd - found | |
-- Looking for gmtime_r | |
-- Looking for gmtime_r - found | |
-- Looking for initgroups | |
-- Looking for initgroups - found | |
-- Looking for issetugid | |
-- Looking for issetugid - found | |
-- Looking for getuid | |
-- Looking for getuid - found | |
-- Looking for geteuid | |
-- Looking for geteuid - found | |
-- Looking for getgid | |
-- Looking for getgid - found | |
-- Looking for getegid | |
-- Looking for getegid - found | |
-- Looking for ldiv | |
-- Looking for ldiv - found | |
-- Looking for localtime_r | |
-- Looking for localtime_r - found | |
-- Looking for longjmp | |
-- Looking for longjmp - found | |
-- Looking for lstat | |
-- Looking for lstat - found | |
-- Looking for madvise | |
-- Looking for madvise - found | |
-- Looking for mallinfo | |
-- Looking for mallinfo - not found | |
-- Looking for memcpy | |
-- Looking for memcpy - found | |
-- Looking for memmove | |
-- Looking for memmove - found | |
-- Looking for mkstemp | |
-- Looking for mkstemp - found | |
-- Looking for mlock | |
-- Looking for mlock - found | |
-- Looking for mlockall | |
-- Looking for mlockall - found | |
-- Looking for mmap | |
-- Looking for mmap - found | |
-- Looking for mmap64 | |
-- Looking for mmap64 - not found | |
-- Looking for perror | |
-- Looking for perror - found | |
-- Looking for poll | |
-- Looking for poll - found | |
-- Looking for port_create | |
-- Looking for port_create - not found | |
-- Looking for posix_fallocate | |
-- Looking for posix_fallocate - not found | |
-- Looking for pread | |
-- Looking for pread - found | |
-- Looking for pthread_attr_create | |
-- Looking for pthread_attr_create - not found | |
-- Looking for pthread_attr_getstacksize | |
-- Looking for pthread_attr_getstacksize - found | |
-- Looking for pthread_attr_setscope | |
-- Looking for pthread_attr_setscope - found | |
-- Looking for pthread_attr_getguardsize | |
-- Looking for pthread_attr_getguardsize - found | |
-- Looking for pthread_attr_setstacksize | |
-- Looking for pthread_attr_setstacksize - found | |
-- Looking for pthread_condattr_create | |
-- Looking for pthread_condattr_create - not found | |
-- Looking for pthread_condattr_setclock | |
-- Looking for pthread_condattr_setclock - not found | |
-- Looking for pthread_key_delete | |
-- Looking for pthread_key_delete - found | |
-- Looking for pthread_rwlock_rdlock | |
-- Looking for pthread_rwlock_rdlock - found | |
-- Looking for pthread_sigmask | |
-- Looking for pthread_sigmask - found | |
-- Looking for pthread_threadmask | |
-- Looking for pthread_threadmask - not found | |
-- Looking for pthread_yield_np | |
-- Looking for pthread_yield_np - found | |
-- Looking for putenv | |
-- Looking for putenv - found | |
-- Looking for readdir_r | |
-- Looking for readdir_r - found | |
-- Looking for readlink | |
-- Looking for readlink - found | |
-- Looking for re_comp | |
-- Looking for re_comp - not found | |
-- Looking for regcomp | |
-- Looking for regcomp - found | |
-- Looking for realpath | |
-- Looking for realpath - found | |
-- Looking for rename | |
-- Looking for rename - found | |
-- Looking for rwlock_init | |
-- Looking for rwlock_init - not found | |
-- Looking for sched_yield | |
-- Looking for sched_yield - found | |
-- Looking for setenv | |
-- Looking for setenv - found | |
-- Looking for setlocale | |
-- Looking for setlocale - found | |
-- Looking for setfd | |
-- Looking for setfd - not found | |
-- Looking for sigaction | |
-- Looking for sigaction - found | |
-- Looking for sigthreadmask | |
-- Looking for sigthreadmask - not found | |
-- Looking for sigwait | |
-- Looking for sigwait - found | |
-- Looking for sigaddset | |
-- Looking for sigaddset - found | |
-- Looking for sigemptyset | |
-- Looking for sigemptyset - found | |
-- Looking for sighold | |
-- Looking for sighold - found | |
-- Looking for sigset | |
-- Looking for sigset - found | |
-- Looking for sleep | |
-- Looking for sleep - found | |
-- Looking for snprintf | |
-- Looking for snprintf - found | |
-- Looking for stpcpy | |
-- Looking for stpcpy - found | |
-- Looking for strcoll | |
-- Looking for strcoll - found | |
-- Looking for strerror | |
-- Looking for strerror - found | |
-- Looking for strlcpy | |
-- Looking for strlcpy - found | |
-- Looking for strnlen | |
-- Looking for strnlen - found | |
-- Looking for strlcat | |
-- Looking for strlcat - found | |
-- Looking for strsignal | |
-- Looking for strsignal - found | |
-- Looking for fgetln | |
-- Looking for fgetln - found | |
-- Looking for strpbrk | |
-- Looking for strpbrk - found | |
-- Looking for strstr | |
-- Looking for strstr - found | |
-- Looking for strtok_r | |
-- Looking for strtok_r - found | |
-- Looking for strtol | |
-- Looking for strtol - found | |
-- Looking for strtoll | |
-- Looking for strtoll - found | |
-- Looking for strtoul | |
-- Looking for strtoul - found | |
-- Looking for strtoull | |
-- Looking for strtoull - found | |
-- Looking for strcasecmp | |
-- Looking for strcasecmp - found | |
-- Looking for strncasecmp | |
-- Looking for strncasecmp - found | |
-- Looking for strdup | |
-- Looking for strdup - found | |
-- Looking for shmat | |
-- Looking for shmat - found | |
-- Looking for shmctl | |
-- Looking for shmctl - found | |
-- Looking for shmdt | |
-- Looking for shmdt - found | |
-- Looking for shmget | |
-- Looking for shmget - found | |
-- Looking for tell | |
-- Looking for tell - not found | |
-- Looking for tempnam | |
-- Looking for tempnam - found | |
-- Looking for thr_setconcurrency | |
-- Looking for thr_setconcurrency - not found | |
-- Looking for thr_yield | |
-- Looking for thr_yield - not found | |
-- Looking for vasprintf | |
-- Looking for vasprintf - found | |
-- Looking for vsnprintf | |
-- Looking for vsnprintf - found | |
-- Looking for vprintf | |
-- Looking for vprintf - found | |
-- Looking for valloc | |
-- Looking for valloc - found | |
-- Looking for memalign | |
-- Looking for memalign - not found | |
-- Looking for chown | |
-- Looking for chown - found | |
-- Looking for nl_langinfo | |
-- Looking for nl_langinfo - found | |
-- Looking for kqueue | |
-- Looking for kqueue - found | |
-- Looking for include file time.h | |
-- Looking for include file time.h - found | |
-- Looking for include file sys/times.h | |
-- Looking for include file sys/times.h - found | |
-- Looking for include file asm/msr.h | |
-- Looking for include file asm/msr.h - not found | |
-- Looking for include file ia64intrin.h | |
-- Looking for include file ia64intrin.h - not found | |
-- Looking for times | |
-- Looking for times - found | |
-- Looking for gettimeofday | |
-- Looking for gettimeofday - found | |
-- Looking for read_real_time | |
-- Looking for read_real_time - not found | |
-- Looking for ftime | |
-- Looking for ftime - found | |
-- Looking for time | |
-- Looking for time - found | |
-- Looking for rdtscll | |
-- Looking for rdtscll - not found | |
-- Looking for madvise | |
-- Looking for madvise - found | |
-- Looking for tzname | |
-- Looking for tzname - found | |
-- Looking for lrand48 | |
-- Looking for lrand48 - found | |
-- Looking for getpagesize | |
-- Looking for getpagesize - found | |
-- Looking for TIOCGWINSZ | |
-- Looking for TIOCGWINSZ - found | |
-- Looking for FIONREAD | |
-- Looking for FIONREAD - found | |
-- Looking for TIOCSTAT | |
-- Looking for TIOCSTAT - found | |
-- Looking for FIONREAD | |
-- Looking for FIONREAD - found | |
-- Looking for finite | |
-- Looking for finite - found | |
-- Looking for log2 | |
-- Looking for log2 - found | |
-- Looking for isnan | |
-- Looking for isnan - found | |
-- Looking for rint | |
-- Looking for rint - found | |
-- Performing Test HAVE_ISINF | |
-- Performing Test HAVE_ISINF - Success | |
-- Check size of sigset_t | |
-- Check size of sigset_t - done | |
-- Check size of mode_t | |
-- Check size of mode_t - done | |
-- Check size of in_addr_t | |
-- Check size of in_addr_t - done | |
-- Check size of char | |
-- Check size of char - done | |
-- Check size of short | |
-- Check size of short - done | |
-- Check size of int | |
-- Check size of int - done | |
-- Check size of long long | |
-- Check size of long long - done | |
-- Check size of off_t | |
-- Check size of off_t - done | |
-- Check size of uchar | |
-- Check size of uchar - failed | |
-- Check size of uint | |
-- Check size of uint - done | |
-- Check size of ulong | |
-- Check size of ulong - failed | |
-- Check size of int8 | |
-- Check size of int8 - failed | |
-- Check size of uint8 | |
-- Check size of uint8 - failed | |
-- Check size of int16 | |
-- Check size of int16 - failed | |
-- Check size of uint16 | |
-- Check size of uint16 - failed | |
-- Check size of int32 | |
-- Check size of int32 - failed | |
-- Check size of uint32 | |
-- Check size of uint32 - failed | |
-- Check size of u_int32_t | |
-- Check size of u_int32_t - done | |
-- Check size of int64 | |
-- Check size of int64 - failed | |
-- Check size of uint64 | |
-- Check size of uint64 - failed | |
-- Check size of time_t | |
-- Check size of time_t - done | |
-- Check size of bool | |
-- Check size of bool - failed | |
-- Check size of socklen_t | |
-- Check size of socklen_t - done | |
-- Performing Test TIME_T_UNSIGNED | |
-- Performing Test TIME_T_UNSIGNED - Failed | |
-- Performing Test HAVE_GETADDRINFO | |
-- Performing Test HAVE_GETADDRINFO - Success | |
-- Performing Test HAVE_SELECT | |
-- Performing Test HAVE_SELECT - Success | |
-- Performing Test HAVE_TIMESPEC_TS_SEC | |
-- Performing Test HAVE_TIMESPEC_TS_SEC - Failed | |
-- Performing Test QSORT_TYPE_IS_VOID | |
-- Performing Test QSORT_TYPE_IS_VOID - Success | |
-- Performing Test HAVE_SOCKET_SIZE_T_AS_socklen_t | |
-- Performing Test HAVE_SOCKET_SIZE_T_AS_socklen_t - Success | |
-- Performing Test HAVE_PTHREAD_YIELD_ZERO_ARG | |
-- Performing Test HAVE_PTHREAD_YIELD_ZERO_ARG - Failed | |
-- Checking stack direction : -1 | |
-- Performing Test SIGNAL_RETURN_TYPE_IS_VOID | |
-- Performing Test SIGNAL_RETURN_TYPE_IS_VOID - Success | |
-- Looking for include files time.h, sys/time.h | |
-- Looking for include files time.h, sys/time.h - found | |
-- Looking for O_NONBLOCK | |
-- Looking for O_NONBLOCK - found | |
-- Performing Test C_HAS_inline | |
-- Performing Test C_HAS_inline - Success | |
-- Performing Test HAVE_PAUSE_INSTRUCTION | |
-- Performing Test HAVE_PAUSE_INSTRUCTION - Success | |
-- Looking for tcgetattr | |
-- Looking for tcgetattr - found | |
-- Performing Test HAVE_POSIX_SIGNALS | |
-- Performing Test HAVE_POSIX_SIGNALS - Success | |
-- Performing Test HAVE_BSS_START | |
-- Performing Test HAVE_BSS_START - Failed | |
-- Performing Test HAVE_WEAK_SYMBOL | |
-- Performing Test HAVE_WEAK_SYMBOL - Success | |
-- Performing Test HAVE_CXX_NEW | |
-- Performing Test HAVE_CXX_NEW - Success | |
-- Performing Test HAVE_SOLARIS_STYLE_GETHOST | |
-- Performing Test HAVE_SOLARIS_STYLE_GETHOST - Failed | |
-- Looking for include files valgrind/memcheck.h, valgrind/valgrind.h | |
-- Looking for include files valgrind/memcheck.h, valgrind/valgrind.h - found | |
-- Looking for netinet/in6.h | |
-- Looking for netinet/in6.h - not found | |
-- Check size of struct sockaddr_in6 | |
-- Check size of struct sockaddr_in6 - done | |
-- Check size of struct in6_addr | |
-- Check size of struct in6_addr - done | |
-- Performing Test HAVE_SOCKADDR_STORAGE_SS_FAMILY | |
-- Performing Test HAVE_SOCKADDR_STORAGE_SS_FAMILY - Success | |
-- Performing Test HAVE_SOCKADDR_IN_SIN_LEN | |
-- Performing Test HAVE_SOCKADDR_IN_SIN_LEN - Success | |
-- Performing Test HAVE_SOCKADDR_IN6_SIN6_LEN | |
-- Performing Test HAVE_SOCKADDR_IN6_SIN6_LEN - Success | |
-- Performing Test STRUCT_DIRENT_HAS_D_INO | |
-- Performing Test STRUCT_DIRENT_HAS_D_INO - Success | |
-- Performing Test STRUCT_DIRENT_HAS_D_NAMLEN | |
-- Performing Test STRUCT_DIRENT_HAS_D_NAMLEN - Success | |
-- Looking for ucontext.h | |
-- Looking for ucontext.h - not found | |
-- Found ZLIB: /usr/lib/libz.dylib (found version "1.2.5") | |
-- Looking for crc32 | |
-- Looking for crc32 - found | |
-- Looking for compressBound | |
-- Looking for compressBound - found | |
-- Looking for deflateBound | |
-- Looking for deflateBound - found | |
-- suffixes <.dylib;.so;.a> | |
-- OPENSSL_INCLUDE_DIR = /usr/local/opt/openssl/include | |
-- OPENSSL_LIBRARIES = /usr/local/opt/openssl/lib/libssl.dylib | |
-- CRYPTO_LIBRARY = /usr/local/opt/openssl/lib/libcrypto.dylib | |
-- OPENSSL_MAJOR_VERSION = | |
-- Looking for SHA512_DIGEST_LENGTH | |
-- Looking for SHA512_DIGEST_LENGTH - found | |
-- SSL_LIBRARIES = /usr/local/opt/openssl/lib/libssl.dylib;/usr/local/opt/openssl/lib/libcrypto.dylib | |
-- Check size of mbstate_t | |
-- Check size of mbstate_t - done | |
-- Performing Test HAVE_LANGINFO_CODESET | |
-- Performing Test HAVE_LANGINFO_CODESET - Success | |
-- Looking for mbrlen | |
-- Looking for mbrlen - found | |
-- Looking for mbscmp | |
-- Looking for mbscmp - not found | |
-- Looking for mbsrtowcs | |
-- Looking for mbsrtowcs - found | |
-- Looking for wcrtomb | |
-- Looking for wcrtomb - found | |
-- Looking for mbrtowc | |
-- Looking for mbrtowc - found | |
-- Looking for wcscoll | |
-- Looking for wcscoll - found | |
-- Looking for wcsdup | |
-- Looking for wcsdup - found | |
-- Looking for wcwidth | |
-- Looking for wcwidth - found | |
-- Looking for wctype | |
-- Looking for wctype - found | |
-- Looking for iswlower | |
-- Looking for iswlower - found | |
-- Looking for iswupper | |
-- Looking for iswupper - found | |
-- Looking for towlower | |
-- Looking for towlower - found | |
-- Looking for towupper | |
-- Looking for towupper - found | |
-- Looking for iswctype | |
-- Looking for iswctype - found | |
-- Check size of wchar_t | |
-- Check size of wchar_t - done | |
-- Check size of wctype_t | |
-- Check size of wctype_t - done | |
-- Check size of wint_t | |
-- Check size of wint_t - done | |
-- Found Curses: /usr/lib/libcurses.dylib | |
-- Looking for setupterm in /usr/lib/libcurses.dylib | |
-- Looking for setupterm in /usr/lib/libcurses.dylib - found | |
-- Looking for vidattr in /usr/lib/libcurses.dylib | |
-- Looking for vidattr in /usr/lib/libcurses.dylib - found | |
-- Looking for malloc_stats_print in jemalloc | |
-- Looking for malloc_stats_print in jemalloc - not found | |
-- Looking for pcre_stack_guard in pcre | |
-- Looking for pcre_stack_guard in pcre - found | |
-- Performing Test HAVE_WVLA | |
-- Performing Test HAVE_WVLA - Success | |
-- Performing Test CASSANDRASE_OK | |
-- Performing Test CASSANDRASE_OK - Success | |
-- CONNECT: GCC: Some warnings disabled | |
-- Found LibXml2: /usr/lib/libxml2.dylib (found version "2.9.0") | |
-- Performing Test ODBC_OK | |
-- Performing Test ODBC_OK - Success | |
-- Looking for sched_getcpu | |
-- Looking for sched_getcpu - not found | |
-- Performing Test HAVE_IB_GCC_ATOMIC_BUILTINS | |
-- Performing Test HAVE_IB_GCC_ATOMIC_BUILTINS - Success | |
-- Performing Test HAVE_IB_GCC_ATOMIC_BUILTINS_BYTE | |
-- Performing Test HAVE_IB_GCC_ATOMIC_BUILTINS_BYTE - Success | |
-- Performing Test HAVE_IB_GCC_ATOMIC_BUILTINS_64 | |
-- Performing Test HAVE_IB_GCC_ATOMIC_BUILTINS_64 - Success | |
-- Performing Test HAVE_IB_GCC_SYNC_SYNCHRONISE | |
-- Performing Test HAVE_IB_GCC_SYNC_SYNCHRONISE - Success | |
-- Performing Test HAVE_IB_GCC_ATOMIC_THREAD_FENCE | |
-- Performing Test HAVE_IB_GCC_ATOMIC_THREAD_FENCE - Success | |
-- Performing Test HAVE_IB_ATOMIC_PTHREAD_T_GCC | |
-- Performing Test HAVE_IB_ATOMIC_PTHREAD_T_GCC - Success | |
-- Looking for asprintf | |
-- Looking for asprintf - found | |
-- Check size of pthread_t | |
-- Check size of pthread_t - done | |
-- Check if the system is big endian | |
-- Searching 16 bit integer | |
-- Check size of unsigned short | |
-- Check size of unsigned short - done | |
-- Using unsigned short | |
-- Check if the system is big endian - little endian | |
-- Found PkgConfig: /usr/local/bin/pkg-config (found version "0.28") | |
-- Looking for errno.h | |
-- Looking for errno.h - found | |
-- Looking for netdb.h | |
-- Looking for netdb.h - found | |
-- Looking for netinet/tcp.h | |
-- Looking for netinet/tcp.h - found | |
-- Looking for signal.h | |
-- Looking for signal.h - found | |
-- Looking for sys/sysctl.h | |
-- Looking for sys/sysctl.h - found | |
-- Looking for _strnicmp | |
-- Looking for _strnicmp - not found | |
-- Looking for _strtoui64 | |
-- Looking for _strtoui64 - not found | |
-- Looking for close | |
-- Looking for close - found | |
-- Looking for mkostemp | |
-- Looking for mkostemp - not found | |
-- Looking for open | |
-- Looking for open - found | |
-- Looking for read | |
-- Looking for read - found | |
-- Looking for write | |
-- Looking for write - found | |
-- Looking for fpclassify | |
-- Looking for fpclassify - found | |
-- Looking for dlopen in dl | |
-- Looking for dlopen in dl - found | |
-- Looking for backtrace in execinfo | |
-- Looking for backtrace in execinfo - not found | |
-- Looking for clock_gettime in rt | |
-- Looking for clock_gettime in rt - not found | |
-- Looking for sincos in m | |
-- Looking for sincos in m - not found | |
-- Looking for __cxa_begin_catch in stdc++ | |
-- Looking for __cxa_begin_catch in stdc++ - found | |
-- Looking for pthread.h | |
-- Looking for pthread.h - found | |
-- Looking for pthread_mutex_init in pthread | |
-- Looking for pthread_mutex_init in pthread - found | |
-- Looking for pthread_mutexattr_setpshared | |
-- Looking for pthread_mutexattr_setpshared - found | |
-- Looking for pthread_condattr_setpshared | |
-- Looking for pthread_condattr_setpshared - found | |
-- Looking for sys/epoll.h | |
-- Looking for sys/epoll.h - not found | |
-- Looking for kevent | |
-- Looking for kevent - found | |
-- checking for module 'kytea' | |
-- package 'kytea' not found | |
-- checking for module 'libzmq' | |
-- package 'libzmq' not found | |
-- Looking for event_init in event | |
-- Looking for event_init in event - found | |
-- Looking for msgpack_version in msgpack | |
-- Looking for msgpack_version in msgpack - found | |
-- Configuring OQGraph | |
-- Boost version: 1.57.0 | |
-- Judy not found. OQGraph will not be compiled | |
-- Performing Test WNO_WRITE_STRING | |
-- Performing Test WNO_WRITE_STRING - Success | |
-- Performing Test TOKUDB_OK | |
-- Performing Test TOKUDB_OK - Success | |
-- Looking for include file security/pam_appl.h | |
-- Looking for include file security/pam_appl.h - found | |
-- Looking for strndup | |
-- Looking for strndup - found | |
-- Performing Test HAVE_PEERCRED | |
-- Performing Test HAVE_PEERCRED - Failed | |
-- Performing Test HAVE_SOCKPEERCRED | |
-- Performing Test HAVE_SOCKPEERCRED - Failed | |
-- Performing Test HAVE_XUCRED | |
-- Performing Test HAVE_XUCRED - Success | |
-- Looking for event.h | |
-- Looking for event.h - found | |
-- Configuring done | |
-- Generating done | |
-- Build files have been written to: /tmp/mariadb-DGHymV/mariadb-10.0.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
clang called with: CMakeCCompilerId.c | |
superenv executed: clang CMakeCCompilerId.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang++ called with: CMakeCXXCompilerId.cpp | |
superenv executed: clang++ CMakeCXXCompilerId.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o CMakeFiles/cmTryCompileExec4150818690.dir/testCCompiler.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/testCCompiler.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -o CMakeFiles/cmTryCompileExec4150818690.dir/testCCompiler.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/testCCompiler.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec4150818690.dir/testCCompiler.c.o -o cmTryCompileExec4150818690 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec4150818690.dir/testCCompiler.c.o -o cmTryCompileExec4150818690 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o CMakeFiles/cmTryCompileExec990866508.dir/CMakeCCompilerABI.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CMakeCCompilerABI.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -o CMakeFiles/cmTryCompileExec990866508.dir/CMakeCCompilerABI.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CMakeCCompilerABI.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTryCompileExec990866508.dir/CMakeCCompilerABI.c.o -o cmTryCompileExec990866508 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTryCompileExec990866508.dir/CMakeCCompilerABI.c.o -o cmTryCompileExec990866508 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang++ called with: -o CMakeFiles/cmTryCompileExec480691676.dir/testCXXCompiler.cxx.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/testCXXCompiler.cxx | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang++ -pipe -w -Os -march=native -o CMakeFiles/cmTryCompileExec480691676.dir/testCXXCompiler.cxx.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/testCXXCompiler.cxx -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang++ called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec480691676.dir/testCXXCompiler.cxx.o -o cmTryCompileExec480691676 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang++ -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec480691676.dir/testCXXCompiler.cxx.o -o cmTryCompileExec480691676 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang++ called with: -o CMakeFiles/cmTryCompileExec3107104304.dir/CMakeCXXCompilerABI.cpp.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CMakeCXXCompilerABI.cpp | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang++ -pipe -w -Os -march=native -o CMakeFiles/cmTryCompileExec3107104304.dir/CMakeCXXCompilerABI.cpp.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CMakeCXXCompilerABI.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang++ called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTryCompileExec3107104304.dir/CMakeCXXCompilerABI.cpp.o -o cmTryCompileExec3107104304 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang++ -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTryCompileExec3107104304.dir/CMakeCXXCompilerABI.cpp.o -o cmTryCompileExec3107104304 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o CMakeFiles/cmTryCompileExec3506542036.dir/CheckIncludeFile.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFile.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -o CMakeFiles/cmTryCompileExec3506542036.dir/CheckIncludeFile.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFile.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3506542036.dir/CheckIncludeFile.c.o -o cmTryCompileExec3506542036 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3506542036.dir/CheckIncludeFile.c.o -o cmTryCompileExec3506542036 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o CMakeFiles/cmTryCompileExec3144736129.dir/CheckIncludeFile.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFile.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -o CMakeFiles/cmTryCompileExec3144736129.dir/CheckIncludeFile.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFile.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3144736129.dir/CheckIncludeFile.c.o -o cmTryCompileExec3144736129 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3144736129.dir/CheckIncludeFile.c.o -o cmTryCompileExec3144736129 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o CMakeFiles/cmTryCompileExec3113610797.dir/CheckIncludeFile.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFile.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -o CMakeFiles/cmTryCompileExec3113610797.dir/CheckIncludeFile.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFile.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3113610797.dir/CheckIncludeFile.c.o -o cmTryCompileExec3113610797 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3113610797.dir/CheckIncludeFile.c.o -o cmTryCompileExec3113610797 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o CMakeFiles/cmTryCompileExec3584722078.dir/SIZEOF_VOIDP.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CheckTypeSize/SIZEOF_VOIDP.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -o CMakeFiles/cmTryCompileExec3584722078.dir/SIZEOF_VOIDP.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CheckTypeSize/SIZEOF_VOIDP.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3584722078.dir/SIZEOF_VOIDP.c.o -o cmTryCompileExec3584722078 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3584722078.dir/SIZEOF_VOIDP.c.o -o cmTryCompileExec3584722078 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DHAVE_GGDB3 -ggdb3 -o CMakeFiles/cmTryCompileExec3603938941.dir/src.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/src.c | |
superenv removed: -ggdb3 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_GGDB3 -o CMakeFiles/cmTryCompileExec3603938941.dir/src.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/src.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DHAVE_GGDB3 -ggdb3 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3603938941.dir/src.c.o -o cmTryCompileExec3603938941 | |
superenv removed: -ggdb3 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_GGDB3 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3603938941.dir/src.c.o -o cmTryCompileExec3603938941 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=floor -o CMakeFiles/cmTryCompileExec1465640502.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=floor -o CMakeFiles/cmTryCompileExec1465640502.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=floor -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1465640502.dir/CheckFunctionExists.c.o -o cmTryCompileExec1465640502 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=floor -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1465640502.dir/CheckFunctionExists.c.o -o cmTryCompileExec1465640502 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=__infinity -o CMakeFiles/cmTryCompileExec1646558367.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=__infinity -o CMakeFiles/cmTryCompileExec1646558367.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=__infinity -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1646558367.dir/CheckFunctionExists.c.o -o cmTryCompileExec1646558367 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=__infinity -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1646558367.dir/CheckFunctionExists.c.o -o cmTryCompileExec1646558367 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=__infinity -o CMakeFiles/cmTryCompileExec1197809151.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=__infinity -o CMakeFiles/cmTryCompileExec1197809151.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=__infinity -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1197809151.dir/CheckFunctionExists.c.o -o cmTryCompileExec1197809151 -lm | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=__infinity -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1197809151.dir/CheckFunctionExists.c.o -o cmTryCompileExec1197809151 -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=gethostbyname_r -o CMakeFiles/cmTryCompileExec3064535051.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=gethostbyname_r -o CMakeFiles/cmTryCompileExec3064535051.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=gethostbyname_r -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3064535051.dir/CheckFunctionExists.c.o -o cmTryCompileExec3064535051 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=gethostbyname_r -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3064535051.dir/CheckFunctionExists.c.o -o cmTryCompileExec3064535051 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=gethostbyname_r -o CMakeFiles/cmTryCompileExec2876966783.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=gethostbyname_r -o CMakeFiles/cmTryCompileExec2876966783.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=gethostbyname_r -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2876966783.dir/CheckFunctionExists.c.o -o cmTryCompileExec2876966783 -lnsl_r | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=gethostbyname_r -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2876966783.dir/CheckFunctionExists.c.o -o cmTryCompileExec2876966783 -lnsl_r -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=gethostbyname_r -o CMakeFiles/cmTryCompileExec136440309.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=gethostbyname_r -o CMakeFiles/cmTryCompileExec136440309.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=gethostbyname_r -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec136440309.dir/CheckFunctionExists.c.o -o cmTryCompileExec136440309 -lnsl | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=gethostbyname_r -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec136440309.dir/CheckFunctionExists.c.o -o cmTryCompileExec136440309 -lnsl -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=bind -o CMakeFiles/cmTryCompileExec1740469516.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=bind -o CMakeFiles/cmTryCompileExec1740469516.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=bind -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1740469516.dir/CheckFunctionExists.c.o -o cmTryCompileExec1740469516 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=bind -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1740469516.dir/CheckFunctionExists.c.o -o cmTryCompileExec1740469516 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=crypt -o CMakeFiles/cmTryCompileExec1516669255.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=crypt -o CMakeFiles/cmTryCompileExec1516669255.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=crypt -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1516669255.dir/CheckFunctionExists.c.o -o cmTryCompileExec1516669255 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=crypt -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1516669255.dir/CheckFunctionExists.c.o -o cmTryCompileExec1516669255 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=setsockopt -o CMakeFiles/cmTryCompileExec542605705.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=setsockopt -o CMakeFiles/cmTryCompileExec542605705.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=setsockopt -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec542605705.dir/CheckFunctionExists.c.o -o cmTryCompileExec542605705 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=setsockopt -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec542605705.dir/CheckFunctionExists.c.o -o cmTryCompileExec542605705 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=dlopen -o CMakeFiles/cmTryCompileExec824646551.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=dlopen -o CMakeFiles/cmTryCompileExec824646551.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=dlopen -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec824646551.dir/CheckFunctionExists.c.o -o cmTryCompileExec824646551 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=dlopen -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec824646551.dir/CheckFunctionExists.c.o -o cmTryCompileExec824646551 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=sched_yield -o CMakeFiles/cmTryCompileExec2793047091.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=sched_yield -o CMakeFiles/cmTryCompileExec2793047091.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=sched_yield -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2793047091.dir/CheckFunctionExists.c.o -o cmTryCompileExec2793047091 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=sched_yield -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2793047091.dir/CheckFunctionExists.c.o -o cmTryCompileExec2793047091 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=clock_gettime -o CMakeFiles/cmTryCompileExec1384977600.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=clock_gettime -o CMakeFiles/cmTryCompileExec1384977600.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=clock_gettime -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1384977600.dir/CheckFunctionExists.c.o -o cmTryCompileExec1384977600 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=clock_gettime -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1384977600.dir/CheckFunctionExists.c.o -o cmTryCompileExec1384977600 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=clock_gettime -o CMakeFiles/cmTryCompileExec3390636830.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=clock_gettime -o CMakeFiles/cmTryCompileExec3390636830.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=clock_gettime -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3390636830.dir/CheckFunctionExists.c.o -o cmTryCompileExec3390636830 -lrt | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=clock_gettime -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3390636830.dir/CheckFunctionExists.c.o -o cmTryCompileExec3390636830 -lrt -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o CMakeFiles/cmTryCompileExec2142942216.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -o CMakeFiles/cmTryCompileExec2142942216.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2142942216.dir/CheckIncludeFiles.c.o -o cmTryCompileExec2142942216 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2142942216.dir/CheckIncludeFiles.c.o -o cmTryCompileExec2142942216 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o CMakeFiles/cmTryCompileExec2000396661.dir/CheckSymbolExists.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckSymbolExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -o CMakeFiles/cmTryCompileExec2000396661.dir/CheckSymbolExists.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckSymbolExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2000396661.dir/CheckSymbolExists.c.o -o cmTryCompileExec2000396661 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2000396661.dir/CheckSymbolExists.c.o -o cmTryCompileExec2000396661 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o CMakeFiles/cmTryCompileExec2711245768.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -o CMakeFiles/cmTryCompileExec2711245768.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2711245768.dir/CheckIncludeFiles.c.o -o cmTryCompileExec2711245768 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2711245768.dir/CheckIncludeFiles.c.o -o cmTryCompileExec2711245768 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o CMakeFiles/cmTryCompileExec1673822867.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -o CMakeFiles/cmTryCompileExec1673822867.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1673822867.dir/CheckIncludeFiles.c.o -o cmTryCompileExec1673822867 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1673822867.dir/CheckIncludeFiles.c.o -o cmTryCompileExec1673822867 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o CMakeFiles/cmTryCompileExec1524660965.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -o CMakeFiles/cmTryCompileExec1524660965.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1524660965.dir/CheckIncludeFiles.c.o -o cmTryCompileExec1524660965 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1524660965.dir/CheckIncludeFiles.c.o -o cmTryCompileExec1524660965 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o CMakeFiles/cmTryCompileExec3919528615.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -o CMakeFiles/cmTryCompileExec3919528615.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3919528615.dir/CheckIncludeFiles.c.o -o cmTryCompileExec3919528615 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3919528615.dir/CheckIncludeFiles.c.o -o cmTryCompileExec3919528615 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o CMakeFiles/cmTryCompileExec4033337508.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -o CMakeFiles/cmTryCompileExec4033337508.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -isystem/usr/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 CMakeFiles/cmTryCompileExec3591166255.dir/CheckIncludeFile.cxx.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang++ -pipe -w -Os -march=native -o CMakeFiles/cmTryCompileExec3591166255.dir/CheckIncludeFile.cxx.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang++ called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3591166255.dir/CheckIncludeFile.cxx.o -o cmTryCompileExec3591166255 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang++ -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3591166255.dir/CheckIncludeFile.cxx.o -o cmTryCompileExec3591166255 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o CMakeFiles/cmTryCompileExec1574984249.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -o CMakeFiles/cmTryCompileExec1574984249.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -isystem/usr/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 CMakeFiles/cmTryCompileExec2250177246.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -o CMakeFiles/cmTryCompileExec2250177246.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2250177246.dir/CheckIncludeFiles.c.o -o cmTryCompileExec2250177246 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2250177246.dir/CheckIncludeFiles.c.o -o cmTryCompileExec2250177246 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o CMakeFiles/cmTryCompileExec2061144443.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -o CMakeFiles/cmTryCompileExec2061144443.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2061144443.dir/CheckIncludeFiles.c.o -o cmTryCompileExec2061144443 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2061144443.dir/CheckIncludeFiles.c.o -o cmTryCompileExec2061144443 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o CMakeFiles/cmTryCompileExec3972312494.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -o CMakeFiles/cmTryCompileExec3972312494.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3972312494.dir/CheckIncludeFiles.c.o -o cmTryCompileExec3972312494 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3972312494.dir/CheckIncludeFiles.c.o -o cmTryCompileExec3972312494 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o CMakeFiles/cmTryCompileExec310126427.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -o CMakeFiles/cmTryCompileExec310126427.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec310126427.dir/CheckIncludeFiles.c.o -o cmTryCompileExec310126427 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec310126427.dir/CheckIncludeFiles.c.o -o cmTryCompileExec310126427 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o CMakeFiles/cmTryCompileExec597814746.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -o CMakeFiles/cmTryCompileExec597814746.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec597814746.dir/CheckIncludeFiles.c.o -o cmTryCompileExec597814746 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec597814746.dir/CheckIncludeFiles.c.o -o cmTryCompileExec597814746 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o CMakeFiles/cmTryCompileExec3275963940.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -o CMakeFiles/cmTryCompileExec3275963940.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3275963940.dir/CheckIncludeFiles.c.o -o cmTryCompileExec3275963940 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3275963940.dir/CheckIncludeFiles.c.o -o cmTryCompileExec3275963940 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o CMakeFiles/cmTryCompileExec2876465267.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -o CMakeFiles/cmTryCompileExec2876465267.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -isystem/usr/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 CMakeFiles/cmTryCompileExec3366631298.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -o CMakeFiles/cmTryCompileExec3366631298.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -isystem/usr/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 CMakeFiles/cmTryCompileExec3994752531.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -o CMakeFiles/cmTryCompileExec3994752531.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3994752531.dir/CheckIncludeFiles.c.o -o cmTryCompileExec3994752531 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3994752531.dir/CheckIncludeFiles.c.o -o cmTryCompileExec3994752531 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o CMakeFiles/cmTryCompileExec3594405981.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -o CMakeFiles/cmTryCompileExec3594405981.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -isystem/usr/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 CMakeFiles/cmTryCompileExec1687440273.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -o CMakeFiles/cmTryCompileExec1687440273.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1687440273.dir/CheckIncludeFiles.c.o -o cmTryCompileExec1687440273 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1687440273.dir/CheckIncludeFiles.c.o -o cmTryCompileExec1687440273 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o CMakeFiles/cmTryCompileExec331130371.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -o CMakeFiles/cmTryCompileExec331130371.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec331130371.dir/CheckIncludeFiles.c.o -o cmTryCompileExec331130371 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec331130371.dir/CheckIncludeFiles.c.o -o cmTryCompileExec331130371 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o CMakeFiles/cmTryCompileExec2645533793.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -o CMakeFiles/cmTryCompileExec2645533793.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -isystem/usr/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 CMakeFiles/cmTryCompileExec2406476183.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -o CMakeFiles/cmTryCompileExec2406476183.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2406476183.dir/CheckIncludeFiles.c.o -o cmTryCompileExec2406476183 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2406476183.dir/CheckIncludeFiles.c.o -o cmTryCompileExec2406476183 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o CMakeFiles/cmTryCompileExec2887903179.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -o CMakeFiles/cmTryCompileExec2887903179.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2887903179.dir/CheckIncludeFiles.c.o -o cmTryCompileExec2887903179 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2887903179.dir/CheckIncludeFiles.c.o -o cmTryCompileExec2887903179 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o CMakeFiles/cmTryCompileExec1531779480.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -o CMakeFiles/cmTryCompileExec1531779480.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -isystem/usr/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 CMakeFiles/cmTryCompileExec1013224218.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -o CMakeFiles/cmTryCompileExec1013224218.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1013224218.dir/CheckIncludeFiles.c.o -o cmTryCompileExec1013224218 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1013224218.dir/CheckIncludeFiles.c.o -o cmTryCompileExec1013224218 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o CMakeFiles/cmTryCompileExec1085751329.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -o CMakeFiles/cmTryCompileExec1085751329.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -isystem/usr/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 CMakeFiles/cmTryCompileExec3468944162.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -o CMakeFiles/cmTryCompileExec3468944162.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3468944162.dir/CheckIncludeFiles.c.o -o cmTryCompileExec3468944162 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3468944162.dir/CheckIncludeFiles.c.o -o cmTryCompileExec3468944162 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o CMakeFiles/cmTryCompileExec203490702.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -o CMakeFiles/cmTryCompileExec203490702.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec203490702.dir/CheckIncludeFiles.c.o -o cmTryCompileExec203490702 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec203490702.dir/CheckIncludeFiles.c.o -o cmTryCompileExec203490702 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o CMakeFiles/cmTryCompileExec426896071.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -o CMakeFiles/cmTryCompileExec426896071.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -isystem/usr/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 CMakeFiles/cmTryCompileExec382382253.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -o CMakeFiles/cmTryCompileExec382382253.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec382382253.dir/CheckIncludeFiles.c.o -o cmTryCompileExec382382253 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec382382253.dir/CheckIncludeFiles.c.o -o cmTryCompileExec382382253 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o CMakeFiles/cmTryCompileExec2215403530.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -o CMakeFiles/cmTryCompileExec2215403530.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2215403530.dir/CheckIncludeFiles.c.o -o cmTryCompileExec2215403530 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2215403530.dir/CheckIncludeFiles.c.o -o cmTryCompileExec2215403530 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o CMakeFiles/cmTryCompileExec2296946697.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -o CMakeFiles/cmTryCompileExec2296946697.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2296946697.dir/CheckIncludeFiles.c.o -o cmTryCompileExec2296946697 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2296946697.dir/CheckIncludeFiles.c.o -o cmTryCompileExec2296946697 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o CMakeFiles/cmTryCompileExec1865160764.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -o CMakeFiles/cmTryCompileExec1865160764.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -isystem/usr/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 CMakeFiles/cmTryCompileExec2429644954.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -o CMakeFiles/cmTryCompileExec2429644954.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2429644954.dir/CheckIncludeFiles.c.o -o cmTryCompileExec2429644954 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2429644954.dir/CheckIncludeFiles.c.o -o cmTryCompileExec2429644954 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o CMakeFiles/cmTryCompileExec2960423388.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -o CMakeFiles/cmTryCompileExec2960423388.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2960423388.dir/CheckIncludeFiles.c.o -o cmTryCompileExec2960423388 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2960423388.dir/CheckIncludeFiles.c.o -o cmTryCompileExec2960423388 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o CMakeFiles/cmTryCompileExec2630443550.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -o CMakeFiles/cmTryCompileExec2630443550.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2630443550.dir/CheckIncludeFiles.c.o -o cmTryCompileExec2630443550 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2630443550.dir/CheckIncludeFiles.c.o -o cmTryCompileExec2630443550 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o CMakeFiles/cmTryCompileExec1401916994.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -o CMakeFiles/cmTryCompileExec1401916994.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -isystem/usr/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 CMakeFiles/cmTryCompileExec3651921713.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -o CMakeFiles/cmTryCompileExec3651921713.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -isystem/usr/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 CMakeFiles/cmTryCompileExec3111296629.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -o CMakeFiles/cmTryCompileExec3111296629.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3111296629.dir/CheckIncludeFiles.c.o -o cmTryCompileExec3111296629 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3111296629.dir/CheckIncludeFiles.c.o -o cmTryCompileExec3111296629 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o CMakeFiles/cmTryCompileExec1542147978.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -o CMakeFiles/cmTryCompileExec1542147978.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1542147978.dir/CheckIncludeFiles.c.o -o cmTryCompileExec1542147978 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1542147978.dir/CheckIncludeFiles.c.o -o cmTryCompileExec1542147978 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o CMakeFiles/cmTryCompileExec4178988878.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -o CMakeFiles/cmTryCompileExec4178988878.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec4178988878.dir/CheckIncludeFiles.c.o -o cmTryCompileExec4178988878 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec4178988878.dir/CheckIncludeFiles.c.o -o cmTryCompileExec4178988878 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o CMakeFiles/cmTryCompileExec190802139.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -o CMakeFiles/cmTryCompileExec190802139.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -isystem/usr/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 CMakeFiles/cmTryCompileExec2958309182.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -o CMakeFiles/cmTryCompileExec2958309182.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -isystem/usr/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 CMakeFiles/cmTryCompileExec103852483.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -o CMakeFiles/cmTryCompileExec103852483.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec103852483.dir/CheckIncludeFiles.c.o -o cmTryCompileExec103852483 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec103852483.dir/CheckIncludeFiles.c.o -o cmTryCompileExec103852483 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o CMakeFiles/cmTryCompileExec2309922239.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -o CMakeFiles/cmTryCompileExec2309922239.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2309922239.dir/CheckIncludeFiles.c.o -o cmTryCompileExec2309922239 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2309922239.dir/CheckIncludeFiles.c.o -o cmTryCompileExec2309922239 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o CMakeFiles/cmTryCompileExec4014780482.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -o CMakeFiles/cmTryCompileExec4014780482.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -isystem/usr/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 CMakeFiles/cmTryCompileExec3602309009.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -o CMakeFiles/cmTryCompileExec3602309009.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3602309009.dir/CheckIncludeFiles.c.o -o cmTryCompileExec3602309009 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3602309009.dir/CheckIncludeFiles.c.o -o cmTryCompileExec3602309009 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o CMakeFiles/cmTryCompileExec2542529226.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -o CMakeFiles/cmTryCompileExec2542529226.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2542529226.dir/CheckIncludeFiles.c.o -o cmTryCompileExec2542529226 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2542529226.dir/CheckIncludeFiles.c.o -o cmTryCompileExec2542529226 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o CMakeFiles/cmTryCompileExec73834185.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -o CMakeFiles/cmTryCompileExec73834185.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec73834185.dir/CheckIncludeFiles.c.o -o cmTryCompileExec73834185 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec73834185.dir/CheckIncludeFiles.c.o -o cmTryCompileExec73834185 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o CMakeFiles/cmTryCompileExec2959133904.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -o CMakeFiles/cmTryCompileExec2959133904.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2959133904.dir/CheckIncludeFiles.c.o -o cmTryCompileExec2959133904 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2959133904.dir/CheckIncludeFiles.c.o -o cmTryCompileExec2959133904 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o CMakeFiles/cmTryCompileExec2151615568.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -o CMakeFiles/cmTryCompileExec2151615568.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -isystem/usr/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 CMakeFiles/cmTryCompileExec2239318867.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -o CMakeFiles/cmTryCompileExec2239318867.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2239318867.dir/CheckIncludeFiles.c.o -o cmTryCompileExec2239318867 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2239318867.dir/CheckIncludeFiles.c.o -o cmTryCompileExec2239318867 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o CMakeFiles/cmTryCompileExec1039275795.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -o CMakeFiles/cmTryCompileExec1039275795.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1039275795.dir/CheckIncludeFiles.c.o -o cmTryCompileExec1039275795 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1039275795.dir/CheckIncludeFiles.c.o -o cmTryCompileExec1039275795 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o CMakeFiles/cmTryCompileExec4161651299.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -o CMakeFiles/cmTryCompileExec4161651299.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec4161651299.dir/CheckIncludeFiles.c.o -o cmTryCompileExec4161651299 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec4161651299.dir/CheckIncludeFiles.c.o -o cmTryCompileExec4161651299 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o CMakeFiles/cmTryCompileExec1197524975.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -o CMakeFiles/cmTryCompileExec1197524975.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1197524975.dir/CheckIncludeFiles.c.o -o cmTryCompileExec1197524975 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1197524975.dir/CheckIncludeFiles.c.o -o cmTryCompileExec1197524975 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o CMakeFiles/cmTryCompileExec2095761378.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -o CMakeFiles/cmTryCompileExec2095761378.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2095761378.dir/CheckIncludeFiles.c.o -o cmTryCompileExec2095761378 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2095761378.dir/CheckIncludeFiles.c.o -o cmTryCompileExec2095761378 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o CMakeFiles/cmTryCompileExec3171665073.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -o CMakeFiles/cmTryCompileExec3171665073.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -isystem/usr/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 CMakeFiles/cmTryCompileExec2825607514.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -o CMakeFiles/cmTryCompileExec2825607514.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -isystem/usr/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 CMakeFiles/cmTryCompileExec4273255972.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -o CMakeFiles/cmTryCompileExec4273255972.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec4273255972.dir/CheckIncludeFiles.c.o -o cmTryCompileExec4273255972 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec4273255972.dir/CheckIncludeFiles.c.o -o cmTryCompileExec4273255972 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o CMakeFiles/cmTryCompileExec2065936733.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -o CMakeFiles/cmTryCompileExec2065936733.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -isystem/usr/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 CMakeFiles/cmTryCompileExec1830612248.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -o CMakeFiles/cmTryCompileExec1830612248.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -isystem/usr/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 CMakeFiles/cmTryCompileExec2223825011.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -o CMakeFiles/cmTryCompileExec2223825011.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2223825011.dir/CheckIncludeFiles.c.o -o cmTryCompileExec2223825011 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2223825011.dir/CheckIncludeFiles.c.o -o cmTryCompileExec2223825011 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o CMakeFiles/cmTryCompileExec2082273229.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -o CMakeFiles/cmTryCompileExec2082273229.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -isystem/usr/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 CMakeFiles/cmTryCompileExec541159505.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -o CMakeFiles/cmTryCompileExec541159505.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec541159505.dir/CheckIncludeFiles.c.o -o cmTryCompileExec541159505 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec541159505.dir/CheckIncludeFiles.c.o -o cmTryCompileExec541159505 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o CMakeFiles/cmTryCompileExec4189307914.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -o CMakeFiles/cmTryCompileExec4189307914.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec4189307914.dir/CheckIncludeFiles.c.o -o cmTryCompileExec4189307914 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec4189307914.dir/CheckIncludeFiles.c.o -o cmTryCompileExec4189307914 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o CMakeFiles/cmTryCompileExec4078170268.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -o CMakeFiles/cmTryCompileExec4078170268.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec4078170268.dir/CheckIncludeFiles.c.o -o cmTryCompileExec4078170268 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec4078170268.dir/CheckIncludeFiles.c.o -o cmTryCompileExec4078170268 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o CMakeFiles/cmTryCompileExec692289677.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -o CMakeFiles/cmTryCompileExec692289677.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -isystem/usr/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 CMakeFiles/cmTryCompileExec159067418.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -o CMakeFiles/cmTryCompileExec159067418.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec159067418.dir/CheckIncludeFiles.c.o -o cmTryCompileExec159067418 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec159067418.dir/CheckIncludeFiles.c.o -o cmTryCompileExec159067418 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o CMakeFiles/cmTryCompileExec690626836.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -o CMakeFiles/cmTryCompileExec690626836.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -isystem/usr/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 CMakeFiles/cmTryCompileExec2282014865.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -o CMakeFiles/cmTryCompileExec2282014865.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2282014865.dir/CheckIncludeFiles.c.o -o cmTryCompileExec2282014865 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2282014865.dir/CheckIncludeFiles.c.o -o cmTryCompileExec2282014865 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o CMakeFiles/cmTryCompileExec1107665170.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -o CMakeFiles/cmTryCompileExec1107665170.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1107665170.dir/CheckIncludeFiles.c.o -o cmTryCompileExec1107665170 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1107665170.dir/CheckIncludeFiles.c.o -o cmTryCompileExec1107665170 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o CMakeFiles/cmTryCompileExec3960761783.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -o CMakeFiles/cmTryCompileExec3960761783.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3960761783.dir/CheckIncludeFiles.c.o -o cmTryCompileExec3960761783 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3960761783.dir/CheckIncludeFiles.c.o -o cmTryCompileExec3960761783 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o CMakeFiles/cmTryCompileExec1409513633.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -o CMakeFiles/cmTryCompileExec1409513633.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1409513633.dir/CheckIncludeFiles.c.o -o cmTryCompileExec1409513633 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1409513633.dir/CheckIncludeFiles.c.o -o cmTryCompileExec1409513633 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o CMakeFiles/cmTryCompileExec3802438167.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -o CMakeFiles/cmTryCompileExec3802438167.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3802438167.dir/CheckIncludeFiles.c.o -o cmTryCompileExec3802438167 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3802438167.dir/CheckIncludeFiles.c.o -o cmTryCompileExec3802438167 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o CMakeFiles/cmTryCompileExec4024556022.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -o CMakeFiles/cmTryCompileExec4024556022.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec4024556022.dir/CheckIncludeFiles.c.o -o cmTryCompileExec4024556022 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec4024556022.dir/CheckIncludeFiles.c.o -o cmTryCompileExec4024556022 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o CMakeFiles/cmTryCompileExec1206197864.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -o CMakeFiles/cmTryCompileExec1206197864.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1206197864.dir/CheckIncludeFiles.c.o -o cmTryCompileExec1206197864 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1206197864.dir/CheckIncludeFiles.c.o -o cmTryCompileExec1206197864 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o CMakeFiles/cmTryCompileExec2656504013.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -o CMakeFiles/cmTryCompileExec2656504013.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2656504013.dir/CheckIncludeFiles.c.o -o cmTryCompileExec2656504013 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2656504013.dir/CheckIncludeFiles.c.o -o cmTryCompileExec2656504013 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o CMakeFiles/cmTryCompileExec2884080476.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -o CMakeFiles/cmTryCompileExec2884080476.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2884080476.dir/CheckIncludeFiles.c.o -o cmTryCompileExec2884080476 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2884080476.dir/CheckIncludeFiles.c.o -o cmTryCompileExec2884080476 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o CMakeFiles/cmTryCompileExec2563504584.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -o CMakeFiles/cmTryCompileExec2563504584.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2563504584.dir/CheckIncludeFiles.c.o -o cmTryCompileExec2563504584 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2563504584.dir/CheckIncludeFiles.c.o -o cmTryCompileExec2563504584 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o CMakeFiles/cmTryCompileExec1320688906.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -o CMakeFiles/cmTryCompileExec1320688906.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1320688906.dir/CheckIncludeFiles.c.o -o cmTryCompileExec1320688906 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1320688906.dir/CheckIncludeFiles.c.o -o cmTryCompileExec1320688906 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o CMakeFiles/cmTryCompileExec3896084122.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -o CMakeFiles/cmTryCompileExec3896084122.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DHAVE_WERROR_FLAG -Werror -o CMakeFiles/cmTryCompileExec1654209416.dir/src.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/src.c | |
superenv removed: -Werror | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_WERROR_FLAG -o CMakeFiles/cmTryCompileExec1654209416.dir/src.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/src.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DHAVE_WERROR_FLAG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1654209416.dir/src.c.o -o cmTryCompileExec1654209416 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_WERROR_FLAG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1654209416.dir/src.c.o -o cmTryCompileExec1654209416 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DHAVE_PTHREAD_ONCE_INIT -Werror -o CMakeFiles/cmTryCompileExec3898736583.dir/src.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/src.c | |
superenv removed: -Werror | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_PTHREAD_ONCE_INIT -o CMakeFiles/cmTryCompileExec3898736583.dir/src.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/src.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DHAVE_PTHREAD_ONCE_INIT -Werror -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3898736583.dir/src.c.o -o cmTryCompileExec3898736583 | |
superenv removed: -Werror | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_PTHREAD_ONCE_INIT -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3898736583.dir/src.c.o -o cmTryCompileExec3898736583 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=access -o CMakeFiles/cmTryCompileExec1772454017.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=access -o CMakeFiles/cmTryCompileExec1772454017.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=access -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1772454017.dir/CheckFunctionExists.c.o -o cmTryCompileExec1772454017 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=access -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1772454017.dir/CheckFunctionExists.c.o -o cmTryCompileExec1772454017 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=aio_read -o CMakeFiles/cmTryCompileExec4081664008.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=aio_read -o CMakeFiles/cmTryCompileExec4081664008.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=aio_read -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec4081664008.dir/CheckFunctionExists.c.o -o cmTryCompileExec4081664008 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=aio_read -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec4081664008.dir/CheckFunctionExists.c.o -o cmTryCompileExec4081664008 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=alarm -o CMakeFiles/cmTryCompileExec1185618860.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=alarm -o CMakeFiles/cmTryCompileExec1185618860.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=alarm -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1185618860.dir/CheckFunctionExists.c.o -o cmTryCompileExec1185618860 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=alarm -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1185618860.dir/CheckFunctionExists.c.o -o cmTryCompileExec1185618860 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=backtrace -o CMakeFiles/cmTryCompileExec1498365813.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=backtrace -o CMakeFiles/cmTryCompileExec1498365813.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=backtrace -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1498365813.dir/CheckFunctionExists.c.o -o cmTryCompileExec1498365813 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=backtrace -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1498365813.dir/CheckFunctionExists.c.o -o cmTryCompileExec1498365813 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=backtrace_symbols -o CMakeFiles/cmTryCompileExec2485471365.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=backtrace_symbols -o CMakeFiles/cmTryCompileExec2485471365.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=backtrace_symbols -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2485471365.dir/CheckFunctionExists.c.o -o cmTryCompileExec2485471365 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=backtrace_symbols -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2485471365.dir/CheckFunctionExists.c.o -o cmTryCompileExec2485471365 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=backtrace_symbols_fd -o CMakeFiles/cmTryCompileExec724369298.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=backtrace_symbols_fd -o CMakeFiles/cmTryCompileExec724369298.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=backtrace_symbols_fd -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec724369298.dir/CheckFunctionExists.c.o -o cmTryCompileExec724369298 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=backtrace_symbols_fd -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec724369298.dir/CheckFunctionExists.c.o -o cmTryCompileExec724369298 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=printstack -o CMakeFiles/cmTryCompileExec893629000.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=printstack -o CMakeFiles/cmTryCompileExec893629000.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=printstack -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec893629000.dir/CheckFunctionExists.c.o -o cmTryCompileExec893629000 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=printstack -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec893629000.dir/CheckFunctionExists.c.o -o cmTryCompileExec893629000 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=bfill -o CMakeFiles/cmTryCompileExec658180837.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=bfill -o CMakeFiles/cmTryCompileExec658180837.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=bfill -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec658180837.dir/CheckFunctionExists.c.o -o cmTryCompileExec658180837 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=bfill -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec658180837.dir/CheckFunctionExists.c.o -o cmTryCompileExec658180837 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=bmove -o CMakeFiles/cmTryCompileExec754159697.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=bmove -o CMakeFiles/cmTryCompileExec754159697.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=bmove -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec754159697.dir/CheckFunctionExists.c.o -o cmTryCompileExec754159697 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=bmove -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec754159697.dir/CheckFunctionExists.c.o -o cmTryCompileExec754159697 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=bsearch -o CMakeFiles/cmTryCompileExec397625966.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=bsearch -o CMakeFiles/cmTryCompileExec397625966.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=bsearch -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec397625966.dir/CheckFunctionExists.c.o -o cmTryCompileExec397625966 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=bsearch -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec397625966.dir/CheckFunctionExists.c.o -o cmTryCompileExec397625966 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=index -o CMakeFiles/cmTryCompileExec1037097518.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=index -o CMakeFiles/cmTryCompileExec1037097518.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=index -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1037097518.dir/CheckFunctionExists.c.o -o cmTryCompileExec1037097518 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=index -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1037097518.dir/CheckFunctionExists.c.o -o cmTryCompileExec1037097518 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=bzero -o CMakeFiles/cmTryCompileExec3451554539.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=bzero -o CMakeFiles/cmTryCompileExec3451554539.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=bzero -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3451554539.dir/CheckFunctionExists.c.o -o cmTryCompileExec3451554539 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=bzero -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3451554539.dir/CheckFunctionExists.c.o -o cmTryCompileExec3451554539 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=clock_gettime -o CMakeFiles/cmTryCompileExec2834676934.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=clock_gettime -o CMakeFiles/cmTryCompileExec2834676934.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=clock_gettime -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2834676934.dir/CheckFunctionExists.c.o -o cmTryCompileExec2834676934 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=clock_gettime -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2834676934.dir/CheckFunctionExists.c.o -o cmTryCompileExec2834676934 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=cuserid -o CMakeFiles/cmTryCompileExec1352026879.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=cuserid -o CMakeFiles/cmTryCompileExec1352026879.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=cuserid -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1352026879.dir/CheckFunctionExists.c.o -o cmTryCompileExec1352026879 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=cuserid -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1352026879.dir/CheckFunctionExists.c.o -o cmTryCompileExec1352026879 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=directio -o CMakeFiles/cmTryCompileExec3971088562.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=directio -o CMakeFiles/cmTryCompileExec3971088562.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=directio -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3971088562.dir/CheckFunctionExists.c.o -o cmTryCompileExec3971088562 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=directio -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3971088562.dir/CheckFunctionExists.c.o -o cmTryCompileExec3971088562 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=_doprnt -o CMakeFiles/cmTryCompileExec4050554937.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=_doprnt -o CMakeFiles/cmTryCompileExec4050554937.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=_doprnt -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec4050554937.dir/CheckFunctionExists.c.o -o cmTryCompileExec4050554937 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=_doprnt -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec4050554937.dir/CheckFunctionExists.c.o -o cmTryCompileExec4050554937 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=flockfile -o CMakeFiles/cmTryCompileExec1129675185.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=flockfile -o CMakeFiles/cmTryCompileExec1129675185.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=flockfile -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1129675185.dir/CheckFunctionExists.c.o -o cmTryCompileExec1129675185 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=flockfile -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1129675185.dir/CheckFunctionExists.c.o -o cmTryCompileExec1129675185 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=ftruncate -o CMakeFiles/cmTryCompileExec3136804098.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=ftruncate -o CMakeFiles/cmTryCompileExec3136804098.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=ftruncate -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3136804098.dir/CheckFunctionExists.c.o -o cmTryCompileExec3136804098 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=ftruncate -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3136804098.dir/CheckFunctionExists.c.o -o cmTryCompileExec3136804098 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=getline -o CMakeFiles/cmTryCompileExec1748213778.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=getline -o CMakeFiles/cmTryCompileExec1748213778.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=getline -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1748213778.dir/CheckFunctionExists.c.o -o cmTryCompileExec1748213778 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=getline -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1748213778.dir/CheckFunctionExists.c.o -o cmTryCompileExec1748213778 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=compress -o CMakeFiles/cmTryCompileExec1646477488.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=compress -o CMakeFiles/cmTryCompileExec1646477488.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=compress -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1646477488.dir/CheckFunctionExists.c.o -o cmTryCompileExec1646477488 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=compress -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1646477488.dir/CheckFunctionExists.c.o -o cmTryCompileExec1646477488 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=crypt -o CMakeFiles/cmTryCompileExec1150372334.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=crypt -o CMakeFiles/cmTryCompileExec1150372334.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=crypt -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1150372334.dir/CheckFunctionExists.c.o -o cmTryCompileExec1150372334 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=crypt -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1150372334.dir/CheckFunctionExists.c.o -o cmTryCompileExec1150372334 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=dlerror -o CMakeFiles/cmTryCompileExec198803678.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=dlerror -o CMakeFiles/cmTryCompileExec198803678.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=dlerror -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec198803678.dir/CheckFunctionExists.c.o -o cmTryCompileExec198803678 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=dlerror -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec198803678.dir/CheckFunctionExists.c.o -o cmTryCompileExec198803678 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=dlopen -o CMakeFiles/cmTryCompileExec4069327835.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=dlopen -o CMakeFiles/cmTryCompileExec4069327835.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=dlopen -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec4069327835.dir/CheckFunctionExists.c.o -o cmTryCompileExec4069327835 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=dlopen -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec4069327835.dir/CheckFunctionExists.c.o -o cmTryCompileExec4069327835 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=fchmod -o CMakeFiles/cmTryCompileExec3282302904.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=fchmod -o CMakeFiles/cmTryCompileExec3282302904.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=fchmod -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3282302904.dir/CheckFunctionExists.c.o -o cmTryCompileExec3282302904 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=fchmod -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3282302904.dir/CheckFunctionExists.c.o -o cmTryCompileExec3282302904 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=fcntl -o CMakeFiles/cmTryCompileExec3335698274.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=fcntl -o CMakeFiles/cmTryCompileExec3335698274.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=fcntl -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3335698274.dir/CheckFunctionExists.c.o -o cmTryCompileExec3335698274 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=fcntl -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3335698274.dir/CheckFunctionExists.c.o -o cmTryCompileExec3335698274 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=fconvert -o CMakeFiles/cmTryCompileExec1357180854.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=fconvert -o CMakeFiles/cmTryCompileExec1357180854.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=fconvert -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1357180854.dir/CheckFunctionExists.c.o -o cmTryCompileExec1357180854 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=fconvert -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1357180854.dir/CheckFunctionExists.c.o -o cmTryCompileExec1357180854 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=fdatasync -o CMakeFiles/cmTryCompileExec3470920990.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=fdatasync -o CMakeFiles/cmTryCompileExec3470920990.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=fdatasync -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3470920990.dir/CheckFunctionExists.c.o -o cmTryCompileExec3470920990 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=fdatasync -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3470920990.dir/CheckFunctionExists.c.o -o cmTryCompileExec3470920990 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o CMakeFiles/cmTryCompileExec3908644426.dir/CheckSymbolExists.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckSymbolExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -o CMakeFiles/cmTryCompileExec3908644426.dir/CheckSymbolExists.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckSymbolExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=fesetround -o CMakeFiles/cmTryCompileExec1035757751.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=fesetround -o CMakeFiles/cmTryCompileExec1035757751.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=fesetround -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1035757751.dir/CheckFunctionExists.c.o -o cmTryCompileExec1035757751 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=fesetround -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1035757751.dir/CheckFunctionExists.c.o -o cmTryCompileExec1035757751 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=fedisableexcept -o CMakeFiles/cmTryCompileExec2536586746.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=fedisableexcept -o CMakeFiles/cmTryCompileExec2536586746.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=fedisableexcept -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2536586746.dir/CheckFunctionExists.c.o -o cmTryCompileExec2536586746 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=fedisableexcept -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2536586746.dir/CheckFunctionExists.c.o -o cmTryCompileExec2536586746 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=fpsetmask -o CMakeFiles/cmTryCompileExec3968705377.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=fpsetmask -o CMakeFiles/cmTryCompileExec3968705377.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=fpsetmask -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3968705377.dir/CheckFunctionExists.c.o -o cmTryCompileExec3968705377 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=fpsetmask -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3968705377.dir/CheckFunctionExists.c.o -o cmTryCompileExec3968705377 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=fseeko -o CMakeFiles/cmTryCompileExec1042916852.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=fseeko -o CMakeFiles/cmTryCompileExec1042916852.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=fseeko -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1042916852.dir/CheckFunctionExists.c.o -o cmTryCompileExec1042916852 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=fseeko -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1042916852.dir/CheckFunctionExists.c.o -o cmTryCompileExec1042916852 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=fsync -o CMakeFiles/cmTryCompileExec805711091.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=fsync -o CMakeFiles/cmTryCompileExec805711091.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=fsync -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec805711091.dir/CheckFunctionExists.c.o -o cmTryCompileExec805711091 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=fsync -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec805711091.dir/CheckFunctionExists.c.o -o cmTryCompileExec805711091 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=getcwd -o CMakeFiles/cmTryCompileExec397668437.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=getcwd -o CMakeFiles/cmTryCompileExec397668437.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=getcwd -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec397668437.dir/CheckFunctionExists.c.o -o cmTryCompileExec397668437 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=getcwd -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec397668437.dir/CheckFunctionExists.c.o -o cmTryCompileExec397668437 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=gethostbyaddr_r -o CMakeFiles/cmTryCompileExec868428695.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=gethostbyaddr_r -o CMakeFiles/cmTryCompileExec868428695.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=gethostbyaddr_r -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec868428695.dir/CheckFunctionExists.c.o -o cmTryCompileExec868428695 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=gethostbyaddr_r -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec868428695.dir/CheckFunctionExists.c.o -o cmTryCompileExec868428695 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=gethrtime -o CMakeFiles/cmTryCompileExec2386774648.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=gethrtime -o CMakeFiles/cmTryCompileExec2386774648.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=gethrtime -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2386774648.dir/CheckFunctionExists.c.o -o cmTryCompileExec2386774648 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=gethrtime -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2386774648.dir/CheckFunctionExists.c.o -o cmTryCompileExec2386774648 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=getnameinfo -o CMakeFiles/cmTryCompileExec1531933936.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=getnameinfo -o CMakeFiles/cmTryCompileExec1531933936.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=getnameinfo -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1531933936.dir/CheckFunctionExists.c.o -o cmTryCompileExec1531933936 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=getnameinfo -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1531933936.dir/CheckFunctionExists.c.o -o cmTryCompileExec1531933936 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=getpass -o CMakeFiles/cmTryCompileExec1532412749.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=getpass -o CMakeFiles/cmTryCompileExec1532412749.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=getpass -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1532412749.dir/CheckFunctionExists.c.o -o cmTryCompileExec1532412749 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=getpass -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1532412749.dir/CheckFunctionExists.c.o -o cmTryCompileExec1532412749 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=getpassphrase -o CMakeFiles/cmTryCompileExec2781648612.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=getpassphrase -o CMakeFiles/cmTryCompileExec2781648612.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=getpassphrase -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2781648612.dir/CheckFunctionExists.c.o -o cmTryCompileExec2781648612 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=getpassphrase -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2781648612.dir/CheckFunctionExists.c.o -o cmTryCompileExec2781648612 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=getpwnam -o CMakeFiles/cmTryCompileExec2955374130.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=getpwnam -o CMakeFiles/cmTryCompileExec2955374130.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=getpwnam -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2955374130.dir/CheckFunctionExists.c.o -o cmTryCompileExec2955374130 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=getpwnam -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2955374130.dir/CheckFunctionExists.c.o -o cmTryCompileExec2955374130 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=getpwuid -o CMakeFiles/cmTryCompileExec2675913543.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=getpwuid -o CMakeFiles/cmTryCompileExec2675913543.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=getpwuid -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2675913543.dir/CheckFunctionExists.c.o -o cmTryCompileExec2675913543 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=getpwuid -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2675913543.dir/CheckFunctionExists.c.o -o cmTryCompileExec2675913543 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=getrlimit -o CMakeFiles/cmTryCompileExec387607216.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=getrlimit -o CMakeFiles/cmTryCompileExec387607216.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=getrlimit -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec387607216.dir/CheckFunctionExists.c.o -o cmTryCompileExec387607216 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=getrlimit -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec387607216.dir/CheckFunctionExists.c.o -o cmTryCompileExec387607216 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=getrusage -o CMakeFiles/cmTryCompileExec3949757952.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=getrusage -o CMakeFiles/cmTryCompileExec3949757952.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=getrusage -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3949757952.dir/CheckFunctionExists.c.o -o cmTryCompileExec3949757952 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=getrusage -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3949757952.dir/CheckFunctionExists.c.o -o cmTryCompileExec3949757952 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=getwd -o CMakeFiles/cmTryCompileExec3815662476.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=getwd -o CMakeFiles/cmTryCompileExec3815662476.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=getwd -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3815662476.dir/CheckFunctionExists.c.o -o cmTryCompileExec3815662476 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=getwd -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3815662476.dir/CheckFunctionExists.c.o -o cmTryCompileExec3815662476 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=gmtime_r -o CMakeFiles/cmTryCompileExec1997140673.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=gmtime_r -o CMakeFiles/cmTryCompileExec1997140673.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=gmtime_r -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1997140673.dir/CheckFunctionExists.c.o -o cmTryCompileExec1997140673 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=gmtime_r -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1997140673.dir/CheckFunctionExists.c.o -o cmTryCompileExec1997140673 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=initgroups -o CMakeFiles/cmTryCompileExec1760795232.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=initgroups -o CMakeFiles/cmTryCompileExec1760795232.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=initgroups -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1760795232.dir/CheckFunctionExists.c.o -o cmTryCompileExec1760795232 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=initgroups -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1760795232.dir/CheckFunctionExists.c.o -o cmTryCompileExec1760795232 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=issetugid -o CMakeFiles/cmTryCompileExec3389036363.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=issetugid -o CMakeFiles/cmTryCompileExec3389036363.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=issetugid -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3389036363.dir/CheckFunctionExists.c.o -o cmTryCompileExec3389036363 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=issetugid -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3389036363.dir/CheckFunctionExists.c.o -o cmTryCompileExec3389036363 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=getuid -o CMakeFiles/cmTryCompileExec2189195832.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=getuid -o CMakeFiles/cmTryCompileExec2189195832.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=getuid -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2189195832.dir/CheckFunctionExists.c.o -o cmTryCompileExec2189195832 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=getuid -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2189195832.dir/CheckFunctionExists.c.o -o cmTryCompileExec2189195832 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=geteuid -o CMakeFiles/cmTryCompileExec3482551078.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=geteuid -o CMakeFiles/cmTryCompileExec3482551078.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=geteuid -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3482551078.dir/CheckFunctionExists.c.o -o cmTryCompileExec3482551078 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=geteuid -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3482551078.dir/CheckFunctionExists.c.o -o cmTryCompileExec3482551078 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=getgid -o CMakeFiles/cmTryCompileExec3752392720.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=getgid -o CMakeFiles/cmTryCompileExec3752392720.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=getgid -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3752392720.dir/CheckFunctionExists.c.o -o cmTryCompileExec3752392720 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=getgid -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3752392720.dir/CheckFunctionExists.c.o -o cmTryCompileExec3752392720 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=getegid -o CMakeFiles/cmTryCompileExec2969934224.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=getegid -o CMakeFiles/cmTryCompileExec2969934224.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=getegid -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2969934224.dir/CheckFunctionExists.c.o -o cmTryCompileExec2969934224 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=getegid -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2969934224.dir/CheckFunctionExists.c.o -o cmTryCompileExec2969934224 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=ldiv -o CMakeFiles/cmTryCompileExec3005032510.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=ldiv -o CMakeFiles/cmTryCompileExec3005032510.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=ldiv -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3005032510.dir/CheckFunctionExists.c.o -o cmTryCompileExec3005032510 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=ldiv -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3005032510.dir/CheckFunctionExists.c.o -o cmTryCompileExec3005032510 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=localtime_r -o CMakeFiles/cmTryCompileExec2835837947.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=localtime_r -o CMakeFiles/cmTryCompileExec2835837947.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=localtime_r -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2835837947.dir/CheckFunctionExists.c.o -o cmTryCompileExec2835837947 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=localtime_r -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2835837947.dir/CheckFunctionExists.c.o -o cmTryCompileExec2835837947 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=longjmp -o CMakeFiles/cmTryCompileExec4244953269.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=longjmp -o CMakeFiles/cmTryCompileExec4244953269.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=longjmp -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec4244953269.dir/CheckFunctionExists.c.o -o cmTryCompileExec4244953269 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=longjmp -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec4244953269.dir/CheckFunctionExists.c.o -o cmTryCompileExec4244953269 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=lstat -o CMakeFiles/cmTryCompileExec3306987226.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=lstat -o CMakeFiles/cmTryCompileExec3306987226.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=lstat -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3306987226.dir/CheckFunctionExists.c.o -o cmTryCompileExec3306987226 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=lstat -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3306987226.dir/CheckFunctionExists.c.o -o cmTryCompileExec3306987226 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=madvise -o CMakeFiles/cmTryCompileExec3919619564.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=madvise -o CMakeFiles/cmTryCompileExec3919619564.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=madvise -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3919619564.dir/CheckFunctionExists.c.o -o cmTryCompileExec3919619564 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=madvise -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3919619564.dir/CheckFunctionExists.c.o -o cmTryCompileExec3919619564 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=mallinfo -o CMakeFiles/cmTryCompileExec1046882170.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=mallinfo -o CMakeFiles/cmTryCompileExec1046882170.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=mallinfo -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1046882170.dir/CheckFunctionExists.c.o -o cmTryCompileExec1046882170 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=mallinfo -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1046882170.dir/CheckFunctionExists.c.o -o cmTryCompileExec1046882170 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=memcpy -o CMakeFiles/cmTryCompileExec1160041255.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=memcpy -o CMakeFiles/cmTryCompileExec1160041255.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=memcpy -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1160041255.dir/CheckFunctionExists.c.o -o cmTryCompileExec1160041255 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=memcpy -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1160041255.dir/CheckFunctionExists.c.o -o cmTryCompileExec1160041255 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=memmove -o CMakeFiles/cmTryCompileExec4206171896.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=memmove -o CMakeFiles/cmTryCompileExec4206171896.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=memmove -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec4206171896.dir/CheckFunctionExists.c.o -o cmTryCompileExec4206171896 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=memmove -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec4206171896.dir/CheckFunctionExists.c.o -o cmTryCompileExec4206171896 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=mkstemp -o CMakeFiles/cmTryCompileExec152457917.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=mkstemp -o CMakeFiles/cmTryCompileExec152457917.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=mkstemp -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec152457917.dir/CheckFunctionExists.c.o -o cmTryCompileExec152457917 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=mkstemp -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec152457917.dir/CheckFunctionExists.c.o -o cmTryCompileExec152457917 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=mlock -o CMakeFiles/cmTryCompileExec712219653.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=mlock -o CMakeFiles/cmTryCompileExec712219653.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=mlock -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec712219653.dir/CheckFunctionExists.c.o -o cmTryCompileExec712219653 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=mlock -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec712219653.dir/CheckFunctionExists.c.o -o cmTryCompileExec712219653 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=mlockall -o CMakeFiles/cmTryCompileExec314873656.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=mlockall -o CMakeFiles/cmTryCompileExec314873656.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=mlockall -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec314873656.dir/CheckFunctionExists.c.o -o cmTryCompileExec314873656 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=mlockall -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec314873656.dir/CheckFunctionExists.c.o -o cmTryCompileExec314873656 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=mmap -o CMakeFiles/cmTryCompileExec2736899596.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=mmap -o CMakeFiles/cmTryCompileExec2736899596.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=mmap -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2736899596.dir/CheckFunctionExists.c.o -o cmTryCompileExec2736899596 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=mmap -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2736899596.dir/CheckFunctionExists.c.o -o cmTryCompileExec2736899596 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=mmap64 -o CMakeFiles/cmTryCompileExec3261291443.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=mmap64 -o CMakeFiles/cmTryCompileExec3261291443.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=mmap64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3261291443.dir/CheckFunctionExists.c.o -o cmTryCompileExec3261291443 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=mmap64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3261291443.dir/CheckFunctionExists.c.o -o cmTryCompileExec3261291443 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=perror -o CMakeFiles/cmTryCompileExec3233582328.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=perror -o CMakeFiles/cmTryCompileExec3233582328.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=perror -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3233582328.dir/CheckFunctionExists.c.o -o cmTryCompileExec3233582328 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=perror -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3233582328.dir/CheckFunctionExists.c.o -o cmTryCompileExec3233582328 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=poll -o CMakeFiles/cmTryCompileExec1672343150.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=poll -o CMakeFiles/cmTryCompileExec1672343150.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=poll -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1672343150.dir/CheckFunctionExists.c.o -o cmTryCompileExec1672343150 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=poll -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1672343150.dir/CheckFunctionExists.c.o -o cmTryCompileExec1672343150 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=port_create -o CMakeFiles/cmTryCompileExec3578196337.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=port_create -o CMakeFiles/cmTryCompileExec3578196337.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=port_create -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3578196337.dir/CheckFunctionExists.c.o -o cmTryCompileExec3578196337 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=port_create -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3578196337.dir/CheckFunctionExists.c.o -o cmTryCompileExec3578196337 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=posix_fallocate -o CMakeFiles/cmTryCompileExec2831242643.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=posix_fallocate -o CMakeFiles/cmTryCompileExec2831242643.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=posix_fallocate -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2831242643.dir/CheckFunctionExists.c.o -o cmTryCompileExec2831242643 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=posix_fallocate -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2831242643.dir/CheckFunctionExists.c.o -o cmTryCompileExec2831242643 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=pread -o CMakeFiles/cmTryCompileExec3812455295.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=pread -o CMakeFiles/cmTryCompileExec3812455295.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=pread -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3812455295.dir/CheckFunctionExists.c.o -o cmTryCompileExec3812455295 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=pread -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3812455295.dir/CheckFunctionExists.c.o -o cmTryCompileExec3812455295 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=pthread_attr_create -o CMakeFiles/cmTryCompileExec3178820508.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=pthread_attr_create -o CMakeFiles/cmTryCompileExec3178820508.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=pthread_attr_create -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3178820508.dir/CheckFunctionExists.c.o -o cmTryCompileExec3178820508 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=pthread_attr_create -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3178820508.dir/CheckFunctionExists.c.o -o cmTryCompileExec3178820508 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=pthread_attr_getstacksize -o CMakeFiles/cmTryCompileExec3312054001.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=pthread_attr_getstacksize -o CMakeFiles/cmTryCompileExec3312054001.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=pthread_attr_getstacksize -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3312054001.dir/CheckFunctionExists.c.o -o cmTryCompileExec3312054001 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=pthread_attr_getstacksize -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3312054001.dir/CheckFunctionExists.c.o -o cmTryCompileExec3312054001 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=pthread_attr_setscope -o CMakeFiles/cmTryCompileExec516482044.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=pthread_attr_setscope -o CMakeFiles/cmTryCompileExec516482044.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=pthread_attr_setscope -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec516482044.dir/CheckFunctionExists.c.o -o cmTryCompileExec516482044 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=pthread_attr_setscope -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec516482044.dir/CheckFunctionExists.c.o -o cmTryCompileExec516482044 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=pthread_attr_getguardsize -o CMakeFiles/cmTryCompileExec1279544836.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=pthread_attr_getguardsize -o CMakeFiles/cmTryCompileExec1279544836.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=pthread_attr_getguardsize -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1279544836.dir/CheckFunctionExists.c.o -o cmTryCompileExec1279544836 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=pthread_attr_getguardsize -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1279544836.dir/CheckFunctionExists.c.o -o cmTryCompileExec1279544836 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=pthread_attr_setstacksize -o CMakeFiles/cmTryCompileExec4261397801.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=pthread_attr_setstacksize -o CMakeFiles/cmTryCompileExec4261397801.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=pthread_attr_setstacksize -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec4261397801.dir/CheckFunctionExists.c.o -o cmTryCompileExec4261397801 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=pthread_attr_setstacksize -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec4261397801.dir/CheckFunctionExists.c.o -o cmTryCompileExec4261397801 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=pthread_condattr_create -o CMakeFiles/cmTryCompileExec147302970.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=pthread_condattr_create -o CMakeFiles/cmTryCompileExec147302970.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=pthread_condattr_create -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec147302970.dir/CheckFunctionExists.c.o -o cmTryCompileExec147302970 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=pthread_condattr_create -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec147302970.dir/CheckFunctionExists.c.o -o cmTryCompileExec147302970 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=pthread_condattr_setclock -o CMakeFiles/cmTryCompileExec1561549246.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=pthread_condattr_setclock -o CMakeFiles/cmTryCompileExec1561549246.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=pthread_condattr_setclock -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1561549246.dir/CheckFunctionExists.c.o -o cmTryCompileExec1561549246 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=pthread_condattr_setclock -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1561549246.dir/CheckFunctionExists.c.o -o cmTryCompileExec1561549246 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=pthread_key_delete -o CMakeFiles/cmTryCompileExec3685840411.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=pthread_key_delete -o CMakeFiles/cmTryCompileExec3685840411.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=pthread_key_delete -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3685840411.dir/CheckFunctionExists.c.o -o cmTryCompileExec3685840411 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=pthread_key_delete -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3685840411.dir/CheckFunctionExists.c.o -o cmTryCompileExec3685840411 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=pthread_rwlock_rdlock -o CMakeFiles/cmTryCompileExec2052516761.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=pthread_rwlock_rdlock -o CMakeFiles/cmTryCompileExec2052516761.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=pthread_rwlock_rdlock -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2052516761.dir/CheckFunctionExists.c.o -o cmTryCompileExec2052516761 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=pthread_rwlock_rdlock -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2052516761.dir/CheckFunctionExists.c.o -o cmTryCompileExec2052516761 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=pthread_sigmask -o CMakeFiles/cmTryCompileExec3836018089.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=pthread_sigmask -o CMakeFiles/cmTryCompileExec3836018089.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=pthread_sigmask -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3836018089.dir/CheckFunctionExists.c.o -o cmTryCompileExec3836018089 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=pthread_sigmask -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3836018089.dir/CheckFunctionExists.c.o -o cmTryCompileExec3836018089 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=pthread_threadmask -o CMakeFiles/cmTryCompileExec1666519795.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=pthread_threadmask -o CMakeFiles/cmTryCompileExec1666519795.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=pthread_threadmask -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1666519795.dir/CheckFunctionExists.c.o -o cmTryCompileExec1666519795 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=pthread_threadmask -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1666519795.dir/CheckFunctionExists.c.o -o cmTryCompileExec1666519795 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=pthread_yield_np -o CMakeFiles/cmTryCompileExec384390483.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=pthread_yield_np -o CMakeFiles/cmTryCompileExec384390483.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=pthread_yield_np -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec384390483.dir/CheckFunctionExists.c.o -o cmTryCompileExec384390483 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=pthread_yield_np -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec384390483.dir/CheckFunctionExists.c.o -o cmTryCompileExec384390483 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=putenv -o CMakeFiles/cmTryCompileExec3600461317.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=putenv -o CMakeFiles/cmTryCompileExec3600461317.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=putenv -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3600461317.dir/CheckFunctionExists.c.o -o cmTryCompileExec3600461317 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=putenv -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3600461317.dir/CheckFunctionExists.c.o -o cmTryCompileExec3600461317 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=readdir_r -o CMakeFiles/cmTryCompileExec1636570146.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=readdir_r -o CMakeFiles/cmTryCompileExec1636570146.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=readdir_r -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1636570146.dir/CheckFunctionExists.c.o -o cmTryCompileExec1636570146 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=readdir_r -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1636570146.dir/CheckFunctionExists.c.o -o cmTryCompileExec1636570146 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=readlink -o CMakeFiles/cmTryCompileExec4153715808.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=readlink -o CMakeFiles/cmTryCompileExec4153715808.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=readlink -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec4153715808.dir/CheckFunctionExists.c.o -o cmTryCompileExec4153715808 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=readlink -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec4153715808.dir/CheckFunctionExists.c.o -o cmTryCompileExec4153715808 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=re_comp -o CMakeFiles/cmTryCompileExec2372656983.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=re_comp -o CMakeFiles/cmTryCompileExec2372656983.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=re_comp -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2372656983.dir/CheckFunctionExists.c.o -o cmTryCompileExec2372656983 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=re_comp -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2372656983.dir/CheckFunctionExists.c.o -o cmTryCompileExec2372656983 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=regcomp -o CMakeFiles/cmTryCompileExec4273696012.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=regcomp -o CMakeFiles/cmTryCompileExec4273696012.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=regcomp -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec4273696012.dir/CheckFunctionExists.c.o -o cmTryCompileExec4273696012 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=regcomp -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec4273696012.dir/CheckFunctionExists.c.o -o cmTryCompileExec4273696012 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=realpath -o CMakeFiles/cmTryCompileExec234599282.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=realpath -o CMakeFiles/cmTryCompileExec234599282.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=realpath -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec234599282.dir/CheckFunctionExists.c.o -o cmTryCompileExec234599282 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=realpath -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec234599282.dir/CheckFunctionExists.c.o -o cmTryCompileExec234599282 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=rename -o CMakeFiles/cmTryCompileExec3135158511.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=rename -o CMakeFiles/cmTryCompileExec3135158511.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=rename -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3135158511.dir/CheckFunctionExists.c.o -o cmTryCompileExec3135158511 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=rename -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3135158511.dir/CheckFunctionExists.c.o -o cmTryCompileExec3135158511 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=rwlock_init -o CMakeFiles/cmTryCompileExec1233616746.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=rwlock_init -o CMakeFiles/cmTryCompileExec1233616746.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=rwlock_init -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1233616746.dir/CheckFunctionExists.c.o -o cmTryCompileExec1233616746 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=rwlock_init -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1233616746.dir/CheckFunctionExists.c.o -o cmTryCompileExec1233616746 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=sched_yield -o CMakeFiles/cmTryCompileExec1068057144.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=sched_yield -o CMakeFiles/cmTryCompileExec1068057144.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=sched_yield -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1068057144.dir/CheckFunctionExists.c.o -o cmTryCompileExec1068057144 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=sched_yield -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1068057144.dir/CheckFunctionExists.c.o -o cmTryCompileExec1068057144 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=setenv -o CMakeFiles/cmTryCompileExec4250079928.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=setenv -o CMakeFiles/cmTryCompileExec4250079928.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=setenv -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec4250079928.dir/CheckFunctionExists.c.o -o cmTryCompileExec4250079928 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=setenv -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec4250079928.dir/CheckFunctionExists.c.o -o cmTryCompileExec4250079928 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=setlocale -o CMakeFiles/cmTryCompileExec1445666065.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=setlocale -o CMakeFiles/cmTryCompileExec1445666065.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=setlocale -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1445666065.dir/CheckFunctionExists.c.o -o cmTryCompileExec1445666065 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=setlocale -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1445666065.dir/CheckFunctionExists.c.o -o cmTryCompileExec1445666065 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=setfd -o CMakeFiles/cmTryCompileExec2347018124.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=setfd -o CMakeFiles/cmTryCompileExec2347018124.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=setfd -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2347018124.dir/CheckFunctionExists.c.o -o cmTryCompileExec2347018124 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=setfd -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2347018124.dir/CheckFunctionExists.c.o -o cmTryCompileExec2347018124 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=sigaction -o CMakeFiles/cmTryCompileExec1815471299.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=sigaction -o CMakeFiles/cmTryCompileExec1815471299.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=sigaction -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1815471299.dir/CheckFunctionExists.c.o -o cmTryCompileExec1815471299 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=sigaction -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1815471299.dir/CheckFunctionExists.c.o -o cmTryCompileExec1815471299 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=sigthreadmask -o CMakeFiles/cmTryCompileExec1647421861.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=sigthreadmask -o CMakeFiles/cmTryCompileExec1647421861.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=sigthreadmask -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1647421861.dir/CheckFunctionExists.c.o -o cmTryCompileExec1647421861 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=sigthreadmask -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1647421861.dir/CheckFunctionExists.c.o -o cmTryCompileExec1647421861 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=sigwait -o CMakeFiles/cmTryCompileExec790118681.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=sigwait -o CMakeFiles/cmTryCompileExec790118681.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=sigwait -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec790118681.dir/CheckFunctionExists.c.o -o cmTryCompileExec790118681 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=sigwait -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec790118681.dir/CheckFunctionExists.c.o -o cmTryCompileExec790118681 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=sigaddset -o CMakeFiles/cmTryCompileExec3048780761.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=sigaddset -o CMakeFiles/cmTryCompileExec3048780761.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=sigaddset -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3048780761.dir/CheckFunctionExists.c.o -o cmTryCompileExec3048780761 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=sigaddset -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3048780761.dir/CheckFunctionExists.c.o -o cmTryCompileExec3048780761 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=sigemptyset -o CMakeFiles/cmTryCompileExec3158755363.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=sigemptyset -o CMakeFiles/cmTryCompileExec3158755363.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=sigemptyset -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3158755363.dir/CheckFunctionExists.c.o -o cmTryCompileExec3158755363 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=sigemptyset -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3158755363.dir/CheckFunctionExists.c.o -o cmTryCompileExec3158755363 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=sighold -o CMakeFiles/cmTryCompileExec2675433770.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=sighold -o CMakeFiles/cmTryCompileExec2675433770.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=sighold -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2675433770.dir/CheckFunctionExists.c.o -o cmTryCompileExec2675433770 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=sighold -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2675433770.dir/CheckFunctionExists.c.o -o cmTryCompileExec2675433770 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=sigset -o CMakeFiles/cmTryCompileExec2899838348.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=sigset -o CMakeFiles/cmTryCompileExec2899838348.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=sigset -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2899838348.dir/CheckFunctionExists.c.o -o cmTryCompileExec2899838348 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=sigset -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2899838348.dir/CheckFunctionExists.c.o -o cmTryCompileExec2899838348 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=sleep -o CMakeFiles/cmTryCompileExec1332022180.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=sleep -o CMakeFiles/cmTryCompileExec1332022180.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=sleep -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1332022180.dir/CheckFunctionExists.c.o -o cmTryCompileExec1332022180 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=sleep -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1332022180.dir/CheckFunctionExists.c.o -o cmTryCompileExec1332022180 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=snprintf -o CMakeFiles/cmTryCompileExec3641972422.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=snprintf -o CMakeFiles/cmTryCompileExec3641972422.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=snprintf -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3641972422.dir/CheckFunctionExists.c.o -o cmTryCompileExec3641972422 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=snprintf -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3641972422.dir/CheckFunctionExists.c.o -o cmTryCompileExec3641972422 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=stpcpy -o CMakeFiles/cmTryCompileExec434484835.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=stpcpy -o CMakeFiles/cmTryCompileExec434484835.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=stpcpy -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec434484835.dir/CheckFunctionExists.c.o -o cmTryCompileExec434484835 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=stpcpy -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec434484835.dir/CheckFunctionExists.c.o -o cmTryCompileExec434484835 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=strcoll -o CMakeFiles/cmTryCompileExec3005100421.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=strcoll -o CMakeFiles/cmTryCompileExec3005100421.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=strcoll -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3005100421.dir/CheckFunctionExists.c.o -o cmTryCompileExec3005100421 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=strcoll -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3005100421.dir/CheckFunctionExists.c.o -o cmTryCompileExec3005100421 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=strerror -o CMakeFiles/cmTryCompileExec3439025755.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=strerror -o CMakeFiles/cmTryCompileExec3439025755.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=strerror -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3439025755.dir/CheckFunctionExists.c.o -o cmTryCompileExec3439025755 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=strerror -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3439025755.dir/CheckFunctionExists.c.o -o cmTryCompileExec3439025755 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=strlcpy -o CMakeFiles/cmTryCompileExec3775572264.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=strlcpy -o CMakeFiles/cmTryCompileExec3775572264.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=strlcpy -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3775572264.dir/CheckFunctionExists.c.o -o cmTryCompileExec3775572264 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=strlcpy -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3775572264.dir/CheckFunctionExists.c.o -o cmTryCompileExec3775572264 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=strnlen -o CMakeFiles/cmTryCompileExec2842548338.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=strnlen -o CMakeFiles/cmTryCompileExec2842548338.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=strnlen -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2842548338.dir/CheckFunctionExists.c.o -o cmTryCompileExec2842548338 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=strnlen -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2842548338.dir/CheckFunctionExists.c.o -o cmTryCompileExec2842548338 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=strlcat -o CMakeFiles/cmTryCompileExec105041822.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=strlcat -o CMakeFiles/cmTryCompileExec105041822.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=strlcat -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec105041822.dir/CheckFunctionExists.c.o -o cmTryCompileExec105041822 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=strlcat -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec105041822.dir/CheckFunctionExists.c.o -o cmTryCompileExec105041822 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=strsignal -o CMakeFiles/cmTryCompileExec4180809906.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=strsignal -o CMakeFiles/cmTryCompileExec4180809906.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=strsignal -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec4180809906.dir/CheckFunctionExists.c.o -o cmTryCompileExec4180809906 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=strsignal -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec4180809906.dir/CheckFunctionExists.c.o -o cmTryCompileExec4180809906 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=fgetln -o CMakeFiles/cmTryCompileExec1850762026.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=fgetln -o CMakeFiles/cmTryCompileExec1850762026.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=fgetln -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1850762026.dir/CheckFunctionExists.c.o -o cmTryCompileExec1850762026 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=fgetln -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1850762026.dir/CheckFunctionExists.c.o -o cmTryCompileExec1850762026 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=strpbrk -o CMakeFiles/cmTryCompileExec454743595.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=strpbrk -o CMakeFiles/cmTryCompileExec454743595.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=strpbrk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec454743595.dir/CheckFunctionExists.c.o -o cmTryCompileExec454743595 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=strpbrk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec454743595.dir/CheckFunctionExists.c.o -o cmTryCompileExec454743595 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=strstr -o CMakeFiles/cmTryCompileExec4260444399.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=strstr -o CMakeFiles/cmTryCompileExec4260444399.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=strstr -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec4260444399.dir/CheckFunctionExists.c.o -o cmTryCompileExec4260444399 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=strstr -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec4260444399.dir/CheckFunctionExists.c.o -o cmTryCompileExec4260444399 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=strtok_r -o CMakeFiles/cmTryCompileExec109587798.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=strtok_r -o CMakeFiles/cmTryCompileExec109587798.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=strtok_r -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec109587798.dir/CheckFunctionExists.c.o -o cmTryCompileExec109587798 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=strtok_r -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec109587798.dir/CheckFunctionExists.c.o -o cmTryCompileExec109587798 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=strtol -o CMakeFiles/cmTryCompileExec2540789212.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=strtol -o CMakeFiles/cmTryCompileExec2540789212.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=strtol -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2540789212.dir/CheckFunctionExists.c.o -o cmTryCompileExec2540789212 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=strtol -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2540789212.dir/CheckFunctionExists.c.o -o cmTryCompileExec2540789212 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=strtoll -o CMakeFiles/cmTryCompileExec3009558223.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=strtoll -o CMakeFiles/cmTryCompileExec3009558223.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=strtoll -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3009558223.dir/CheckFunctionExists.c.o -o cmTryCompileExec3009558223 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=strtoll -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3009558223.dir/CheckFunctionExists.c.o -o cmTryCompileExec3009558223 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=strtoul -o CMakeFiles/cmTryCompileExec1354054606.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=strtoul -o CMakeFiles/cmTryCompileExec1354054606.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=strtoul -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1354054606.dir/CheckFunctionExists.c.o -o cmTryCompileExec1354054606 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=strtoul -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1354054606.dir/CheckFunctionExists.c.o -o cmTryCompileExec1354054606 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=strtoull -o CMakeFiles/cmTryCompileExec3003505799.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=strtoull -o CMakeFiles/cmTryCompileExec3003505799.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=strtoull -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3003505799.dir/CheckFunctionExists.c.o -o cmTryCompileExec3003505799 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=strtoull -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3003505799.dir/CheckFunctionExists.c.o -o cmTryCompileExec3003505799 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=strcasecmp -o CMakeFiles/cmTryCompileExec1916053608.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=strcasecmp -o CMakeFiles/cmTryCompileExec1916053608.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=strcasecmp -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1916053608.dir/CheckFunctionExists.c.o -o cmTryCompileExec1916053608 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=strcasecmp -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1916053608.dir/CheckFunctionExists.c.o -o cmTryCompileExec1916053608 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=strncasecmp -o CMakeFiles/cmTryCompileExec1121377977.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=strncasecmp -o CMakeFiles/cmTryCompileExec1121377977.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=strncasecmp -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1121377977.dir/CheckFunctionExists.c.o -o cmTryCompileExec1121377977 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=strncasecmp -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1121377977.dir/CheckFunctionExists.c.o -o cmTryCompileExec1121377977 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=strdup -o CMakeFiles/cmTryCompileExec565725599.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=strdup -o CMakeFiles/cmTryCompileExec565725599.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=strdup -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec565725599.dir/CheckFunctionExists.c.o -o cmTryCompileExec565725599 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=strdup -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec565725599.dir/CheckFunctionExists.c.o -o cmTryCompileExec565725599 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=shmat -o CMakeFiles/cmTryCompileExec1202795172.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=shmat -o CMakeFiles/cmTryCompileExec1202795172.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=shmat -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1202795172.dir/CheckFunctionExists.c.o -o cmTryCompileExec1202795172 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=shmat -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1202795172.dir/CheckFunctionExists.c.o -o cmTryCompileExec1202795172 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=shmctl -o CMakeFiles/cmTryCompileExec3945181831.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=shmctl -o CMakeFiles/cmTryCompileExec3945181831.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=shmctl -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3945181831.dir/CheckFunctionExists.c.o -o cmTryCompileExec3945181831 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=shmctl -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3945181831.dir/CheckFunctionExists.c.o -o cmTryCompileExec3945181831 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=shmdt -o CMakeFiles/cmTryCompileExec2043403011.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=shmdt -o CMakeFiles/cmTryCompileExec2043403011.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=shmdt -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2043403011.dir/CheckFunctionExists.c.o -o cmTryCompileExec2043403011 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=shmdt -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2043403011.dir/CheckFunctionExists.c.o -o cmTryCompileExec2043403011 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=shmget -o CMakeFiles/cmTryCompileExec958896090.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=shmget -o CMakeFiles/cmTryCompileExec958896090.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=shmget -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec958896090.dir/CheckFunctionExists.c.o -o cmTryCompileExec958896090 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=shmget -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec958896090.dir/CheckFunctionExists.c.o -o cmTryCompileExec958896090 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=tell -o CMakeFiles/cmTryCompileExec3735919781.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=tell -o CMakeFiles/cmTryCompileExec3735919781.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=tell -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3735919781.dir/CheckFunctionExists.c.o -o cmTryCompileExec3735919781 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=tell -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3735919781.dir/CheckFunctionExists.c.o -o cmTryCompileExec3735919781 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=tempnam -o CMakeFiles/cmTryCompileExec1018740111.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=tempnam -o CMakeFiles/cmTryCompileExec1018740111.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=tempnam -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1018740111.dir/CheckFunctionExists.c.o -o cmTryCompileExec1018740111 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=tempnam -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1018740111.dir/CheckFunctionExists.c.o -o cmTryCompileExec1018740111 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=thr_setconcurrency -o CMakeFiles/cmTryCompileExec1918185615.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=thr_setconcurrency -o CMakeFiles/cmTryCompileExec1918185615.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=thr_setconcurrency -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1918185615.dir/CheckFunctionExists.c.o -o cmTryCompileExec1918185615 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=thr_setconcurrency -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1918185615.dir/CheckFunctionExists.c.o -o cmTryCompileExec1918185615 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=thr_yield -o CMakeFiles/cmTryCompileExec4199784434.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=thr_yield -o CMakeFiles/cmTryCompileExec4199784434.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=thr_yield -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec4199784434.dir/CheckFunctionExists.c.o -o cmTryCompileExec4199784434 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=thr_yield -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec4199784434.dir/CheckFunctionExists.c.o -o cmTryCompileExec4199784434 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=vasprintf -o CMakeFiles/cmTryCompileExec3750132985.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=vasprintf -o CMakeFiles/cmTryCompileExec3750132985.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=vasprintf -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3750132985.dir/CheckFunctionExists.c.o -o cmTryCompileExec3750132985 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=vasprintf -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3750132985.dir/CheckFunctionExists.c.o -o cmTryCompileExec3750132985 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=vsnprintf -o CMakeFiles/cmTryCompileExec3763365884.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=vsnprintf -o CMakeFiles/cmTryCompileExec3763365884.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=vsnprintf -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3763365884.dir/CheckFunctionExists.c.o -o cmTryCompileExec3763365884 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=vsnprintf -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3763365884.dir/CheckFunctionExists.c.o -o cmTryCompileExec3763365884 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=vprintf -o CMakeFiles/cmTryCompileExec1134486806.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=vprintf -o CMakeFiles/cmTryCompileExec1134486806.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=vprintf -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1134486806.dir/CheckFunctionExists.c.o -o cmTryCompileExec1134486806 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=vprintf -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1134486806.dir/CheckFunctionExists.c.o -o cmTryCompileExec1134486806 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=valloc -o CMakeFiles/cmTryCompileExec1876544707.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=valloc -o CMakeFiles/cmTryCompileExec1876544707.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=valloc -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1876544707.dir/CheckFunctionExists.c.o -o cmTryCompileExec1876544707 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=valloc -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1876544707.dir/CheckFunctionExists.c.o -o cmTryCompileExec1876544707 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=memalign -o CMakeFiles/cmTryCompileExec1680190378.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=memalign -o CMakeFiles/cmTryCompileExec1680190378.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=memalign -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1680190378.dir/CheckFunctionExists.c.o -o cmTryCompileExec1680190378 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=memalign -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1680190378.dir/CheckFunctionExists.c.o -o cmTryCompileExec1680190378 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=chown -o CMakeFiles/cmTryCompileExec1254044295.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=chown -o CMakeFiles/cmTryCompileExec1254044295.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=chown -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1254044295.dir/CheckFunctionExists.c.o -o cmTryCompileExec1254044295 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=chown -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1254044295.dir/CheckFunctionExists.c.o -o cmTryCompileExec1254044295 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=nl_langinfo -o CMakeFiles/cmTryCompileExec4105753355.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=nl_langinfo -o CMakeFiles/cmTryCompileExec4105753355.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=nl_langinfo -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec4105753355.dir/CheckFunctionExists.c.o -o cmTryCompileExec4105753355 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=nl_langinfo -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec4105753355.dir/CheckFunctionExists.c.o -o cmTryCompileExec4105753355 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=kqueue -o CMakeFiles/cmTryCompileExec2428776590.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=kqueue -o CMakeFiles/cmTryCompileExec2428776590.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=kqueue -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2428776590.dir/CheckFunctionExists.c.o -o cmTryCompileExec2428776590 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=kqueue -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2428776590.dir/CheckFunctionExists.c.o -o cmTryCompileExec2428776590 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o CMakeFiles/cmTryCompileExec3543310810.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -o CMakeFiles/cmTryCompileExec3543310810.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3543310810.dir/CheckIncludeFiles.c.o -o cmTryCompileExec3543310810 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3543310810.dir/CheckIncludeFiles.c.o -o cmTryCompileExec3543310810 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o CMakeFiles/cmTryCompileExec584734447.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -o CMakeFiles/cmTryCompileExec584734447.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec584734447.dir/CheckIncludeFiles.c.o -o cmTryCompileExec584734447 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec584734447.dir/CheckIncludeFiles.c.o -o cmTryCompileExec584734447 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o CMakeFiles/cmTryCompileExec3643238684.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -o CMakeFiles/cmTryCompileExec3643238684.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -isystem/usr/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 CMakeFiles/cmTryCompileExec1512717313.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -o CMakeFiles/cmTryCompileExec1512717313.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=times -o CMakeFiles/cmTryCompileExec1251353965.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=times -o CMakeFiles/cmTryCompileExec1251353965.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=times -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1251353965.dir/CheckFunctionExists.c.o -o cmTryCompileExec1251353965 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=times -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1251353965.dir/CheckFunctionExists.c.o -o cmTryCompileExec1251353965 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=gettimeofday -o CMakeFiles/cmTryCompileExec27039522.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=gettimeofday -o CMakeFiles/cmTryCompileExec27039522.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=gettimeofday -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec27039522.dir/CheckFunctionExists.c.o -o cmTryCompileExec27039522 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=gettimeofday -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec27039522.dir/CheckFunctionExists.c.o -o cmTryCompileExec27039522 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=read_real_time -o CMakeFiles/cmTryCompileExec872489912.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=read_real_time -o CMakeFiles/cmTryCompileExec872489912.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=read_real_time -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec872489912.dir/CheckFunctionExists.c.o -o cmTryCompileExec872489912 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=read_real_time -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec872489912.dir/CheckFunctionExists.c.o -o cmTryCompileExec872489912 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=ftime -o CMakeFiles/cmTryCompileExec2430012.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=ftime -o CMakeFiles/cmTryCompileExec2430012.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=ftime -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2430012.dir/CheckFunctionExists.c.o -o cmTryCompileExec2430012 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=ftime -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2430012.dir/CheckFunctionExists.c.o -o cmTryCompileExec2430012 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=time -o CMakeFiles/cmTryCompileExec2675748783.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=time -o CMakeFiles/cmTryCompileExec2675748783.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=time -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2675748783.dir/CheckFunctionExists.c.o -o cmTryCompileExec2675748783 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=time -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2675748783.dir/CheckFunctionExists.c.o -o cmTryCompileExec2675748783 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=rdtscll -o CMakeFiles/cmTryCompileExec1260540467.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=rdtscll -o CMakeFiles/cmTryCompileExec1260540467.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=rdtscll -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1260540467.dir/CheckFunctionExists.c.o -o cmTryCompileExec1260540467 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=rdtscll -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1260540467.dir/CheckFunctionExists.c.o -o cmTryCompileExec1260540467 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o CMakeFiles/cmTryCompileExec2634252111.dir/CheckSymbolExists.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckSymbolExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -o CMakeFiles/cmTryCompileExec2634252111.dir/CheckSymbolExists.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckSymbolExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2634252111.dir/CheckSymbolExists.c.o -o cmTryCompileExec2634252111 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2634252111.dir/CheckSymbolExists.c.o -o cmTryCompileExec2634252111 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o CMakeFiles/cmTryCompileExec1249033531.dir/CheckSymbolExists.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckSymbolExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -o CMakeFiles/cmTryCompileExec1249033531.dir/CheckSymbolExists.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckSymbolExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1249033531.dir/CheckSymbolExists.c.o -o cmTryCompileExec1249033531 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1249033531.dir/CheckSymbolExists.c.o -o cmTryCompileExec1249033531 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o CMakeFiles/cmTryCompileExec3711239613.dir/CheckSymbolExists.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckSymbolExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -o CMakeFiles/cmTryCompileExec3711239613.dir/CheckSymbolExists.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckSymbolExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3711239613.dir/CheckSymbolExists.c.o -o cmTryCompileExec3711239613 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3711239613.dir/CheckSymbolExists.c.o -o cmTryCompileExec3711239613 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o CMakeFiles/cmTryCompileExec1663983976.dir/CheckSymbolExists.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckSymbolExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -o CMakeFiles/cmTryCompileExec1663983976.dir/CheckSymbolExists.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckSymbolExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1663983976.dir/CheckSymbolExists.c.o -o cmTryCompileExec1663983976 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1663983976.dir/CheckSymbolExists.c.o -o cmTryCompileExec1663983976 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o CMakeFiles/cmTryCompileExec2728500819.dir/CheckSymbolExists.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckSymbolExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -o CMakeFiles/cmTryCompileExec2728500819.dir/CheckSymbolExists.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckSymbolExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2728500819.dir/CheckSymbolExists.c.o -o cmTryCompileExec2728500819 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2728500819.dir/CheckSymbolExists.c.o -o cmTryCompileExec2728500819 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o CMakeFiles/cmTryCompileExec3038996623.dir/CheckSymbolExists.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckSymbolExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -o CMakeFiles/cmTryCompileExec3038996623.dir/CheckSymbolExists.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckSymbolExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3038996623.dir/CheckSymbolExists.c.o -o cmTryCompileExec3038996623 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3038996623.dir/CheckSymbolExists.c.o -o cmTryCompileExec3038996623 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o CMakeFiles/cmTryCompileExec3762633923.dir/CheckSymbolExists.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckSymbolExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -o CMakeFiles/cmTryCompileExec3762633923.dir/CheckSymbolExists.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckSymbolExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3762633923.dir/CheckSymbolExists.c.o -o cmTryCompileExec3762633923 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3762633923.dir/CheckSymbolExists.c.o -o cmTryCompileExec3762633923 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o CMakeFiles/cmTryCompileExec1111190631.dir/CheckSymbolExists.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckSymbolExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -o CMakeFiles/cmTryCompileExec1111190631.dir/CheckSymbolExists.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckSymbolExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1111190631.dir/CheckSymbolExists.c.o -o cmTryCompileExec1111190631 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1111190631.dir/CheckSymbolExists.c.o -o cmTryCompileExec1111190631 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o CMakeFiles/cmTryCompileExec936374010.dir/CheckSymbolExists.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckSymbolExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -o CMakeFiles/cmTryCompileExec936374010.dir/CheckSymbolExists.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckSymbolExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec936374010.dir/CheckSymbolExists.c.o -o cmTryCompileExec936374010 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec936374010.dir/CheckSymbolExists.c.o -o cmTryCompileExec936374010 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o CMakeFiles/cmTryCompileExec865191898.dir/CheckSymbolExists.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckSymbolExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -o CMakeFiles/cmTryCompileExec865191898.dir/CheckSymbolExists.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckSymbolExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec865191898.dir/CheckSymbolExists.c.o -o cmTryCompileExec865191898 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec865191898.dir/CheckSymbolExists.c.o -o cmTryCompileExec865191898 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o CMakeFiles/cmTryCompileExec3894211080.dir/CheckSymbolExists.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckSymbolExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -o CMakeFiles/cmTryCompileExec3894211080.dir/CheckSymbolExists.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckSymbolExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3894211080.dir/CheckSymbolExists.c.o -o cmTryCompileExec3894211080 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3894211080.dir/CheckSymbolExists.c.o -o cmTryCompileExec3894211080 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o CMakeFiles/cmTryCompileExec607996117.dir/CheckSymbolExists.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckSymbolExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -o CMakeFiles/cmTryCompileExec607996117.dir/CheckSymbolExists.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckSymbolExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec607996117.dir/CheckSymbolExists.c.o -o cmTryCompileExec607996117 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec607996117.dir/CheckSymbolExists.c.o -o cmTryCompileExec607996117 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang++ called with: -DHAVE_ISINF -o CMakeFiles/cmTryCompileExec3415636422.dir/src.cxx.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/src.cxx | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang++ -pipe -w -Os -march=native -DHAVE_ISINF -o CMakeFiles/cmTryCompileExec3415636422.dir/src.cxx.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/src.cxx -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang++ called with: -DHAVE_ISINF -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3415636422.dir/src.cxx.o -o cmTryCompileExec3415636422 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang++ -pipe -w -Os -march=native -DHAVE_ISINF -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3415636422.dir/src.cxx.o -o cmTryCompileExec3415636422 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/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_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -o CMakeFiles/cmTryCompileExec1101848929.dir/SIZEOF_SIGSET_T.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CheckTypeSize/SIZEOF_SIGSET_T.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -o CMakeFiles/cmTryCompileExec1101848929.dir/SIZEOF_SIGSET_T.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CheckTypeSize/SIZEOF_SIGSET_T.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1101848929.dir/SIZEOF_SIGSET_T.c.o -o cmTryCompileExec1101848929 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1101848929.dir/SIZEOF_SIGSET_T.c.o -o cmTryCompileExec1101848929 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/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_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -o CMakeFiles/cmTryCompileExec1336051679.dir/SIZEOF_MODE_T.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CheckTypeSize/SIZEOF_MODE_T.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -o CMakeFiles/cmTryCompileExec1336051679.dir/SIZEOF_MODE_T.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CheckTypeSize/SIZEOF_MODE_T.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1336051679.dir/SIZEOF_MODE_T.c.o -o cmTryCompileExec1336051679 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1336051679.dir/SIZEOF_MODE_T.c.o -o cmTryCompileExec1336051679 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/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_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -o CMakeFiles/cmTryCompileExec1592597736.dir/SIZEOF_IN_ADDR_T.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CheckTypeSize/SIZEOF_IN_ADDR_T.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -o CMakeFiles/cmTryCompileExec1592597736.dir/SIZEOF_IN_ADDR_T.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CheckTypeSize/SIZEOF_IN_ADDR_T.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1592597736.dir/SIZEOF_IN_ADDR_T.c.o -o cmTryCompileExec1592597736 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1592597736.dir/SIZEOF_IN_ADDR_T.c.o -o cmTryCompileExec1592597736 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/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_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -o CMakeFiles/cmTryCompileExec434160283.dir/SIZEOF_CHAR.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CheckTypeSize/SIZEOF_CHAR.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -o CMakeFiles/cmTryCompileExec434160283.dir/SIZEOF_CHAR.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CheckTypeSize/SIZEOF_CHAR.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec434160283.dir/SIZEOF_CHAR.c.o -o cmTryCompileExec434160283 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec434160283.dir/SIZEOF_CHAR.c.o -o cmTryCompileExec434160283 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/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_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -o CMakeFiles/cmTryCompileExec406140254.dir/SIZEOF_SHORT.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CheckTypeSize/SIZEOF_SHORT.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -o CMakeFiles/cmTryCompileExec406140254.dir/SIZEOF_SHORT.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CheckTypeSize/SIZEOF_SHORT.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec406140254.dir/SIZEOF_SHORT.c.o -o cmTryCompileExec406140254 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec406140254.dir/SIZEOF_SHORT.c.o -o cmTryCompileExec406140254 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/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_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -o CMakeFiles/cmTryCompileExec3898083568.dir/SIZEOF_INT.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CheckTypeSize/SIZEOF_INT.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -o CMakeFiles/cmTryCompileExec3898083568.dir/SIZEOF_INT.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CheckTypeSize/SIZEOF_INT.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3898083568.dir/SIZEOF_INT.c.o -o cmTryCompileExec3898083568 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3898083568.dir/SIZEOF_INT.c.o -o cmTryCompileExec3898083568 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/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_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -o CMakeFiles/cmTryCompileExec3331525246.dir/SIZEOF_LONG_LONG.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CheckTypeSize/SIZEOF_LONG_LONG.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -o CMakeFiles/cmTryCompileExec3331525246.dir/SIZEOF_LONG_LONG.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CheckTypeSize/SIZEOF_LONG_LONG.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3331525246.dir/SIZEOF_LONG_LONG.c.o -o cmTryCompileExec3331525246 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3331525246.dir/SIZEOF_LONG_LONG.c.o -o cmTryCompileExec3331525246 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/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_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -o CMakeFiles/cmTryCompileExec31204761.dir/SIZEOF_OFF_T.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CheckTypeSize/SIZEOF_OFF_T.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -o CMakeFiles/cmTryCompileExec31204761.dir/SIZEOF_OFF_T.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CheckTypeSize/SIZEOF_OFF_T.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec31204761.dir/SIZEOF_OFF_T.c.o -o cmTryCompileExec31204761 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec31204761.dir/SIZEOF_OFF_T.c.o -o cmTryCompileExec31204761 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/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_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -o CMakeFiles/cmTryCompileExec52711612.dir/SIZEOF_UCHAR.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CheckTypeSize/SIZEOF_UCHAR.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -o CMakeFiles/cmTryCompileExec52711612.dir/SIZEOF_UCHAR.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CheckTypeSize/SIZEOF_UCHAR.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -o CMakeFiles/cmTryCompileExec133184112.dir/SIZEOF_UINT.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CheckTypeSize/SIZEOF_UINT.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -o CMakeFiles/cmTryCompileExec133184112.dir/SIZEOF_UINT.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CheckTypeSize/SIZEOF_UINT.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec133184112.dir/SIZEOF_UINT.c.o -o cmTryCompileExec133184112 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec133184112.dir/SIZEOF_UINT.c.o -o cmTryCompileExec133184112 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/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_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -o CMakeFiles/cmTryCompileExec1094696987.dir/SIZEOF_ULONG.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CheckTypeSize/SIZEOF_ULONG.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -o CMakeFiles/cmTryCompileExec1094696987.dir/SIZEOF_ULONG.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CheckTypeSize/SIZEOF_ULONG.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -o CMakeFiles/cmTryCompileExec4260615489.dir/SIZEOF_INT8.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CheckTypeSize/SIZEOF_INT8.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -o CMakeFiles/cmTryCompileExec4260615489.dir/SIZEOF_INT8.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CheckTypeSize/SIZEOF_INT8.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -o CMakeFiles/cmTryCompileExec3541084994.dir/SIZEOF_UINT8.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CheckTypeSize/SIZEOF_UINT8.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -o CMakeFiles/cmTryCompileExec3541084994.dir/SIZEOF_UINT8.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CheckTypeSize/SIZEOF_UINT8.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -o CMakeFiles/cmTryCompileExec4143822994.dir/SIZEOF_INT16.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CheckTypeSize/SIZEOF_INT16.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -o CMakeFiles/cmTryCompileExec4143822994.dir/SIZEOF_INT16.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CheckTypeSize/SIZEOF_INT16.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -o CMakeFiles/cmTryCompileExec4156471936.dir/SIZEOF_UINT16.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CheckTypeSize/SIZEOF_UINT16.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -o CMakeFiles/cmTryCompileExec4156471936.dir/SIZEOF_UINT16.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CheckTypeSize/SIZEOF_UINT16.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -o CMakeFiles/cmTryCompileExec4048574651.dir/SIZEOF_INT32.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CheckTypeSize/SIZEOF_INT32.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -o CMakeFiles/cmTryCompileExec4048574651.dir/SIZEOF_INT32.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CheckTypeSize/SIZEOF_INT32.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -o CMakeFiles/cmTryCompileExec710451424.dir/SIZEOF_UINT32.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CheckTypeSize/SIZEOF_UINT32.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -o CMakeFiles/cmTryCompileExec710451424.dir/SIZEOF_UINT32.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CheckTypeSize/SIZEOF_UINT32.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -o CMakeFiles/cmTryCompileExec1226797831.dir/SIZEOF_U_INT32_T.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CheckTypeSize/SIZEOF_U_INT32_T.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -o CMakeFiles/cmTryCompileExec1226797831.dir/SIZEOF_U_INT32_T.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CheckTypeSize/SIZEOF_U_INT32_T.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1226797831.dir/SIZEOF_U_INT32_T.c.o -o cmTryCompileExec1226797831 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1226797831.dir/SIZEOF_U_INT32_T.c.o -o cmTryCompileExec1226797831 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/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_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -o CMakeFiles/cmTryCompileExec1298563011.dir/SIZEOF_INT64.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CheckTypeSize/SIZEOF_INT64.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -o CMakeFiles/cmTryCompileExec1298563011.dir/SIZEOF_INT64.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CheckTypeSize/SIZEOF_INT64.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -o CMakeFiles/cmTryCompileExec1111229235.dir/SIZEOF_UINT64.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CheckTypeSize/SIZEOF_UINT64.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -o CMakeFiles/cmTryCompileExec1111229235.dir/SIZEOF_UINT64.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CheckTypeSize/SIZEOF_UINT64.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -o CMakeFiles/cmTryCompileExec1909484409.dir/SIZEOF_TIME_T.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CheckTypeSize/SIZEOF_TIME_T.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -o CMakeFiles/cmTryCompileExec1909484409.dir/SIZEOF_TIME_T.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CheckTypeSize/SIZEOF_TIME_T.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1909484409.dir/SIZEOF_TIME_T.c.o -o cmTryCompileExec1909484409 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1909484409.dir/SIZEOF_TIME_T.c.o -o cmTryCompileExec1909484409 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/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_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -o CMakeFiles/cmTryCompileExec1102456870.dir/SIZEOF_BOOL.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CheckTypeSize/SIZEOF_BOOL.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -o CMakeFiles/cmTryCompileExec1102456870.dir/SIZEOF_BOOL.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CheckTypeSize/SIZEOF_BOOL.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -o CMakeFiles/cmTryCompileExec3751249007.dir/SIZEOF_SOCKLEN_T.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CheckTypeSize/SIZEOF_SOCKLEN_T.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -o CMakeFiles/cmTryCompileExec3751249007.dir/SIZEOF_SOCKLEN_T.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CheckTypeSize/SIZEOF_SOCKLEN_T.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3751249007.dir/SIZEOF_SOCKLEN_T.c.o -o cmTryCompileExec3751249007 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3751249007.dir/SIZEOF_SOCKLEN_T.c.o -o cmTryCompileExec3751249007 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/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_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DTIME_T_UNSIGNED -o CMakeFiles/cmTryCompileExec3414322099.dir/src.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/src.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DTIME_T_UNSIGNED -o CMakeFiles/cmTryCompileExec3414322099.dir/src.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/src.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_GETADDRINFO -o CMakeFiles/cmTryCompileExec3185036982.dir/src.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/src.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_GETADDRINFO -o CMakeFiles/cmTryCompileExec3185036982.dir/src.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/src.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DHAVE_GETADDRINFO -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3185036982.dir/src.c.o -o cmTryCompileExec3185036982 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_GETADDRINFO -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3185036982.dir/src.c.o -o cmTryCompileExec3185036982 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/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_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_SELECT -o CMakeFiles/cmTryCompileExec3068327588.dir/src.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/src.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_SELECT -o CMakeFiles/cmTryCompileExec3068327588.dir/src.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/src.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DHAVE_SELECT -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3068327588.dir/src.c.o -o cmTryCompileExec3068327588 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_SELECT -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3068327588.dir/src.c.o -o cmTryCompileExec3068327588 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/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_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_TIMESPEC_TS_SEC -o CMakeFiles/cmTryCompileExec3830953512.dir/src.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/src.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_TIMESPEC_TS_SEC -o CMakeFiles/cmTryCompileExec3830953512.dir/src.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/src.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DQSORT_TYPE_IS_VOID -o CMakeFiles/cmTryCompileExec4269437306.dir/src.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/src.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DQSORT_TYPE_IS_VOID -o CMakeFiles/cmTryCompileExec4269437306.dir/src.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/src.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DQSORT_TYPE_IS_VOID -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec4269437306.dir/src.c.o -o cmTryCompileExec4269437306 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DQSORT_TYPE_IS_VOID -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec4269437306.dir/src.c.o -o cmTryCompileExec4269437306 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/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_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_SOCKET_SIZE_T_AS_socklen_t -o CMakeFiles/cmTryCompileExec1982434898.dir/src.cxx.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/src.cxx | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang++ -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_SOCKET_SIZE_T_AS_socklen_t -o CMakeFiles/cmTryCompileExec1982434898.dir/src.cxx.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/src.cxx -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang++ called with: -DHAVE_SOCKET_SIZE_T_AS_socklen_t -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1982434898.dir/src.cxx.o -o cmTryCompileExec1982434898 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang++ -pipe -w -Os -march=native -DHAVE_SOCKET_SIZE_T_AS_socklen_t -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1982434898.dir/src.cxx.o -o cmTryCompileExec1982434898 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/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_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_PTHREAD_YIELD_ZERO_ARG -o CMakeFiles/cmTryCompileExec1499720064.dir/src.cxx.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/src.cxx | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang++ -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_PTHREAD_YIELD_ZERO_ARG -o CMakeFiles/cmTryCompileExec1499720064.dir/src.cxx.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/src.cxx -isystem/usr/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 CMakeFiles/cmTryCompileExec2506640405.dir/stack_direction.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/cmake/stack_direction.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -o CMakeFiles/cmTryCompileExec2506640405.dir/stack_direction.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/cmake/stack_direction.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2506640405.dir/stack_direction.c.o -o cmTryCompileExec2506640405 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2506640405.dir/stack_direction.c.o -o cmTryCompileExec2506640405 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/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_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DSIGNAL_RETURN_TYPE_IS_VOID -o CMakeFiles/cmTryCompileExec1421090321.dir/src.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/src.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DSIGNAL_RETURN_TYPE_IS_VOID -o CMakeFiles/cmTryCompileExec1421090321.dir/src.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/src.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DSIGNAL_RETURN_TYPE_IS_VOID -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1421090321.dir/src.c.o -o cmTryCompileExec1421090321 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DSIGNAL_RETURN_TYPE_IS_VOID -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1421090321.dir/src.c.o -o cmTryCompileExec1421090321 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/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_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -o CMakeFiles/cmTryCompileExec2911764271.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -o CMakeFiles/cmTryCompileExec2911764271.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2911764271.dir/CheckIncludeFiles.c.o -o cmTryCompileExec2911764271 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2911764271.dir/CheckIncludeFiles.c.o -o cmTryCompileExec2911764271 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/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_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -o CMakeFiles/cmTryCompileExec2499998465.dir/CheckSymbolExists.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckSymbolExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -o CMakeFiles/cmTryCompileExec2499998465.dir/CheckSymbolExists.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckSymbolExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2499998465.dir/CheckSymbolExists.c.o -o cmTryCompileExec2499998465 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2499998465.dir/CheckSymbolExists.c.o -o cmTryCompileExec2499998465 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/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_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DC_HAS_inline -o CMakeFiles/cmTryCompileExec2738485502.dir/src.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/src.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DC_HAS_inline -o CMakeFiles/cmTryCompileExec2738485502.dir/src.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/src.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DC_HAS_inline -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2738485502.dir/src.c.o -o cmTryCompileExec2738485502 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DC_HAS_inline -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2738485502.dir/src.c.o -o cmTryCompileExec2738485502 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/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_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_PAUSE_INSTRUCTION -o CMakeFiles/cmTryCompileExec3579161715.dir/src.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/src.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_PAUSE_INSTRUCTION -o CMakeFiles/cmTryCompileExec3579161715.dir/src.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/src.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DHAVE_PAUSE_INSTRUCTION -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3579161715.dir/src.c.o -o cmTryCompileExec3579161715 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_PAUSE_INSTRUCTION -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3579161715.dir/src.c.o -o cmTryCompileExec3579161715 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/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_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -o CMakeFiles/cmTryCompileExec2249022183.dir/CheckSymbolExists.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckSymbolExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -o CMakeFiles/cmTryCompileExec2249022183.dir/CheckSymbolExists.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckSymbolExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2249022183.dir/CheckSymbolExists.c.o -o cmTryCompileExec2249022183 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2249022183.dir/CheckSymbolExists.c.o -o cmTryCompileExec2249022183 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/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_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_POSIX_SIGNALS -o CMakeFiles/cmTryCompileExec2484362301.dir/src.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/src.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_POSIX_SIGNALS -o CMakeFiles/cmTryCompileExec2484362301.dir/src.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/src.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DHAVE_POSIX_SIGNALS -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2484362301.dir/src.c.o -o cmTryCompileExec2484362301 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_POSIX_SIGNALS -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2484362301.dir/src.c.o -o cmTryCompileExec2484362301 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/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_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_BSS_START -o CMakeFiles/cmTryCompileExec2962154117.dir/src.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/src.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_BSS_START -o CMakeFiles/cmTryCompileExec2962154117.dir/src.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/src.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DHAVE_BSS_START -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2962154117.dir/src.c.o -o cmTryCompileExec2962154117 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_BSS_START -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2962154117.dir/src.c.o -o cmTryCompileExec2962154117 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/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_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_WEAK_SYMBOL -o CMakeFiles/cmTryCompileExec2176112476.dir/src.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/src.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_WEAK_SYMBOL -o CMakeFiles/cmTryCompileExec2176112476.dir/src.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/src.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DHAVE_WEAK_SYMBOL -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2176112476.dir/src.c.o -o cmTryCompileExec2176112476 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_WEAK_SYMBOL -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2176112476.dir/src.c.o -o cmTryCompileExec2176112476 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/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_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_CXX_NEW -o CMakeFiles/cmTryCompileExec3793089989.dir/src.cxx.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/src.cxx | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang++ -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_CXX_NEW -o CMakeFiles/cmTryCompileExec3793089989.dir/src.cxx.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/src.cxx -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang++ called with: -DHAVE_CXX_NEW -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3793089989.dir/src.cxx.o -o cmTryCompileExec3793089989 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang++ -pipe -w -Os -march=native -DHAVE_CXX_NEW -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3793089989.dir/src.cxx.o -o cmTryCompileExec3793089989 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/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_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_SOLARIS_STYLE_GETHOST -o CMakeFiles/cmTryCompileExec1895504852.dir/src.cxx.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/src.cxx | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang++ -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_SOLARIS_STYLE_GETHOST -o CMakeFiles/cmTryCompileExec1895504852.dir/src.cxx.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/src.cxx -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -o CMakeFiles/cmTryCompileExec4240882114.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -o CMakeFiles/cmTryCompileExec4240882114.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec4240882114.dir/CheckIncludeFiles.c.o -o cmTryCompileExec4240882114 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec4240882114.dir/CheckIncludeFiles.c.o -o cmTryCompileExec4240882114 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/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_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -o CMakeFiles/cmTryCompileExec4111517720.dir/CheckIncludeFile.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFile.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -o CMakeFiles/cmTryCompileExec4111517720.dir/CheckIncludeFile.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFile.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -o CMakeFiles/cmTryCompileExec4017038622.dir/SIZEOF_SOCKADDR_IN6.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CheckTypeSize/SIZEOF_SOCKADDR_IN6.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -o CMakeFiles/cmTryCompileExec4017038622.dir/SIZEOF_SOCKADDR_IN6.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CheckTypeSize/SIZEOF_SOCKADDR_IN6.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec4017038622.dir/SIZEOF_SOCKADDR_IN6.c.o -o cmTryCompileExec4017038622 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec4017038622.dir/SIZEOF_SOCKADDR_IN6.c.o -o cmTryCompileExec4017038622 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/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_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -o CMakeFiles/cmTryCompileExec286594470.dir/SIZEOF_IN6_ADDR.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CheckTypeSize/SIZEOF_IN6_ADDR.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -o CMakeFiles/cmTryCompileExec286594470.dir/SIZEOF_IN6_ADDR.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CheckTypeSize/SIZEOF_IN6_ADDR.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec286594470.dir/SIZEOF_IN6_ADDR.c.o -o cmTryCompileExec286594470 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec286594470.dir/SIZEOF_IN6_ADDR.c.o -o cmTryCompileExec286594470 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/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_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_SOCKADDR_STORAGE_SS_FAMILY -o CMakeFiles/cmTryCompileExec2308927062.dir/src.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/src.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_SOCKADDR_STORAGE_SS_FAMILY -o CMakeFiles/cmTryCompileExec2308927062.dir/src.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/src.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DHAVE_SOCKADDR_STORAGE_SS_FAMILY -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2308927062.dir/src.c.o -o cmTryCompileExec2308927062 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_SOCKADDR_STORAGE_SS_FAMILY -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2308927062.dir/src.c.o -o cmTryCompileExec2308927062 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/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_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_SOCKADDR_IN_SIN_LEN -o CMakeFiles/cmTryCompileExec3495596278.dir/src.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/src.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_SOCKADDR_IN_SIN_LEN -o CMakeFiles/cmTryCompileExec3495596278.dir/src.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/src.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DHAVE_SOCKADDR_IN_SIN_LEN -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3495596278.dir/src.c.o -o cmTryCompileExec3495596278 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_SOCKADDR_IN_SIN_LEN -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3495596278.dir/src.c.o -o cmTryCompileExec3495596278 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/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_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_SOCKADDR_IN6_SIN6_LEN -o CMakeFiles/cmTryCompileExec1879642484.dir/src.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/src.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_SOCKADDR_IN6_SIN6_LEN -o CMakeFiles/cmTryCompileExec1879642484.dir/src.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/src.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DHAVE_SOCKADDR_IN6_SIN6_LEN -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1879642484.dir/src.c.o -o cmTryCompileExec1879642484 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_SOCKADDR_IN6_SIN6_LEN -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1879642484.dir/src.c.o -o cmTryCompileExec1879642484 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/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_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DSTRUCT_DIRENT_HAS_D_INO -o CMakeFiles/cmTryCompileExec1042640204.dir/src.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/src.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DSTRUCT_DIRENT_HAS_D_INO -o CMakeFiles/cmTryCompileExec1042640204.dir/src.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/src.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DSTRUCT_DIRENT_HAS_D_INO -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1042640204.dir/src.c.o -o cmTryCompileExec1042640204 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DSTRUCT_DIRENT_HAS_D_INO -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1042640204.dir/src.c.o -o cmTryCompileExec1042640204 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/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_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DSTRUCT_DIRENT_HAS_D_NAMLEN -o CMakeFiles/cmTryCompileExec1422359764.dir/src.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/src.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DSTRUCT_DIRENT_HAS_D_NAMLEN -o CMakeFiles/cmTryCompileExec1422359764.dir/src.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/src.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DSTRUCT_DIRENT_HAS_D_NAMLEN -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1422359764.dir/src.c.o -o cmTryCompileExec1422359764 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DSTRUCT_DIRENT_HAS_D_NAMLEN -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1422359764.dir/src.c.o -o cmTryCompileExec1422359764 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/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_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -o CMakeFiles/cmTryCompileExec1318920212.dir/CheckIncludeFile.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFile.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -o CMakeFiles/cmTryCompileExec1318920212.dir/CheckIncludeFile.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFile.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DCHECK_FUNCTION_EXISTS=crc32 -o CMakeFiles/cmTryCompileExec3998925822.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DCHECK_FUNCTION_EXISTS=crc32 -o CMakeFiles/cmTryCompileExec3998925822.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=crc32 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3998925822.dir/CheckFunctionExists.c.o -o cmTryCompileExec3998925822 -lz | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=crc32 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3998925822.dir/CheckFunctionExists.c.o -o cmTryCompileExec3998925822 -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: -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DCHECK_FUNCTION_EXISTS=compressBound -o CMakeFiles/cmTryCompileExec27243267.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DCHECK_FUNCTION_EXISTS=compressBound -o CMakeFiles/cmTryCompileExec27243267.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=compressBound -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec27243267.dir/CheckFunctionExists.c.o -o cmTryCompileExec27243267 -lz | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=compressBound -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec27243267.dir/CheckFunctionExists.c.o -o cmTryCompileExec27243267 -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: -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DCHECK_FUNCTION_EXISTS=deflateBound -o CMakeFiles/cmTryCompileExec1953418486.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DCHECK_FUNCTION_EXISTS=deflateBound -o CMakeFiles/cmTryCompileExec1953418486.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=deflateBound -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1953418486.dir/CheckFunctionExists.c.o -o cmTryCompileExec1953418486 -lz | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=deflateBound -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1953418486.dir/CheckFunctionExists.c.o -o cmTryCompileExec1953418486 -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: -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/local/opt/openssl/include -o CMakeFiles/cmTryCompileExec2635980495.dir/CheckSymbolExists.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckSymbolExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/local/opt/openssl/include -o CMakeFiles/cmTryCompileExec2635980495.dir/CheckSymbolExists.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckSymbolExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2635980495.dir/CheckSymbolExists.c.o -o cmTryCompileExec2635980495 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2635980495.dir/CheckSymbolExists.c.o -o cmTryCompileExec2635980495 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/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_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/local/opt/openssl/include -o CMakeFiles/cmTryCompileExec3006016802.dir/SIZEOF_MBSTATE_T.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CheckTypeSize/SIZEOF_MBSTATE_T.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/local/opt/openssl/include -o CMakeFiles/cmTryCompileExec3006016802.dir/SIZEOF_MBSTATE_T.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CheckTypeSize/SIZEOF_MBSTATE_T.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3006016802.dir/SIZEOF_MBSTATE_T.c.o -o cmTryCompileExec3006016802 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3006016802.dir/SIZEOF_MBSTATE_T.c.o -o cmTryCompileExec3006016802 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/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_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_LANGINFO_CODESET -I/usr/local/opt/openssl/include -o CMakeFiles/cmTryCompileExec2831189813.dir/src.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/src.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_LANGINFO_CODESET -I/usr/local/opt/openssl/include -o CMakeFiles/cmTryCompileExec2831189813.dir/src.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/src.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DHAVE_LANGINFO_CODESET -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2831189813.dir/src.c.o -o cmTryCompileExec2831189813 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_LANGINFO_CODESET -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2831189813.dir/src.c.o -o cmTryCompileExec2831189813 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/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_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DCHECK_FUNCTION_EXISTS=mbrlen -I/usr/local/opt/openssl/include -o CMakeFiles/cmTryCompileExec2455591186.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DCHECK_FUNCTION_EXISTS=mbrlen -I/usr/local/opt/openssl/include -o CMakeFiles/cmTryCompileExec2455591186.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=mbrlen -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2455591186.dir/CheckFunctionExists.c.o -o cmTryCompileExec2455591186 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=mbrlen -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2455591186.dir/CheckFunctionExists.c.o -o cmTryCompileExec2455591186 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/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_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DCHECK_FUNCTION_EXISTS=mbscmp -I/usr/local/opt/openssl/include -o CMakeFiles/cmTryCompileExec1425050852.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DCHECK_FUNCTION_EXISTS=mbscmp -I/usr/local/opt/openssl/include -o CMakeFiles/cmTryCompileExec1425050852.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=mbscmp -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1425050852.dir/CheckFunctionExists.c.o -o cmTryCompileExec1425050852 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=mbscmp -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1425050852.dir/CheckFunctionExists.c.o -o cmTryCompileExec1425050852 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/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_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DCHECK_FUNCTION_EXISTS=mbsrtowcs -I/usr/local/opt/openssl/include -o CMakeFiles/cmTryCompileExec2048244633.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DCHECK_FUNCTION_EXISTS=mbsrtowcs -I/usr/local/opt/openssl/include -o CMakeFiles/cmTryCompileExec2048244633.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=mbsrtowcs -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2048244633.dir/CheckFunctionExists.c.o -o cmTryCompileExec2048244633 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=mbsrtowcs -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2048244633.dir/CheckFunctionExists.c.o -o cmTryCompileExec2048244633 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/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_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DCHECK_FUNCTION_EXISTS=wcrtomb -I/usr/local/opt/openssl/include -o CMakeFiles/cmTryCompileExec32454492.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DCHECK_FUNCTION_EXISTS=wcrtomb -I/usr/local/opt/openssl/include -o CMakeFiles/cmTryCompileExec32454492.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=wcrtomb -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec32454492.dir/CheckFunctionExists.c.o -o cmTryCompileExec32454492 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=wcrtomb -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec32454492.dir/CheckFunctionExists.c.o -o cmTryCompileExec32454492 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/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_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DCHECK_FUNCTION_EXISTS=mbrtowc -I/usr/local/opt/openssl/include -o CMakeFiles/cmTryCompileExec429775821.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DCHECK_FUNCTION_EXISTS=mbrtowc -I/usr/local/opt/openssl/include -o CMakeFiles/cmTryCompileExec429775821.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=mbrtowc -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec429775821.dir/CheckFunctionExists.c.o -o cmTryCompileExec429775821 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=mbrtowc -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec429775821.dir/CheckFunctionExists.c.o -o cmTryCompileExec429775821 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/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_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DCHECK_FUNCTION_EXISTS=wcscoll -I/usr/local/opt/openssl/include -o CMakeFiles/cmTryCompileExec3024258255.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DCHECK_FUNCTION_EXISTS=wcscoll -I/usr/local/opt/openssl/include -o CMakeFiles/cmTryCompileExec3024258255.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=wcscoll -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3024258255.dir/CheckFunctionExists.c.o -o cmTryCompileExec3024258255 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=wcscoll -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3024258255.dir/CheckFunctionExists.c.o -o cmTryCompileExec3024258255 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/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_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DCHECK_FUNCTION_EXISTS=wcsdup -I/usr/local/opt/openssl/include -o CMakeFiles/cmTryCompileExec1362583627.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DCHECK_FUNCTION_EXISTS=wcsdup -I/usr/local/opt/openssl/include -o CMakeFiles/cmTryCompileExec1362583627.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=wcsdup -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1362583627.dir/CheckFunctionExists.c.o -o cmTryCompileExec1362583627 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=wcsdup -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1362583627.dir/CheckFunctionExists.c.o -o cmTryCompileExec1362583627 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/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_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DCHECK_FUNCTION_EXISTS=wcwidth -I/usr/local/opt/openssl/include -o CMakeFiles/cmTryCompileExec3781077416.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DCHECK_FUNCTION_EXISTS=wcwidth -I/usr/local/opt/openssl/include -o CMakeFiles/cmTryCompileExec3781077416.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=wcwidth -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3781077416.dir/CheckFunctionExists.c.o -o cmTryCompileExec3781077416 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=wcwidth -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3781077416.dir/CheckFunctionExists.c.o -o cmTryCompileExec3781077416 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/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_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DCHECK_FUNCTION_EXISTS=wctype -I/usr/local/opt/openssl/include -o CMakeFiles/cmTryCompileExec410837541.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DCHECK_FUNCTION_EXISTS=wctype -I/usr/local/opt/openssl/include -o CMakeFiles/cmTryCompileExec410837541.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=wctype -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec410837541.dir/CheckFunctionExists.c.o -o cmTryCompileExec410837541 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=wctype -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec410837541.dir/CheckFunctionExists.c.o -o cmTryCompileExec410837541 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/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_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DCHECK_FUNCTION_EXISTS=iswlower -I/usr/local/opt/openssl/include -o CMakeFiles/cmTryCompileExec1183083759.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DCHECK_FUNCTION_EXISTS=iswlower -I/usr/local/opt/openssl/include -o CMakeFiles/cmTryCompileExec1183083759.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=iswlower -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1183083759.dir/CheckFunctionExists.c.o -o cmTryCompileExec1183083759 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=iswlower -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1183083759.dir/CheckFunctionExists.c.o -o cmTryCompileExec1183083759 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/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_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DCHECK_FUNCTION_EXISTS=iswupper -I/usr/local/opt/openssl/include -o CMakeFiles/cmTryCompileExec1764024709.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DCHECK_FUNCTION_EXISTS=iswupper -I/usr/local/opt/openssl/include -o CMakeFiles/cmTryCompileExec1764024709.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=iswupper -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1764024709.dir/CheckFunctionExists.c.o -o cmTryCompileExec1764024709 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=iswupper -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1764024709.dir/CheckFunctionExists.c.o -o cmTryCompileExec1764024709 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/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_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DCHECK_FUNCTION_EXISTS=towlower -I/usr/local/opt/openssl/include -o CMakeFiles/cmTryCompileExec274711034.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DCHECK_FUNCTION_EXISTS=towlower -I/usr/local/opt/openssl/include -o CMakeFiles/cmTryCompileExec274711034.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=towlower -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec274711034.dir/CheckFunctionExists.c.o -o cmTryCompileExec274711034 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=towlower -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec274711034.dir/CheckFunctionExists.c.o -o cmTryCompileExec274711034 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/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_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DCHECK_FUNCTION_EXISTS=towupper -I/usr/local/opt/openssl/include -o CMakeFiles/cmTryCompileExec465239586.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DCHECK_FUNCTION_EXISTS=towupper -I/usr/local/opt/openssl/include -o CMakeFiles/cmTryCompileExec465239586.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=towupper -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec465239586.dir/CheckFunctionExists.c.o -o cmTryCompileExec465239586 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=towupper -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec465239586.dir/CheckFunctionExists.c.o -o cmTryCompileExec465239586 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/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_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DCHECK_FUNCTION_EXISTS=iswctype -I/usr/local/opt/openssl/include -o CMakeFiles/cmTryCompileExec2574426226.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DCHECK_FUNCTION_EXISTS=iswctype -I/usr/local/opt/openssl/include -o CMakeFiles/cmTryCompileExec2574426226.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=iswctype -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2574426226.dir/CheckFunctionExists.c.o -o cmTryCompileExec2574426226 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=iswctype -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2574426226.dir/CheckFunctionExists.c.o -o cmTryCompileExec2574426226 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/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_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/local/opt/openssl/include -o CMakeFiles/cmTryCompileExec2724669452.dir/SIZEOF_WCHAR_T.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CheckTypeSize/SIZEOF_WCHAR_T.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/local/opt/openssl/include -o CMakeFiles/cmTryCompileExec2724669452.dir/SIZEOF_WCHAR_T.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CheckTypeSize/SIZEOF_WCHAR_T.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2724669452.dir/SIZEOF_WCHAR_T.c.o -o cmTryCompileExec2724669452 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2724669452.dir/SIZEOF_WCHAR_T.c.o -o cmTryCompileExec2724669452 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/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_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/local/opt/openssl/include -o CMakeFiles/cmTryCompileExec2437660447.dir/SIZEOF_WCTYPE_T.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CheckTypeSize/SIZEOF_WCTYPE_T.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/local/opt/openssl/include -o CMakeFiles/cmTryCompileExec2437660447.dir/SIZEOF_WCTYPE_T.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CheckTypeSize/SIZEOF_WCTYPE_T.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2437660447.dir/SIZEOF_WCTYPE_T.c.o -o cmTryCompileExec2437660447 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2437660447.dir/SIZEOF_WCTYPE_T.c.o -o cmTryCompileExec2437660447 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/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_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/local/opt/openssl/include -o CMakeFiles/cmTryCompileExec2203626320.dir/SIZEOF_WINT_T.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CheckTypeSize/SIZEOF_WINT_T.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/local/opt/openssl/include -o CMakeFiles/cmTryCompileExec2203626320.dir/SIZEOF_WINT_T.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CheckTypeSize/SIZEOF_WINT_T.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2203626320.dir/SIZEOF_WINT_T.c.o -o cmTryCompileExec2203626320 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2203626320.dir/SIZEOF_WINT_T.c.o -o cmTryCompileExec2203626320 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/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_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DCHECK_FUNCTION_EXISTS=setupterm -o CMakeFiles/cmTryCompileExec3854275102.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DCHECK_FUNCTION_EXISTS=setupterm -o CMakeFiles/cmTryCompileExec3854275102.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=setupterm -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3854275102.dir/CheckFunctionExists.c.o -o cmTryCompileExec3854275102 /usr/lib/libcurses.dylib | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=setupterm -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3854275102.dir/CheckFunctionExists.c.o -o cmTryCompileExec3854275102 /usr/lib/libcurses.dylib -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/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_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DCHECK_FUNCTION_EXISTS=vidattr -o CMakeFiles/cmTryCompileExec1156769713.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DCHECK_FUNCTION_EXISTS=vidattr -o CMakeFiles/cmTryCompileExec1156769713.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=vidattr -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1156769713.dir/CheckFunctionExists.c.o -o cmTryCompileExec1156769713 /usr/lib/libcurses.dylib | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=vidattr -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1156769713.dir/CheckFunctionExists.c.o -o cmTryCompileExec1156769713 /usr/lib/libcurses.dylib -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/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_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DCHECK_FUNCTION_EXISTS=malloc_stats_print -o CMakeFiles/cmTryCompileExec516297102.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DCHECK_FUNCTION_EXISTS=malloc_stats_print -o CMakeFiles/cmTryCompileExec516297102.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=malloc_stats_print -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec516297102.dir/CheckFunctionExists.c.o -o cmTryCompileExec516297102 -ljemalloc | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=malloc_stats_print -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec516297102.dir/CheckFunctionExists.c.o -o cmTryCompileExec516297102 -ljemalloc -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/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_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DCHECK_FUNCTION_EXISTS=pcre_stack_guard -o CMakeFiles/cmTryCompileExec1359600369.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DCHECK_FUNCTION_EXISTS=pcre_stack_guard -o CMakeFiles/cmTryCompileExec1359600369.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=pcre_stack_guard -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1359600369.dir/CheckFunctionExists.c.o -o cmTryCompileExec1359600369 -lpcre | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=pcre_stack_guard -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1359600369.dir/CheckFunctionExists.c.o -o cmTryCompileExec1359600369 -lpcre -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/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_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_WVLA -Wvla -o CMakeFiles/cmTryCompileExec3952187018.dir/src.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/src.c | |
superenv removed: -Wvla | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_WVLA -o CMakeFiles/cmTryCompileExec3952187018.dir/src.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/src.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DHAVE_WVLA -Wvla -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3952187018.dir/src.c.o -o cmTryCompileExec3952187018 | |
superenv removed: -Wvla | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_WVLA -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3952187018.dir/src.c.o -o cmTryCompileExec3952187018 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/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_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DCASSANDRASE_OK -I/usr/local/include/thrift/.. -o CMakeFiles/cmTryCompileExec2028684907.dir/src.cxx.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/src.cxx | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang++ -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DCASSANDRASE_OK -I/usr/local/include/thrift/.. -o CMakeFiles/cmTryCompileExec2028684907.dir/src.cxx.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/src.cxx -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang++ called with: -DCASSANDRASE_OK -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2028684907.dir/src.cxx.o -o cmTryCompileExec2028684907 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang++ -pipe -w -Os -march=native -DCASSANDRASE_OK -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2028684907.dir/src.cxx.o -o cmTryCompileExec2028684907 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/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_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -fpermissive -fexceptions -fPIC -DODBC_OK -I/usr/local/include -o CMakeFiles/cmTryCompileExec4273192606.dir/src.cxx.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/src.cxx | |
superenv removed: -I/usr/local/include | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang++ -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -fpermissive -fexceptions -fPIC -DODBC_OK -o CMakeFiles/cmTryCompileExec4273192606.dir/src.cxx.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/src.cxx -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang++ called with: -fpermissive -fexceptions -fPIC -DODBC_OK -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec4273192606.dir/src.cxx.o -o cmTryCompileExec4273192606 /usr/local/lib/libodbc.dylib | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang++ -pipe -w -Os -march=native -fpermissive -fexceptions -fPIC -DODBC_OK -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec4273192606.dir/src.cxx.o -o cmTryCompileExec4273192606 /usr/local/lib/libodbc.dylib -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/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_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DCHECK_FUNCTION_EXISTS=sched_getcpu -o CMakeFiles/cmTryCompileExec264327278.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DCHECK_FUNCTION_EXISTS=sched_getcpu -o CMakeFiles/cmTryCompileExec264327278.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=sched_getcpu -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec264327278.dir/CheckFunctionExists.c.o -o cmTryCompileExec264327278 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=sched_getcpu -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec264327278.dir/CheckFunctionExists.c.o -o cmTryCompileExec264327278 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/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_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_IB_GCC_ATOMIC_BUILTINS -o CMakeFiles/cmTryCompileExec3757555144.dir/src.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/src.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_IB_GCC_ATOMIC_BUILTINS -o CMakeFiles/cmTryCompileExec3757555144.dir/src.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/src.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DHAVE_IB_GCC_ATOMIC_BUILTINS -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3757555144.dir/src.c.o -o cmTryCompileExec3757555144 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_IB_GCC_ATOMIC_BUILTINS -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3757555144.dir/src.c.o -o cmTryCompileExec3757555144 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/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_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_IB_GCC_ATOMIC_BUILTINS_BYTE -o CMakeFiles/cmTryCompileExec2058657486.dir/src.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/src.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_IB_GCC_ATOMIC_BUILTINS_BYTE -o CMakeFiles/cmTryCompileExec2058657486.dir/src.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/src.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DHAVE_IB_GCC_ATOMIC_BUILTINS_BYTE -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2058657486.dir/src.c.o -o cmTryCompileExec2058657486 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_IB_GCC_ATOMIC_BUILTINS_BYTE -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2058657486.dir/src.c.o -o cmTryCompileExec2058657486 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/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_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_IB_GCC_ATOMIC_BUILTINS_64 -o CMakeFiles/cmTryCompileExec3766960826.dir/src.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/src.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_IB_GCC_ATOMIC_BUILTINS_64 -o CMakeFiles/cmTryCompileExec3766960826.dir/src.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/src.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DHAVE_IB_GCC_ATOMIC_BUILTINS_64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3766960826.dir/src.c.o -o cmTryCompileExec3766960826 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_IB_GCC_ATOMIC_BUILTINS_64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3766960826.dir/src.c.o -o cmTryCompileExec3766960826 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/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_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_IB_GCC_SYNC_SYNCHRONISE -o CMakeFiles/cmTryCompileExec2619044311.dir/src.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/src.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_IB_GCC_SYNC_SYNCHRONISE -o CMakeFiles/cmTryCompileExec2619044311.dir/src.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/src.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DHAVE_IB_GCC_SYNC_SYNCHRONISE -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2619044311.dir/src.c.o -o cmTryCompileExec2619044311 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_IB_GCC_SYNC_SYNCHRONISE -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2619044311.dir/src.c.o -o cmTryCompileExec2619044311 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/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_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_IB_GCC_ATOMIC_THREAD_FENCE -o CMakeFiles/cmTryCompileExec1458660185.dir/src.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/src.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_IB_GCC_ATOMIC_THREAD_FENCE -o CMakeFiles/cmTryCompileExec1458660185.dir/src.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/src.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DHAVE_IB_GCC_ATOMIC_THREAD_FENCE -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1458660185.dir/src.c.o -o cmTryCompileExec1458660185 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_IB_GCC_ATOMIC_THREAD_FENCE -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1458660185.dir/src.c.o -o cmTryCompileExec1458660185 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/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_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_IB_ATOMIC_PTHREAD_T_GCC -o CMakeFiles/cmTryCompileExec1593534283.dir/src.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/src.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_IB_ATOMIC_PTHREAD_T_GCC -o CMakeFiles/cmTryCompileExec1593534283.dir/src.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/src.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DHAVE_IB_ATOMIC_PTHREAD_T_GCC -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1593534283.dir/src.c.o -o cmTryCompileExec1593534283 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_IB_ATOMIC_PTHREAD_T_GCC -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1593534283.dir/src.c.o -o cmTryCompileExec1593534283 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/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_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DCHECK_FUNCTION_EXISTS=asprintf -o CMakeFiles/cmTryCompileExec4290649397.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DCHECK_FUNCTION_EXISTS=asprintf -o CMakeFiles/cmTryCompileExec4290649397.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=asprintf -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec4290649397.dir/CheckFunctionExists.c.o -o cmTryCompileExec4290649397 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=asprintf -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec4290649397.dir/CheckFunctionExists.c.o -o cmTryCompileExec4290649397 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/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_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -o CMakeFiles/cmTryCompileExec2926912929.dir/SIZEOF_PTHREAD_T.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CheckTypeSize/SIZEOF_PTHREAD_T.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -o CMakeFiles/cmTryCompileExec2926912929.dir/SIZEOF_PTHREAD_T.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CheckTypeSize/SIZEOF_PTHREAD_T.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2926912929.dir/SIZEOF_PTHREAD_T.c.o -o cmTryCompileExec2926912929 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2926912929.dir/SIZEOF_PTHREAD_T.c.o -o cmTryCompileExec2926912929 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/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_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -o CMakeFiles/cmTryCompileExec3914330885.dir/CMAKE_SIZEOF_UNSIGNED_SHORT.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CheckTypeSize/CMAKE_SIZEOF_UNSIGNED_SHORT.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -o CMakeFiles/cmTryCompileExec3914330885.dir/CMAKE_SIZEOF_UNSIGNED_SHORT.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CheckTypeSize/CMAKE_SIZEOF_UNSIGNED_SHORT.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3914330885.dir/CMAKE_SIZEOF_UNSIGNED_SHORT.c.o -o cmTryCompileExec3914330885 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3914330885.dir/CMAKE_SIZEOF_UNSIGNED_SHORT.c.o -o cmTryCompileExec3914330885 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o CMakeFiles/cmTryCompileExec189600098.dir/TestEndianess.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/TestEndianess.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -o CMakeFiles/cmTryCompileExec189600098.dir/TestEndianess.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/TestEndianess.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec189600098.dir/TestEndianess.c.o -o cmTryCompileExec189600098 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec189600098.dir/TestEndianess.c.o -o cmTryCompileExec189600098 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/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_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -o CMakeFiles/cmTryCompileExec3368991413.dir/CheckIncludeFile.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFile.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -o CMakeFiles/cmTryCompileExec3368991413.dir/CheckIncludeFile.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFile.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3368991413.dir/CheckIncludeFile.c.o -o cmTryCompileExec3368991413 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3368991413.dir/CheckIncludeFile.c.o -o cmTryCompileExec3368991413 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/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_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -o CMakeFiles/cmTryCompileExec468594376.dir/CheckIncludeFile.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFile.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -o CMakeFiles/cmTryCompileExec468594376.dir/CheckIncludeFile.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFile.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec468594376.dir/CheckIncludeFile.c.o -o cmTryCompileExec468594376 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec468594376.dir/CheckIncludeFile.c.o -o cmTryCompileExec468594376 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/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_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -o CMakeFiles/cmTryCompileExec3247190330.dir/CheckIncludeFile.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFile.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -o CMakeFiles/cmTryCompileExec3247190330.dir/CheckIncludeFile.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFile.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3247190330.dir/CheckIncludeFile.c.o -o cmTryCompileExec3247190330 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3247190330.dir/CheckIncludeFile.c.o -o cmTryCompileExec3247190330 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/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_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -o CMakeFiles/cmTryCompileExec1643647488.dir/CheckIncludeFile.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFile.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -o CMakeFiles/cmTryCompileExec1643647488.dir/CheckIncludeFile.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFile.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1643647488.dir/CheckIncludeFile.c.o -o cmTryCompileExec1643647488 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1643647488.dir/CheckIncludeFile.c.o -o cmTryCompileExec1643647488 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/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_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -o CMakeFiles/cmTryCompileExec4168066401.dir/CheckIncludeFile.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFile.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -o CMakeFiles/cmTryCompileExec4168066401.dir/CheckIncludeFile.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFile.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec4168066401.dir/CheckIncludeFile.c.o -o cmTryCompileExec4168066401 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec4168066401.dir/CheckIncludeFile.c.o -o cmTryCompileExec4168066401 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/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_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DCHECK_FUNCTION_EXISTS=_strnicmp -o CMakeFiles/cmTryCompileExec453160757.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DCHECK_FUNCTION_EXISTS=_strnicmp -o CMakeFiles/cmTryCompileExec453160757.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=_strnicmp -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec453160757.dir/CheckFunctionExists.c.o -o cmTryCompileExec453160757 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=_strnicmp -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec453160757.dir/CheckFunctionExists.c.o -o cmTryCompileExec453160757 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/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_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DCHECK_FUNCTION_EXISTS=_strtoui64 -o CMakeFiles/cmTryCompileExec3421186426.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DCHECK_FUNCTION_EXISTS=_strtoui64 -o CMakeFiles/cmTryCompileExec3421186426.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=_strtoui64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3421186426.dir/CheckFunctionExists.c.o -o cmTryCompileExec3421186426 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=_strtoui64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3421186426.dir/CheckFunctionExists.c.o -o cmTryCompileExec3421186426 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/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_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DCHECK_FUNCTION_EXISTS=close -o CMakeFiles/cmTryCompileExec3902586474.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DCHECK_FUNCTION_EXISTS=close -o CMakeFiles/cmTryCompileExec3902586474.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=close -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3902586474.dir/CheckFunctionExists.c.o -o cmTryCompileExec3902586474 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=close -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3902586474.dir/CheckFunctionExists.c.o -o cmTryCompileExec3902586474 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/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_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DCHECK_FUNCTION_EXISTS=mkostemp -o CMakeFiles/cmTryCompileExec972382996.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DCHECK_FUNCTION_EXISTS=mkostemp -o CMakeFiles/cmTryCompileExec972382996.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=mkostemp -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec972382996.dir/CheckFunctionExists.c.o -o cmTryCompileExec972382996 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=mkostemp -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec972382996.dir/CheckFunctionExists.c.o -o cmTryCompileExec972382996 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/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_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DCHECK_FUNCTION_EXISTS=open -o CMakeFiles/cmTryCompileExec1998406967.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DCHECK_FUNCTION_EXISTS=open -o CMakeFiles/cmTryCompileExec1998406967.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=open -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1998406967.dir/CheckFunctionExists.c.o -o cmTryCompileExec1998406967 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=open -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1998406967.dir/CheckFunctionExists.c.o -o cmTryCompileExec1998406967 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/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_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DCHECK_FUNCTION_EXISTS=read -o CMakeFiles/cmTryCompileExec1712557049.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DCHECK_FUNCTION_EXISTS=read -o CMakeFiles/cmTryCompileExec1712557049.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=read -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1712557049.dir/CheckFunctionExists.c.o -o cmTryCompileExec1712557049 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=read -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1712557049.dir/CheckFunctionExists.c.o -o cmTryCompileExec1712557049 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/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_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DCHECK_FUNCTION_EXISTS=write -o CMakeFiles/cmTryCompileExec2652742604.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DCHECK_FUNCTION_EXISTS=write -o CMakeFiles/cmTryCompileExec2652742604.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=write -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2652742604.dir/CheckFunctionExists.c.o -o cmTryCompileExec2652742604 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=write -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2652742604.dir/CheckFunctionExists.c.o -o cmTryCompileExec2652742604 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/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_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -o CMakeFiles/cmTryCompileExec1293320235.dir/CheckSymbolExists.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckSymbolExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -o CMakeFiles/cmTryCompileExec1293320235.dir/CheckSymbolExists.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckSymbolExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1293320235.dir/CheckSymbolExists.c.o -o cmTryCompileExec1293320235 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1293320235.dir/CheckSymbolExists.c.o -o cmTryCompileExec1293320235 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/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_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DCHECK_FUNCTION_EXISTS=dlopen -o CMakeFiles/cmTryCompileExec3976605302.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DCHECK_FUNCTION_EXISTS=dlopen -o CMakeFiles/cmTryCompileExec3976605302.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=dlopen -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3976605302.dir/CheckFunctionExists.c.o -o cmTryCompileExec3976605302 -ldl | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=dlopen -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3976605302.dir/CheckFunctionExists.c.o -o cmTryCompileExec3976605302 -ldl -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/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_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DCHECK_FUNCTION_EXISTS=backtrace -o CMakeFiles/cmTryCompileExec3040046709.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DCHECK_FUNCTION_EXISTS=backtrace -o CMakeFiles/cmTryCompileExec3040046709.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=backtrace -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3040046709.dir/CheckFunctionExists.c.o -o cmTryCompileExec3040046709 -lexecinfo | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=backtrace -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3040046709.dir/CheckFunctionExists.c.o -o cmTryCompileExec3040046709 -lexecinfo -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/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_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DCHECK_FUNCTION_EXISTS=clock_gettime -o CMakeFiles/cmTryCompileExec4085143921.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DCHECK_FUNCTION_EXISTS=clock_gettime -o CMakeFiles/cmTryCompileExec4085143921.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=clock_gettime -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec4085143921.dir/CheckFunctionExists.c.o -o cmTryCompileExec4085143921 -lrt | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=clock_gettime -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec4085143921.dir/CheckFunctionExists.c.o -o cmTryCompileExec4085143921 -lrt -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/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_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DCHECK_FUNCTION_EXISTS=sincos -o CMakeFiles/cmTryCompileExec3555380514.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DCHECK_FUNCTION_EXISTS=sincos -o CMakeFiles/cmTryCompileExec3555380514.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=sincos -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3555380514.dir/CheckFunctionExists.c.o -o cmTryCompileExec3555380514 -lm | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=sincos -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3555380514.dir/CheckFunctionExists.c.o -o cmTryCompileExec3555380514 -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/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_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DCHECK_FUNCTION_EXISTS=__cxa_begin_catch -o CMakeFiles/cmTryCompileExec534400840.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DCHECK_FUNCTION_EXISTS=__cxa_begin_catch -o CMakeFiles/cmTryCompileExec534400840.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=__cxa_begin_catch -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec534400840.dir/CheckFunctionExists.c.o -o cmTryCompileExec534400840 -lstdc++ | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=__cxa_begin_catch -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec534400840.dir/CheckFunctionExists.c.o -o cmTryCompileExec534400840 -lstdc++ -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/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_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -o CMakeFiles/cmTryCompileExec3945948696.dir/CheckIncludeFile.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFile.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -o CMakeFiles/cmTryCompileExec3945948696.dir/CheckIncludeFile.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFile.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3945948696.dir/CheckIncludeFile.c.o -o cmTryCompileExec3945948696 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3945948696.dir/CheckIncludeFile.c.o -o cmTryCompileExec3945948696 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/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_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DCHECK_FUNCTION_EXISTS=pthread_mutex_init -o CMakeFiles/cmTryCompileExec3833472654.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DCHECK_FUNCTION_EXISTS=pthread_mutex_init -o CMakeFiles/cmTryCompileExec3833472654.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=pthread_mutex_init -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3833472654.dir/CheckFunctionExists.c.o -o cmTryCompileExec3833472654 -lpthread | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=pthread_mutex_init -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3833472654.dir/CheckFunctionExists.c.o -o cmTryCompileExec3833472654 -lpthread -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/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_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DCHECK_FUNCTION_EXISTS=pthread_mutexattr_setpshared -o CMakeFiles/cmTryCompileExec2041074394.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DCHECK_FUNCTION_EXISTS=pthread_mutexattr_setpshared -o CMakeFiles/cmTryCompileExec2041074394.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=pthread_mutexattr_setpshared -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2041074394.dir/CheckFunctionExists.c.o -o cmTryCompileExec2041074394 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=pthread_mutexattr_setpshared -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2041074394.dir/CheckFunctionExists.c.o -o cmTryCompileExec2041074394 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/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_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DCHECK_FUNCTION_EXISTS=pthread_condattr_setpshared -o CMakeFiles/cmTryCompileExec1063223399.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DCHECK_FUNCTION_EXISTS=pthread_condattr_setpshared -o CMakeFiles/cmTryCompileExec1063223399.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=pthread_condattr_setpshared -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1063223399.dir/CheckFunctionExists.c.o -o cmTryCompileExec1063223399 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=pthread_condattr_setpshared -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1063223399.dir/CheckFunctionExists.c.o -o cmTryCompileExec1063223399 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/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_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -o CMakeFiles/cmTryCompileExec575940194.dir/CheckIncludeFile.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFile.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -o CMakeFiles/cmTryCompileExec575940194.dir/CheckIncludeFile.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFile.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DCHECK_FUNCTION_EXISTS=kevent -o CMakeFiles/cmTryCompileExec354737591.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DCHECK_FUNCTION_EXISTS=kevent -o CMakeFiles/cmTryCompileExec354737591.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=kevent -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec354737591.dir/CheckFunctionExists.c.o -o cmTryCompileExec354737591 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=kevent -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec354737591.dir/CheckFunctionExists.c.o -o cmTryCompileExec354737591 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/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_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DCHECK_FUNCTION_EXISTS=event_init -o CMakeFiles/cmTryCompileExec1527725247.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DCHECK_FUNCTION_EXISTS=event_init -o CMakeFiles/cmTryCompileExec1527725247.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=event_init -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1527725247.dir/CheckFunctionExists.c.o -o cmTryCompileExec1527725247 -levent | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=event_init -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1527725247.dir/CheckFunctionExists.c.o -o cmTryCompileExec1527725247 -levent -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/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_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DCHECK_FUNCTION_EXISTS=msgpack_version -o CMakeFiles/cmTryCompileExec810894373.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DCHECK_FUNCTION_EXISTS=msgpack_version -o CMakeFiles/cmTryCompileExec810894373.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=msgpack_version -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec810894373.dir/CheckFunctionExists.c.o -o cmTryCompileExec810894373 -lmsgpack | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=msgpack_version -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec810894373.dir/CheckFunctionExists.c.o -o cmTryCompileExec810894373 -lmsgpack -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DWNO_WRITE_STRING -Wno-write-strings -o CMakeFiles/cmTryCompileExec1138559994.dir/src.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/src.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DWNO_WRITE_STRING -Wno-write-strings -o CMakeFiles/cmTryCompileExec1138559994.dir/src.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/src.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DWNO_WRITE_STRING -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1138559994.dir/src.c.o -o cmTryCompileExec1138559994 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DWNO_WRITE_STRING -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1138559994.dir/src.c.o -o cmTryCompileExec1138559994 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/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_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DTOKUDB_OK -o CMakeFiles/cmTryCompileExec1819051754.dir/src.cxx.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/src.cxx | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang++ -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DTOKUDB_OK -o CMakeFiles/cmTryCompileExec1819051754.dir/src.cxx.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/src.cxx -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang++ called with: -DTOKUDB_OK -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1819051754.dir/src.cxx.o -o cmTryCompileExec1819051754 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang++ -pipe -w -Os -march=native -DTOKUDB_OK -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1819051754.dir/src.cxx.o -o cmTryCompileExec1819051754 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/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_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -o CMakeFiles/cmTryCompileExec1336375783.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -o CMakeFiles/cmTryCompileExec1336375783.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1336375783.dir/CheckIncludeFiles.c.o -o cmTryCompileExec1336375783 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1336375783.dir/CheckIncludeFiles.c.o -o cmTryCompileExec1336375783 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/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_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DCHECK_FUNCTION_EXISTS=strndup -o CMakeFiles/cmTryCompileExec761539247.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DCHECK_FUNCTION_EXISTS=strndup -o CMakeFiles/cmTryCompileExec761539247.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.1.1_1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DCHECK_FUNCTION_EXISTS=strndup -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec761539247.dir/CheckFunctionExists.c.o -o cmTryCompileExec761539247 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=strndup -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec761539247.dir/CheckFunctionExists.c.o -o cmTryCompileExec761539247 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/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_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_PEERCRED -o CMakeFiles/cmTryCompileExec3312639600.dir/src.cxx.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/src.cxx | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang++ -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_PEERCRED -o CMakeFiles/cmTryCompileExec3312639600.dir/src.cxx.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/src.cxx -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang++ called with: -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_SOCKPEERCRED -o CMakeFiles/cmTryCompileExec657544934.dir/src.cxx.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/src.cxx | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang++ -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_SOCKPEERCRED -o CMakeFiles/cmTryCompileExec657544934.dir/src.cxx.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/src.cxx -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang++ called with: -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_XUCRED -o CMakeFiles/cmTryCompileExec3855313102.dir/src.cxx.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/src.cxx | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang++ -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_XUCRED -o CMakeFiles/cmTryCompileExec3855313102.dir/src.cxx.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/src.cxx -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang++ called with: -DHAVE_XUCRED -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3855313102.dir/src.cxx.o -o cmTryCompileExec3855313102 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang++ -pipe -w -Os -march=native -DHAVE_XUCRED -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3855313102.dir/src.cxx.o -o cmTryCompileExec3855313102 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/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_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -o CMakeFiles/cmTryCompileExec113834557.dir/CheckIncludeFile.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFile.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -o CMakeFiles/cmTryCompileExec113834557.dir/CheckIncludeFile.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/CMakeTmp/CheckIncludeFile.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec113834557.dir/CheckIncludeFile.c.o -o cmTryCompileExec113834557 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec113834557.dir/CheckIncludeFile.c.o -o cmTryCompileExec113834557 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
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
2015-02-03 08:45:00 +0000 | |
make | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -H/tmp/mariadb-DGHymV/mariadb-10.0.16 -B/tmp/mariadb-DGHymV/mariadb-10.0.16 --check-build-system CMakeFiles/Makefile.cmake 0 | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_start /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/progress.marks | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/Makefile2 all | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/INFO_BIN.dir/build.make CMakeFiles/INFO_BIN.dir/depend | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/INFO_SRC.dir/build.make CMakeFiles/INFO_SRC.dir/depend | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f cmd-line-utils/readline/CMakeFiles/readline.dir/build.make cmd-line-utils/readline/CMakeFiles/readline.dir/depend | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f strings/CMakeFiles/strings.dir/build.make strings/CMakeFiles/strings.dir/depend | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/gen_dtrace_header.dir/build.make CMakeFiles/gen_dtrace_header.dir/depend | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f sql/CMakeFiles/gen_lex_hash.dir/build.make sql/CMakeFiles/gen_lex_hash.dir/depend | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16 && /usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/mariadb-DGHymV/mariadb-10.0.16 /tmp/mariadb-DGHymV/mariadb-10.0.16 /tmp/mariadb-DGHymV/mariadb-10.0.16 /tmp/mariadb-DGHymV/mariadb-10.0.16 /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/INFO_SRC.dir/DependInfo.cmake --color= | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f vio/CMakeFiles/vio.dir/build.make vio/CMakeFiles/vio.dir/depend | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16 && /usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/mariadb-DGHymV/mariadb-10.0.16 /tmp/mariadb-DGHymV/mariadb-10.0.16 /tmp/mariadb-DGHymV/mariadb-10.0.16 /tmp/mariadb-DGHymV/mariadb-10.0.16 /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/INFO_BIN.dir/DependInfo.cmake --color= | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f libservices/CMakeFiles/mysqlservices.dir/build.make libservices/CMakeFiles/mysqlservices.dir/depend | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16 && /usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/mariadb-DGHymV/mariadb-10.0.16 /tmp/mariadb-DGHymV/mariadb-10.0.16 /tmp/mariadb-DGHymV/mariadb-10.0.16 /tmp/mariadb-DGHymV/mariadb-10.0.16 /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles/gen_dtrace_header.dir/DependInfo.cmake --color= | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16 && /usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/mariadb-DGHymV/mariadb-10.0.16 /tmp/mariadb-DGHymV/mariadb-10.0.16/sql /tmp/mariadb-DGHymV/mariadb-10.0.16 /tmp/mariadb-DGHymV/mariadb-10.0.16/sql /tmp/mariadb-DGHymV/mariadb-10.0.16/sql/CMakeFiles/gen_lex_hash.dir/DependInfo.cmake --color= | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16 && /usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/mariadb-DGHymV/mariadb-10.0.16 /tmp/mariadb-DGHymV/mariadb-10.0.16/cmd-line-utils/readline /tmp/mariadb-DGHymV/mariadb-10.0.16 /tmp/mariadb-DGHymV/mariadb-10.0.16/cmd-line-utils/readline /tmp/mariadb-DGHymV/mariadb-10.0.16/cmd-line-utils/readline/CMakeFiles/readline.dir/DependInfo.cmake --color= | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16 && /usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/mariadb-DGHymV/mariadb-10.0.16 /tmp/mariadb-DGHymV/mariadb-10.0.16/vio /tmp/mariadb-DGHymV/mariadb-10.0.16 /tmp/mariadb-DGHymV/mariadb-10.0.16/vio /tmp/mariadb-DGHymV/mariadb-10.0.16/vio/CMakeFiles/vio.dir/DependInfo.cmake --color= | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16 && /usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/mariadb-DGHymV/mariadb-10.0.16 /tmp/mariadb-DGHymV/mariadb-10.0.16/libservices /tmp/mariadb-DGHymV/mariadb-10.0.16 /tmp/mariadb-DGHymV/mariadb-10.0.16/libservices /tmp/mariadb-DGHymV/mariadb-10.0.16/libservices/CMakeFiles/mysqlservices.dir/DependInfo.cmake --color= | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16 && /usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/mariadb-DGHymV/mariadb-10.0.16 /tmp/mariadb-DGHymV/mariadb-10.0.16/strings /tmp/mariadb-DGHymV/mariadb-10.0.16 /tmp/mariadb-DGHymV/mariadb-10.0.16/strings /tmp/mariadb-DGHymV/mariadb-10.0.16/strings/CMakeFiles/strings.dir/DependInfo.cmake --color= | |
Scanning dependencies of target gen_dtrace_header | |
Scanning dependencies of target INFO_SRC | |
Scanning dependencies of target INFO_BIN | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/gen_dtrace_header.dir/build.make CMakeFiles/gen_dtrace_header.dir/build | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/INFO_SRC.dir/build.make CMakeFiles/INFO_SRC.dir/build | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/INFO_BIN.dir/build.make CMakeFiles/INFO_BIN.dir/build | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -P /tmp/mariadb-DGHymV/mariadb-10.0.16/cmake/info_src.cmake | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -P /tmp/mariadb-DGHymV/mariadb-10.0.16/cmake/info_bin.cmake | |
Scanning dependencies of target mysqlservices | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f libservices/CMakeFiles/mysqlservices.dir/build.make libservices/CMakeFiles/mysqlservices.dir/build | |
Scanning dependencies of target gen_lex_hash | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f sql/CMakeFiles/gen_lex_hash.dir/build.make sql/CMakeFiles/gen_lex_hash.dir/build | |
[ 0%] /usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 0%] [ 0%] Generating include/probes_mysql_dtrace.h, include/probes_mysql_nodtrace.h | |
[ 0%] /usr/sbin/dtrace -h -s /tmp/mariadb-DGHymV/mariadb-10.0.16/include/probes_mysql.d -o /tmp/mariadb-DGHymV/mariadb-10.0.16/include/probes_mysql_dtrace.h | |
Built target INFO_SRC | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f storage/mroonga/vendor/groonga/lib/CMakeFiles/libgroonga.dir/build.make storage/mroonga/vendor/groonga/lib/CMakeFiles/libgroonga.dir/depend | |
Building C object libservices/CMakeFiles/mysqlservices.dir/my_snprintf_service.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/libservices && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -o CMakeFiles/mysqlservices.dir/my_snprintf_service.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/libservices/my_snprintf_service.c | |
Building CXX object sql/CMakeFiles/gen_lex_hash.dir/gen_lex_hash.cc.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16 && /usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/mariadb-DGHymV/mariadb-10.0.16 /tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/lib /tmp/mariadb-DGHymV/mariadb-10.0.16 /tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/lib /tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/lib/CMakeFiles/libgroonga.dir/DependInfo.cmake --color= | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/sql && /usr/local/Library/ENV/4.3/clang++ -DHAVE_CONFIG_H -DHAVE_EVENT_SCHEDULER -DHAVE_OPENSSL -DHAVE_POOL_OF_THREADS -DMYSQL_SERVER -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/sql -I/usr/local/opt/openssl/include -o CMakeFiles/gen_lex_hash.dir/gen_lex_hash.cc.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/sql/gen_lex_hash.cc | |
Scanning dependencies of target readline | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f cmd-line-utils/readline/CMakeFiles/readline.dir/build.make cmd-line-utils/readline/CMakeFiles/readline.dir/build | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 0%] Built target INFO_BIN | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f plugin/handler_socket/CMakeFiles/hsclient.dir/build.make plugin/handler_socket/CMakeFiles/hsclient.dir/depend | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16 && /usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/mariadb-DGHymV/mariadb-10.0.16 /tmp/mariadb-DGHymV/mariadb-10.0.16/plugin/handler_socket /tmp/mariadb-DGHymV/mariadb-10.0.16 /tmp/mariadb-DGHymV/mariadb-10.0.16/plugin/handler_socket /tmp/mariadb-DGHymV/mariadb-10.0.16/plugin/handler_socket/CMakeFiles/hsclient.dir/DependInfo.cmake --color= | |
[ 0%] perl /tmp/mariadb-DGHymV/mariadb-10.0.16/scripts/dheadgen.pl -f /tmp/mariadb-DGHymV/mariadb-10.0.16/include/probes_mysql.d > /tmp/mariadb-DGHymV/mariadb-10.0.16/include/probes_mysql_nodtrace.h | |
Building C object cmd-line-utils/readline/CMakeFiles/readline.dir/readline.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/cmd-line-utils/readline && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -DNO_KILL_INTR -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/cmd-line-utils/readline -o CMakeFiles/readline.dir/readline.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/cmd-line-utils/readline/readline.c | |
Scanning dependencies of target hsclient | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f plugin/handler_socket/CMakeFiles/hsclient.dir/build.make plugin/handler_socket/CMakeFiles/hsclient.dir/build | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles 19 | |
Scanning dependencies of target vio | |
[ 1%] /Applications/Xcode.app/Contents/Developer/usr/bin/make -f vio/CMakeFiles/vio.dir/build.make vio/CMakeFiles/vio.dir/build | |
Building CXX object plugin/handler_socket/CMakeFiles/hsclient.dir/libhsclient/config.cpp.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/plugin/handler_socket && /usr/local/Library/ENV/4.3/clang++ -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/plugin/handler_socket/libhsclient -I/tmp/mariadb-DGHymV/mariadb-10.0.16/sql -I/usr/local/opt/openssl/include -o CMakeFiles/hsclient.dir/libhsclient/config.cpp.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/plugin/handler_socket/libhsclient/config.cpp | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 1%] [ 1%] Building C object vio/CMakeFiles/vio.dir/vio.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/vio && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -DHAVE_OPENSSL -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/usr/local/opt/openssl/include -o CMakeFiles/vio.dir/vio.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/vio/vio.c | |
Building C object libservices/CMakeFiles/mysqlservices.dir/thd_alloc_service.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/libservices && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -o CMakeFiles/mysqlservices.dir/thd_alloc_service.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/libservices/thd_alloc_service.c | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 1%] Built target gen_dtrace_header | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 1%] Building C object cmd-line-utils/readline/CMakeFiles/readline.dir/funmap.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/cmd-line-utils/readline && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -DNO_KILL_INTR -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/cmd-line-utils/readline -o CMakeFiles/readline.dir/funmap.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/cmd-line-utils/readline/funmap.c | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
Scanning dependencies of target libgroonga | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f storage/mroonga/vendor/groonga/lib/CMakeFiles/libgroonga.dir/build.make storage/mroonga/vendor/groonga/lib/CMakeFiles/libgroonga.dir/build | |
[ 1%] Building C object libservices/CMakeFiles/mysqlservices.dir/thd_wait_service.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/libservices && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -o CMakeFiles/mysqlservices.dir/thd_wait_service.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/libservices/thd_wait_service.c | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 1%] Building C object storage/mroonga/vendor/groonga/lib/CMakeFiles/libgroonga.dir/com.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/lib && /usr/local/Library/ENV/4.3/clang -DGRN_DAT_EXPORT -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/lib/dat -o CMakeFiles/libgroonga.dir/com.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/lib/com.c | |
Scanning dependencies of target strings | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f strings/CMakeFiles/strings.dir/build.make strings/CMakeFiles/strings.dir/build | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 1%] [ 1%] Linking CXX executable gen_lex_hash | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/sql && /usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_link_script CMakeFiles/gen_lex_hash.dir/link.txt --verbose=1 | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
Building C object cmd-line-utils/readline/CMakeFiles/readline.dir/keymaps.c.o | |
Building C object strings/CMakeFiles/strings.dir/bchange.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/strings && /usr/local/Library/ENV/4.3/clang -DDISABLE_MYSQL_THREAD_H -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -o CMakeFiles/strings.dir/bchange.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/strings/bchange.c | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/cmd-line-utils/readline && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -DNO_KILL_INTR -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/cmd-line-utils/readline -o CMakeFiles/readline.dir/keymaps.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/cmd-line-utils/readline/keymaps.c | |
/usr/local/Library/ENV/4.3/clang++ -O2 -g -DNDEBUG -DDBUG_OFF -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/gen_lex_hash.dir/gen_lex_hash.cc.o -o gen_lex_hash | |
[ 1%] [ 1%] Building C object libservices/CMakeFiles/mysqlservices.dir/thd_timezone_service.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/libservices && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -o CMakeFiles/mysqlservices.dir/thd_timezone_service.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/libservices/thd_timezone_service.c | |
Building C object cmd-line-utils/readline/CMakeFiles/readline.dir/vi_mode.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/cmd-line-utils/readline && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -DNO_KILL_INTR -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/cmd-line-utils/readline -o CMakeFiles/readline.dir/vi_mode.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/cmd-line-utils/readline/vi_mode.c | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 1%] Building C object vio/CMakeFiles/vio.dir/viosocket.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/vio && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -DHAVE_OPENSSL -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/usr/local/opt/openssl/include -o CMakeFiles/vio.dir/viosocket.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/vio/viosocket.c | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 1%] Built target gen_lex_hash | |
[ 1%] /Applications/Xcode.app/Contents/Developer/usr/bin/make -f dbug/CMakeFiles/dbug-unit-tests.dir/build.make dbug/CMakeFiles/dbug-unit-tests.dir/depend | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16 && /usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/mariadb-DGHymV/mariadb-10.0.16 /tmp/mariadb-DGHymV/mariadb-10.0.16/dbug /tmp/mariadb-DGHymV/mariadb-10.0.16 /tmp/mariadb-DGHymV/mariadb-10.0.16/dbug /tmp/mariadb-DGHymV/mariadb-10.0.16/dbug/CMakeFiles/dbug-unit-tests.dir/DependInfo.cmake --color= | |
Building C object libservices/CMakeFiles/mysqlservices.dir/thd_autoinc_service.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/libservices && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -o CMakeFiles/mysqlservices.dir/thd_autoinc_service.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/libservices/thd_autoinc_service.c | |
Scanning dependencies of target dbug-unit-tests | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f dbug/CMakeFiles/dbug-unit-tests.dir/build.make dbug/CMakeFiles/dbug-unit-tests.dir/build | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 1%] [ 1%] /usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
Building C object strings/CMakeFiles/strings.dir/bmove_upp.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/strings && /usr/local/Library/ENV/4.3/clang -DDISABLE_MYSQL_THREAD_H -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -o CMakeFiles/strings.dir/bmove_upp.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/strings/bmove_upp.c | |
Generating dbug-t | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/dbug && cp -f /tmp/mariadb-DGHymV/mariadb-10.0.16/dbug/tests-t.pl dbug-t | |
[ 1%] /usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 1%] Building C object cmd-line-utils/readline/CMakeFiles/readline.dir/parens.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/cmd-line-utils/readline && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -DNO_KILL_INTR -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/cmd-line-utils/readline -o CMakeFiles/readline.dir/parens.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/cmd-line-utils/readline/parens.c | |
Built target dbug-unit-tests | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f scripts/CMakeFiles/comp_sql.dir/build.make scripts/CMakeFiles/comp_sql.dir/depend | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16 && /usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/mariadb-DGHymV/mariadb-10.0.16 /tmp/mariadb-DGHymV/mariadb-10.0.16/scripts /tmp/mariadb-DGHymV/mariadb-10.0.16 /tmp/mariadb-DGHymV/mariadb-10.0.16/scripts /tmp/mariadb-DGHymV/mariadb-10.0.16/scripts/CMakeFiles/comp_sql.dir/DependInfo.cmake --color= | |
Scanning dependencies of target comp_sql | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f scripts/CMakeFiles/comp_sql.dir/build.make scripts/CMakeFiles/comp_sql.dir/build | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 1%] /usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
Building C object scripts/CMakeFiles/comp_sql.dir/comp_sql.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/scripts && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -o CMakeFiles/comp_sql.dir/comp_sql.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/scripts/comp_sql.c | |
[ 1%] Building C object libservices/CMakeFiles/mysqlservices.dir/thd_error_context_service.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/libservices && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -o CMakeFiles/mysqlservices.dir/thd_error_context_service.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/libservices/thd_error_context_service.c | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 1%] Building CXX object plugin/handler_socket/CMakeFiles/hsclient.dir/libhsclient/escape.cpp.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/plugin/handler_socket && /usr/local/Library/ENV/4.3/clang++ -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/plugin/handler_socket/libhsclient -I/tmp/mariadb-DGHymV/mariadb-10.0.16/sql -I/usr/local/opt/openssl/include -o CMakeFiles/hsclient.dir/libhsclient/escape.cpp.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/plugin/handler_socket/libhsclient/escape.cpp | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 1%] /usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 1%] Building C object strings/CMakeFiles/strings.dir/ctype-big5.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/strings && /usr/local/Library/ENV/4.3/clang -DDISABLE_MYSQL_THREAD_H -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -o CMakeFiles/strings.dir/ctype-big5.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/strings/ctype-big5.c | |
Building C object cmd-line-utils/readline/CMakeFiles/readline.dir/rltty.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/cmd-line-utils/readline && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -DNO_KILL_INTR -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/cmd-line-utils/readline -o CMakeFiles/readline.dir/rltty.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/cmd-line-utils/readline/rltty.c | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 1%] Building C object libservices/CMakeFiles/mysqlservices.dir/progress_report_service.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/libservices && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -o CMakeFiles/mysqlservices.dir/progress_report_service.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/libservices/progress_report_service.c | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 1%] Building C object vio/CMakeFiles/vio.dir/viossl.c.o | |
Linking C executable comp_sql | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/vio && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -DHAVE_OPENSSL -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/usr/local/opt/openssl/include -o CMakeFiles/vio.dir/viossl.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/vio/viossl.c | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/scripts && /usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_link_script CMakeFiles/comp_sql.dir/link.txt --verbose=1 | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 1%] /usr/local/Library/ENV/4.3/clang -O2 -g -DNDEBUG -DDBUG_OFF -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/comp_sql.dir/comp_sql.c.o -o comp_sql | |
Building C object cmd-line-utils/readline/CMakeFiles/readline.dir/complete.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/cmd-line-utils/readline && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -DNO_KILL_INTR -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/cmd-line-utils/readline -o CMakeFiles/readline.dir/complete.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/cmd-line-utils/readline/complete.c | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 1%] Building C object libservices/CMakeFiles/mysqlservices.dir/debug_sync_service.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/libservices && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -o CMakeFiles/mysqlservices.dir/debug_sync_service.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/libservices/debug_sync_service.c | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 1%] Building C object cmd-line-utils/readline/CMakeFiles/readline.dir/bind.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/cmd-line-utils/readline && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -DNO_KILL_INTR -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/cmd-line-utils/readline -o CMakeFiles/readline.dir/bind.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/cmd-line-utils/readline/bind.c | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 1%] [ 1%] Built target comp_sql | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f mysql-test/lib/My/SafeProcess/CMakeFiles/my_safe_process.dir/build.make mysql-test/lib/My/SafeProcess/CMakeFiles/my_safe_process.dir/depend | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16 && /usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/mariadb-DGHymV/mariadb-10.0.16 /tmp/mariadb-DGHymV/mariadb-10.0.16/mysql-test/lib/My/SafeProcess /tmp/mariadb-DGHymV/mariadb-10.0.16 /tmp/mariadb-DGHymV/mariadb-10.0.16/mysql-test/lib/My/SafeProcess /tmp/mariadb-DGHymV/mariadb-10.0.16/mysql-test/lib/My/SafeProcess/CMakeFiles/my_safe_process.dir/DependInfo.cmake --color= | |
Building C object storage/mroonga/vendor/groonga/lib/CMakeFiles/libgroonga.dir/ctx.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/lib && /usr/local/Library/ENV/4.3/clang -DGRN_DAT_EXPORT -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/lib/dat -o CMakeFiles/libgroonga.dir/ctx.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/lib/ctx.c | |
Scanning dependencies of target my_safe_process | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f mysql-test/lib/My/SafeProcess/CMakeFiles/my_safe_process.dir/build.make mysql-test/lib/My/SafeProcess/CMakeFiles/my_safe_process.dir/build | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 1%] Building C object libservices/CMakeFiles/mysqlservices.dir/my_sha1_service.c.o | |
Building CXX object mysql-test/lib/My/SafeProcess/CMakeFiles/my_safe_process.dir/safe_process.cc.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/libservices && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -o CMakeFiles/mysqlservices.dir/my_sha1_service.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/libservices/my_sha1_service.c | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/mysql-test/lib/My/SafeProcess && /usr/local/Library/ENV/4.3/clang++ -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -o CMakeFiles/my_safe_process.dir/safe_process.cc.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/mysql-test/lib/My/SafeProcess/safe_process.cc | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles 46 | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 2%] [ 2%] /usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
Building C object libservices/CMakeFiles/mysqlservices.dir/kill_statement_service.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/libservices && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -o CMakeFiles/mysqlservices.dir/kill_statement_service.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/libservices/kill_statement_service.c | |
[ 2%] Building C object vio/CMakeFiles/vio.dir/viopipe.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/vio && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -DHAVE_OPENSSL -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/usr/local/opt/openssl/include -o CMakeFiles/vio.dir/viopipe.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/vio/viopipe.c | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
Building CXX object plugin/handler_socket/CMakeFiles/hsclient.dir/libhsclient/fatal.cpp.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/plugin/handler_socket && /usr/local/Library/ENV/4.3/clang++ -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/plugin/handler_socket/libhsclient -I/tmp/mariadb-DGHymV/mariadb-10.0.16/sql -I/usr/local/opt/openssl/include -o CMakeFiles/hsclient.dir/libhsclient/fatal.cpp.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/plugin/handler_socket/libhsclient/fatal.cpp | |
[ 2%] Building C object strings/CMakeFiles/strings.dir/ctype-bin.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/strings && /usr/local/Library/ENV/4.3/clang -DDISABLE_MYSQL_THREAD_H -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -o CMakeFiles/strings.dir/ctype-bin.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/strings/ctype-bin.c | |
Linking CXX executable my_safe_process | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/mysql-test/lib/My/SafeProcess && /usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_link_script CMakeFiles/my_safe_process.dir/link.txt --verbose=1 | |
/usr/local/Library/ENV/4.3/clang++ -O2 -g -DNDEBUG -DDBUG_OFF -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/my_safe_process.dir/safe_process.cc.o -o my_safe_process | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 2%] Building C object libservices/CMakeFiles/mysqlservices.dir/logger_service.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/libservices && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -o CMakeFiles/mysqlservices.dir/logger_service.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/libservices/logger_service.c | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 2%] Building C object cmd-line-utils/readline/CMakeFiles/readline.dir/isearch.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/cmd-line-utils/readline && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -DNO_KILL_INTR -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/cmd-line-utils/readline -o CMakeFiles/readline.dir/isearch.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/cmd-line-utils/readline/isearch.c | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 2%] Built target my_safe_process | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f sql/CMakeFiles/GenServerSource.dir/build.make sql/CMakeFiles/GenServerSource.dir/depend | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16 && /usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/mariadb-DGHymV/mariadb-10.0.16 /tmp/mariadb-DGHymV/mariadb-10.0.16/sql /tmp/mariadb-DGHymV/mariadb-10.0.16 /tmp/mariadb-DGHymV/mariadb-10.0.16/sql /tmp/mariadb-DGHymV/mariadb-10.0.16/sql/CMakeFiles/GenServerSource.dir/DependInfo.cmake --color= | |
Scanning dependencies of target GenServerSource | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f sql/CMakeFiles/GenServerSource.dir/build.make sql/CMakeFiles/GenServerSource.dir/build | |
Linking C static library libmysqlservices.a | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/libservices && /usr/local/Cellar/cmake/3.1.1_1/bin/cmake -P CMakeFiles/mysqlservices.dir/cmake_clean_target.cmake | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 2%] cd /tmp/mariadb-DGHymV/mariadb-10.0.16/libservices && /usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_link_script CMakeFiles/mysqlservices.dir/link.txt --verbose=1 | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
Generating lex_hash.h | |
[ 2%] cd /tmp/mariadb-DGHymV/mariadb-10.0.16/sql && ./gen_lex_hash > lex_hash.h | |
/usr/bin/ar cq libmysqlservices.a CMakeFiles/mysqlservices.dir/my_snprintf_service.c.o CMakeFiles/mysqlservices.dir/thd_alloc_service.c.o CMakeFiles/mysqlservices.dir/thd_wait_service.c.o CMakeFiles/mysqlservices.dir/thd_timezone_service.c.o CMakeFiles/mysqlservices.dir/thd_autoinc_service.c.o CMakeFiles/mysqlservices.dir/thd_error_context_service.c.o CMakeFiles/mysqlservices.dir/progress_report_service.c.o CMakeFiles/mysqlservices.dir/debug_sync_service.c.o CMakeFiles/mysqlservices.dir/my_sha1_service.c.o CMakeFiles/mysqlservices.dir/kill_statement_service.c.o CMakeFiles/mysqlservices.dir/logger_service.c.o | |
[ 2%] Building C object strings/CMakeFiles/strings.dir/ctype-cp932.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/strings && /usr/local/Library/ENV/4.3/clang -DDISABLE_MYSQL_THREAD_H -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -o CMakeFiles/strings.dir/ctype-cp932.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/strings/ctype-cp932.c | |
Building C object vio/CMakeFiles/vio.dir/vioshm.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/vio && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -DHAVE_OPENSSL -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/usr/local/opt/openssl/include -o CMakeFiles/vio.dir/vioshm.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/vio/vioshm.c | |
/usr/bin/ranlib libmysqlservices.a | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 2%] /usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles 46 | |
Built target GenServerSource | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f scripts/CMakeFiles/GenFixPrivs.dir/build.make scripts/CMakeFiles/GenFixPrivs.dir/depend | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16 && /usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/mariadb-DGHymV/mariadb-10.0.16 /tmp/mariadb-DGHymV/mariadb-10.0.16/scripts /tmp/mariadb-DGHymV/mariadb-10.0.16 /tmp/mariadb-DGHymV/mariadb-10.0.16/scripts /tmp/mariadb-DGHymV/mariadb-10.0.16/scripts/CMakeFiles/GenFixPrivs.dir/DependInfo.cmake --color= | |
[ 2%] Built target mysqlservices | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f storage/perfschema/CMakeFiles/gen_pfs_lex_token.dir/build.make storage/perfschema/CMakeFiles/gen_pfs_lex_token.dir/depend | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16 && /usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/mariadb-DGHymV/mariadb-10.0.16 /tmp/mariadb-DGHymV/mariadb-10.0.16/storage/perfschema /tmp/mariadb-DGHymV/mariadb-10.0.16 /tmp/mariadb-DGHymV/mariadb-10.0.16/storage/perfschema /tmp/mariadb-DGHymV/mariadb-10.0.16/storage/perfschema/CMakeFiles/gen_pfs_lex_token.dir/DependInfo.cmake --color= | |
Scanning dependencies of target GenFixPrivs | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f scripts/CMakeFiles/GenFixPrivs.dir/build.make scripts/CMakeFiles/GenFixPrivs.dir/build | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles 65 | |
[ 2%] [ 3%] Scanning dependencies of target gen_pfs_lex_token | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f storage/perfschema/CMakeFiles/gen_pfs_lex_token.dir/build.make storage/perfschema/CMakeFiles/gen_pfs_lex_token.dir/build | |
Generating mysql_fix_privilege_tables_sql.c | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/scripts && /usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E chdir /tmp/mariadb-DGHymV/mariadb-10.0.16/scripts /bin/cat mysql_system_tables.sql mysql_system_tables_fix.sql mysql_performance_tables.sql > /tmp/mariadb-DGHymV/mariadb-10.0.16/scripts/mysql_fix_privilege_tables.sql | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles 16 | |
Building C object cmd-line-utils/readline/CMakeFiles/readline.dir/display.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/cmd-line-utils/readline && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -DNO_KILL_INTR -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/cmd-line-utils/readline -o CMakeFiles/readline.dir/display.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/cmd-line-utils/readline/display.c | |
[ 4%] Building CXX object storage/perfschema/CMakeFiles/gen_pfs_lex_token.dir/gen_pfs_lex_token.cc.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/storage/perfschema && /usr/local/Library/ENV/4.3/clang++ -DHAVE_CONFIG_H -DMYSQL_SERVER -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16 -I/tmp/mariadb-DGHymV/mariadb-10.0.16/sql -I/tmp/mariadb-DGHymV/mariadb-10.0.16/extra/yassl/include -I/usr/local/opt/openssl/include -o CMakeFiles/gen_pfs_lex_token.dir/gen_pfs_lex_token.cc.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/storage/perfschema/gen_pfs_lex_token.cc | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 4%] cd /tmp/mariadb-DGHymV/mariadb-10.0.16/scripts && /tmp/mariadb-DGHymV/mariadb-10.0.16/scripts/comp_sql mysql_fix_privilege_tables mysql_fix_privilege_tables.sql mysql_fix_privilege_tables_sql.c | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
Building CXX object plugin/handler_socket/CMakeFiles/hsclient.dir/libhsclient/hstcpcli.cpp.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/plugin/handler_socket && /usr/local/Library/ENV/4.3/clang++ -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/plugin/handler_socket/libhsclient -I/tmp/mariadb-DGHymV/mariadb-10.0.16/sql -I/usr/local/opt/openssl/include -o CMakeFiles/hsclient.dir/libhsclient/hstcpcli.cpp.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/plugin/handler_socket/libhsclient/hstcpcli.cpp | |
[ 4%] /usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
Building C object cmd-line-utils/readline/CMakeFiles/readline.dir/signals.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/cmd-line-utils/readline && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -DNO_KILL_INTR -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/cmd-line-utils/readline -o CMakeFiles/readline.dir/signals.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/cmd-line-utils/readline/signals.c | |
[ 4%] Built target GenFixPrivs | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles 30 | |
[ 5%] Building C object storage/mroonga/vendor/groonga/lib/CMakeFiles/libgroonga.dir/ctx_impl_mrb.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/lib && /usr/local/Library/ENV/4.3/clang -DGRN_DAT_EXPORT -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/lib/dat -o CMakeFiles/libgroonga.dir/ctx_impl_mrb.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/lib/ctx_impl_mrb.c | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 5%] Building C object vio/CMakeFiles/vio.dir/viosslfactories.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/vio && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -DHAVE_OPENSSL -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/usr/local/opt/openssl/include -o CMakeFiles/vio.dir/viosslfactories.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/vio/viosslfactories.c | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 5%] Building C object cmd-line-utils/readline/CMakeFiles/readline.dir/util.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/cmd-line-utils/readline && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -DNO_KILL_INTR -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/cmd-line-utils/readline -o CMakeFiles/readline.dir/util.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/cmd-line-utils/readline/util.c | |
Linking CXX executable gen_pfs_lex_token | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/storage/perfschema && /usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_link_script CMakeFiles/gen_pfs_lex_token.dir/link.txt --verbose=1 | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 5%] /usr/local/Library/ENV/4.3/clang++ -O2 -g -DNDEBUG -DDBUG_OFF -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/gen_pfs_lex_token.dir/gen_pfs_lex_token.cc.o -o gen_pfs_lex_token | |
Building CXX object storage/mroonga/vendor/groonga/lib/CMakeFiles/libgroonga.dir/dat.cpp.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/lib && /usr/local/Library/ENV/4.3/clang++ -DGRN_DAT_EXPORT -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/lib/dat -o CMakeFiles/libgroonga.dir/dat.cpp.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/lib/dat.cpp | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 5%] Building C object storage/mroonga/vendor/groonga/lib/CMakeFiles/libgroonga.dir/db.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/lib && /usr/local/Library/ENV/4.3/clang -DGRN_DAT_EXPORT -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/lib/dat -o CMakeFiles/libgroonga.dir/db.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/lib/db.c | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles 16 | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 5%] [ 5%] Built target gen_pfs_lex_token | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
Building C object cmd-line-utils/readline/CMakeFiles/readline.dir/kill.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/cmd-line-utils/readline && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -DNO_KILL_INTR -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/cmd-line-utils/readline -o CMakeFiles/readline.dir/kill.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/cmd-line-utils/readline/kill.c | |
[ 5%] /usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
Building C object strings/CMakeFiles/strings.dir/ctype-czech.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/strings && /usr/local/Library/ENV/4.3/clang -DDISABLE_MYSQL_THREAD_H -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -o CMakeFiles/strings.dir/ctype-czech.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/strings/ctype-czech.c | |
[ 5%] Linking C static library libvio.a | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/vio && /usr/local/Cellar/cmake/3.1.1_1/bin/cmake -P CMakeFiles/vio.dir/cmake_clean_target.cmake | |
Building C object cmd-line-utils/readline/CMakeFiles/readline.dir/undo.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/cmd-line-utils/readline && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -DNO_KILL_INTR -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/cmd-line-utils/readline -o CMakeFiles/readline.dir/undo.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/cmd-line-utils/readline/undo.c | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/vio && /usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_link_script CMakeFiles/vio.dir/link.txt --verbose=1 | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
/usr/bin/ar cq libvio.a CMakeFiles/vio.dir/vio.c.o CMakeFiles/vio.dir/viosocket.c.o CMakeFiles/vio.dir/viossl.c.o CMakeFiles/vio.dir/viopipe.c.o CMakeFiles/vio.dir/vioshm.c.o CMakeFiles/vio.dir/viosslfactories.c.o | |
[ 5%] Building C object strings/CMakeFiles/strings.dir/ctype-euc_kr.c.o | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libvio.a(viopipe.c.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libvio.a(vioshm.c.o) has no symbols | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/strings && /usr/local/Library/ENV/4.3/clang -DDISABLE_MYSQL_THREAD_H -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -o CMakeFiles/strings.dir/ctype-euc_kr.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/strings/ctype-euc_kr.c | |
/usr/bin/ranlib libvio.a | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libvio.a(viopipe.c.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libvio.a(vioshm.c.o) has no symbols | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 5%] Built target vio | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 5%] Building CXX object plugin/handler_socket/CMakeFiles/hsclient.dir/libhsclient/socket.cpp.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/plugin/handler_socket && /usr/local/Library/ENV/4.3/clang++ -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/plugin/handler_socket/libhsclient -I/tmp/mariadb-DGHymV/mariadb-10.0.16/sql -I/usr/local/opt/openssl/include -o CMakeFiles/hsclient.dir/libhsclient/socket.cpp.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/plugin/handler_socket/libhsclient/socket.cpp | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 5%] /usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 5%] Building C object cmd-line-utils/readline/CMakeFiles/readline.dir/macro.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/cmd-line-utils/readline && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -DNO_KILL_INTR -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/cmd-line-utils/readline -o CMakeFiles/readline.dir/macro.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/cmd-line-utils/readline/macro.c | |
[ 5%] /usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
Building C object cmd-line-utils/readline/CMakeFiles/readline.dir/input.c.o | |
Building CXX object plugin/handler_socket/CMakeFiles/hsclient.dir/libhsclient/string_util.cpp.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/cmd-line-utils/readline && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -DNO_KILL_INTR -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/cmd-line-utils/readline -o CMakeFiles/readline.dir/input.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/cmd-line-utils/readline/input.c | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/plugin/handler_socket && /usr/local/Library/ENV/4.3/clang++ -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/plugin/handler_socket/libhsclient -I/tmp/mariadb-DGHymV/mariadb-10.0.16/sql -I/usr/local/opt/openssl/include -o CMakeFiles/hsclient.dir/libhsclient/string_util.cpp.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/plugin/handler_socket/libhsclient/string_util.cpp | |
[ 5%] Building C object strings/CMakeFiles/strings.dir/ctype-eucjpms.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/strings && /usr/local/Library/ENV/4.3/clang -DDISABLE_MYSQL_THREAD_H -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -o CMakeFiles/strings.dir/ctype-eucjpms.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/strings/ctype-eucjpms.c | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 5%] /usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
Building C object cmd-line-utils/readline/CMakeFiles/readline.dir/callback.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/cmd-line-utils/readline && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -DNO_KILL_INTR -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/cmd-line-utils/readline -o CMakeFiles/readline.dir/callback.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/cmd-line-utils/readline/callback.c | |
[ 5%] Building C object cmd-line-utils/readline/CMakeFiles/readline.dir/terminal.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/cmd-line-utils/readline && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -DNO_KILL_INTR -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/cmd-line-utils/readline -o CMakeFiles/readline.dir/terminal.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/cmd-line-utils/readline/terminal.c | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 5%] Building C object storage/mroonga/vendor/groonga/lib/CMakeFiles/libgroonga.dir/error.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/lib && /usr/local/Library/ENV/4.3/clang -DGRN_DAT_EXPORT -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/lib/dat -o CMakeFiles/libgroonga.dir/error.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/lib/error.c | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 5%] Building C object cmd-line-utils/readline/CMakeFiles/readline.dir/xmalloc.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/cmd-line-utils/readline && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -DNO_KILL_INTR -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/cmd-line-utils/readline -o CMakeFiles/readline.dir/xmalloc.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/cmd-line-utils/readline/xmalloc.c | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 5%] Building C object strings/CMakeFiles/strings.dir/ctype-extra.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/strings && /usr/local/Library/ENV/4.3/clang -DDISABLE_MYSQL_THREAD_H -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -o CMakeFiles/strings.dir/ctype-extra.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/strings/ctype-extra.c | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 5%] Building C object cmd-line-utils/readline/CMakeFiles/readline.dir/history.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/cmd-line-utils/readline && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -DNO_KILL_INTR -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/cmd-line-utils/readline -o CMakeFiles/readline.dir/history.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/cmd-line-utils/readline/history.c | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles 66 | |
[ 6%] Building C object cmd-line-utils/readline/CMakeFiles/readline.dir/histsearch.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/cmd-line-utils/readline && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -DNO_KILL_INTR -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/cmd-line-utils/readline -o CMakeFiles/readline.dir/histsearch.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/cmd-line-utils/readline/histsearch.c | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 6%] Building C object cmd-line-utils/readline/CMakeFiles/readline.dir/histexpand.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/cmd-line-utils/readline && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -DNO_KILL_INTR -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/cmd-line-utils/readline -o CMakeFiles/readline.dir/histexpand.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/cmd-line-utils/readline/histexpand.c | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 6%] [ 6%] Building C object cmd-line-utils/readline/CMakeFiles/readline.dir/histfile.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/cmd-line-utils/readline && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -DNO_KILL_INTR -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/cmd-line-utils/readline -o CMakeFiles/readline.dir/histfile.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/cmd-line-utils/readline/histfile.c | |
Building C object storage/mroonga/vendor/groonga/lib/CMakeFiles/libgroonga.dir/expr.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/lib && /usr/local/Library/ENV/4.3/clang -DGRN_DAT_EXPORT -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/lib/dat -o CMakeFiles/libgroonga.dir/expr.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/lib/expr.c | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles 85 | |
[ 7%] Building C object strings/CMakeFiles/strings.dir/ctype-gb2312.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/strings && /usr/local/Library/ENV/4.3/clang -DDISABLE_MYSQL_THREAD_H -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -o CMakeFiles/strings.dir/ctype-gb2312.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/strings/ctype-gb2312.c | |
Linking CXX static library libhsclient.a | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/plugin/handler_socket && /usr/local/Cellar/cmake/3.1.1_1/bin/cmake -P CMakeFiles/hsclient.dir/cmake_clean_target.cmake | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/plugin/handler_socket && /usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_link_script CMakeFiles/hsclient.dir/link.txt --verbose=1 | |
/usr/bin/ar cq libhsclient.a CMakeFiles/hsclient.dir/libhsclient/config.cpp.o CMakeFiles/hsclient.dir/libhsclient/escape.cpp.o CMakeFiles/hsclient.dir/libhsclient/fatal.cpp.o CMakeFiles/hsclient.dir/libhsclient/hstcpcli.cpp.o CMakeFiles/hsclient.dir/libhsclient/socket.cpp.o CMakeFiles/hsclient.dir/libhsclient/string_util.cpp.o | |
/usr/bin/ranlib libhsclient.a | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles 19 | |
[ 7%] /usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
Built target hsclient | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 7%] [ 7%] Building C object storage/mroonga/vendor/groonga/lib/CMakeFiles/libgroonga.dir/geo.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/lib && /usr/local/Library/ENV/4.3/clang -DGRN_DAT_EXPORT -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/lib/dat -o CMakeFiles/libgroonga.dir/geo.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/lib/geo.c | |
Building C object strings/CMakeFiles/strings.dir/ctype-gbk.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/strings && /usr/local/Library/ENV/4.3/clang -DDISABLE_MYSQL_THREAD_H -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -o CMakeFiles/strings.dir/ctype-gbk.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/strings/ctype-gbk.c | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 7%] Building C object cmd-line-utils/readline/CMakeFiles/readline.dir/nls.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/cmd-line-utils/readline && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -DNO_KILL_INTR -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/cmd-line-utils/readline -o CMakeFiles/readline.dir/nls.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/cmd-line-utils/readline/nls.c | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 7%] Building C object strings/CMakeFiles/strings.dir/ctype-latin1.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/strings && /usr/local/Library/ENV/4.3/clang -DDISABLE_MYSQL_THREAD_H -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -o CMakeFiles/strings.dir/ctype-latin1.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/strings/ctype-latin1.c | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 7%] [ 7%] Building C object cmd-line-utils/readline/CMakeFiles/readline.dir/search.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/cmd-line-utils/readline && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -DNO_KILL_INTR -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/cmd-line-utils/readline -o CMakeFiles/readline.dir/search.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/cmd-line-utils/readline/search.c | |
Building C object strings/CMakeFiles/strings.dir/ctype-mb.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/strings && /usr/local/Library/ENV/4.3/clang -DDISABLE_MYSQL_THREAD_H -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -o CMakeFiles/strings.dir/ctype-mb.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/strings/ctype-mb.c | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 7%] [ 7%] Building C object storage/mroonga/vendor/groonga/lib/CMakeFiles/libgroonga.dir/hash.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/lib && /usr/local/Library/ENV/4.3/clang -DGRN_DAT_EXPORT -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/lib/dat -o CMakeFiles/libgroonga.dir/hash.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/lib/hash.c | |
Building C object cmd-line-utils/readline/CMakeFiles/readline.dir/shell.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/cmd-line-utils/readline && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -DNO_KILL_INTR -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/cmd-line-utils/readline -o CMakeFiles/readline.dir/shell.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/cmd-line-utils/readline/shell.c | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 7%] Building C object storage/mroonga/vendor/groonga/lib/CMakeFiles/libgroonga.dir/ii.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/lib && /usr/local/Library/ENV/4.3/clang -DGRN_DAT_EXPORT -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/lib/dat -o CMakeFiles/libgroonga.dir/ii.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/lib/ii.c | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 7%] Building C object cmd-line-utils/readline/CMakeFiles/readline.dir/tilde.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/cmd-line-utils/readline && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -DNO_KILL_INTR -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/cmd-line-utils/readline -o CMakeFiles/readline.dir/tilde.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/cmd-line-utils/readline/tilde.c | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 7%] Building C object storage/mroonga/vendor/groonga/lib/CMakeFiles/libgroonga.dir/io.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/lib && /usr/local/Library/ENV/4.3/clang -DGRN_DAT_EXPORT -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/lib/dat -o CMakeFiles/libgroonga.dir/io.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/lib/io.c | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 7%] /usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
Building C object cmd-line-utils/readline/CMakeFiles/readline.dir/misc.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/cmd-line-utils/readline && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -DNO_KILL_INTR -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/cmd-line-utils/readline -o CMakeFiles/readline.dir/misc.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/cmd-line-utils/readline/misc.c | |
[ 7%] Building C object strings/CMakeFiles/strings.dir/ctype-simple.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/strings && /usr/local/Library/ENV/4.3/clang -DDISABLE_MYSQL_THREAD_H -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -o CMakeFiles/strings.dir/ctype-simple.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/strings/ctype-simple.c | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 7%] /usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 7%] Building C object cmd-line-utils/readline/CMakeFiles/readline.dir/text.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/cmd-line-utils/readline && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -DNO_KILL_INTR -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/cmd-line-utils/readline -o CMakeFiles/readline.dir/text.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/cmd-line-utils/readline/text.c | |
Building C object cmd-line-utils/readline/CMakeFiles/readline.dir/mbutil.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/cmd-line-utils/readline && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -DNO_KILL_INTR -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/cmd-line-utils/readline -o CMakeFiles/readline.dir/mbutil.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/cmd-line-utils/readline/mbutil.c | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 7%] Building C object storage/mroonga/vendor/groonga/lib/CMakeFiles/libgroonga.dir/mrb.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/lib && /usr/local/Library/ENV/4.3/clang -DGRN_DAT_EXPORT -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/lib/dat -o CMakeFiles/libgroonga.dir/mrb.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/lib/mrb.c | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 7%] Building C object strings/CMakeFiles/strings.dir/ctype-sjis.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/strings && /usr/local/Library/ENV/4.3/clang -DDISABLE_MYSQL_THREAD_H -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -o CMakeFiles/strings.dir/ctype-sjis.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/strings/ctype-sjis.c | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 7%] Building C object cmd-line-utils/readline/CMakeFiles/readline.dir/compat.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/cmd-line-utils/readline && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -DNO_KILL_INTR -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/cmd-line-utils/readline -o CMakeFiles/readline.dir/compat.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/cmd-line-utils/readline/compat.c | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 7%] Building C object strings/CMakeFiles/strings.dir/ctype-tis620.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/strings && /usr/local/Library/ENV/4.3/clang -DDISABLE_MYSQL_THREAD_H -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -o CMakeFiles/strings.dir/ctype-tis620.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/strings/ctype-tis620.c | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 7%] /usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 7%] Building C object storage/mroonga/vendor/groonga/lib/CMakeFiles/libgroonga.dir/nfkc.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/lib && /usr/local/Library/ENV/4.3/clang -DGRN_DAT_EXPORT -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/lib/dat -o CMakeFiles/libgroonga.dir/nfkc.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/lib/nfkc.c | |
Building C object cmd-line-utils/readline/CMakeFiles/readline.dir/savestring.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/cmd-line-utils/readline && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -DNO_KILL_INTR -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/cmd-line-utils/readline -o CMakeFiles/readline.dir/savestring.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/cmd-line-utils/readline/savestring.c | |
Linking C static library libreadline.a | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/cmd-line-utils/readline && /usr/local/Cellar/cmake/3.1.1_1/bin/cmake -P CMakeFiles/readline.dir/cmake_clean_target.cmake | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 7%] cd /tmp/mariadb-DGHymV/mariadb-10.0.16/cmd-line-utils/readline && /usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_link_script CMakeFiles/readline.dir/link.txt --verbose=1 | |
Building C object strings/CMakeFiles/strings.dir/ctype-uca.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/strings && /usr/local/Library/ENV/4.3/clang -DDISABLE_MYSQL_THREAD_H -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -o CMakeFiles/strings.dir/ctype-uca.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/strings/ctype-uca.c | |
/usr/bin/ar cq libreadline.a CMakeFiles/readline.dir/readline.c.o CMakeFiles/readline.dir/funmap.c.o CMakeFiles/readline.dir/keymaps.c.o CMakeFiles/readline.dir/vi_mode.c.o CMakeFiles/readline.dir/parens.c.o CMakeFiles/readline.dir/rltty.c.o CMakeFiles/readline.dir/complete.c.o CMakeFiles/readline.dir/bind.c.o CMakeFiles/readline.dir/isearch.c.o CMakeFiles/readline.dir/display.c.o CMakeFiles/readline.dir/signals.c.o CMakeFiles/readline.dir/util.c.o CMakeFiles/readline.dir/kill.c.o CMakeFiles/readline.dir/undo.c.o CMakeFiles/readline.dir/macro.c.o CMakeFiles/readline.dir/input.c.o CMakeFiles/readline.dir/callback.c.o CMakeFiles/readline.dir/terminal.c.o CMakeFiles/readline.dir/xmalloc.c.o CMakeFiles/readline.dir/history.c.o CMakeFiles/readline.dir/histsearch.c.o CMakeFiles/readline.dir/histexpand.c.o CMakeFiles/readline.dir/histfile.c.o CMakeFiles/readline.dir/nls.c.o CMakeFiles/readline.dir/search.c.o CMakeFiles/readline.dir/shell.c.o CMakeFiles/readline.dir/tilde.c.o CMakeFiles/readline.dir/misc.c.o CMakeFiles/readline.dir/text.c.o CMakeFiles/readline.dir/mbutil.c.o CMakeFiles/readline.dir/compat.c.o CMakeFiles/readline.dir/savestring.c.o | |
/usr/bin/ranlib libreadline.a | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles 65 66 | |
[ 7%] Built target readline | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles 31 | |
[ 8%] Building C object storage/mroonga/vendor/groonga/lib/CMakeFiles/libgroonga.dir/normalizer.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/lib && /usr/local/Library/ENV/4.3/clang -DGRN_DAT_EXPORT -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/lib/dat -o CMakeFiles/libgroonga.dir/normalizer.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/lib/normalizer.c | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 8%] Building C object storage/mroonga/vendor/groonga/lib/CMakeFiles/libgroonga.dir/output.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/lib && /usr/local/Library/ENV/4.3/clang -DGRN_DAT_EXPORT -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/lib/dat -o CMakeFiles/libgroonga.dir/output.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/lib/output.c | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 8%] [ 8%] Building C object storage/mroonga/vendor/groonga/lib/CMakeFiles/libgroonga.dir/plugin.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/lib && /usr/local/Library/ENV/4.3/clang -DGRN_DAT_EXPORT -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/lib/dat -o CMakeFiles/libgroonga.dir/plugin.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/lib/plugin.c | |
Building C object storage/mroonga/vendor/groonga/lib/CMakeFiles/libgroonga.dir/pat.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/lib && /usr/local/Library/ENV/4.3/clang -DGRN_DAT_EXPORT -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/lib/dat -o CMakeFiles/libgroonga.dir/pat.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/lib/pat.c | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 8%] Building C object storage/mroonga/vendor/groonga/lib/CMakeFiles/libgroonga.dir/proc.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/lib && /usr/local/Library/ENV/4.3/clang -DGRN_DAT_EXPORT -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/lib/dat -o CMakeFiles/libgroonga.dir/proc.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/lib/proc.c | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 8%] Building C object strings/CMakeFiles/strings.dir/ctype-ucs2.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/strings && /usr/local/Library/ENV/4.3/clang -DDISABLE_MYSQL_THREAD_H -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -o CMakeFiles/strings.dir/ctype-ucs2.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/strings/ctype-ucs2.c | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 8%] Building C object storage/mroonga/vendor/groonga/lib/CMakeFiles/libgroonga.dir/snip.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/lib && /usr/local/Library/ENV/4.3/clang -DGRN_DAT_EXPORT -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/lib/dat -o CMakeFiles/libgroonga.dir/snip.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/lib/snip.c | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 8%] Building C object strings/CMakeFiles/strings.dir/ctype-ujis.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/strings && /usr/local/Library/ENV/4.3/clang -DDISABLE_MYSQL_THREAD_H -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -o CMakeFiles/strings.dir/ctype-ujis.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/strings/ctype-ujis.c | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 8%] Building C object strings/CMakeFiles/strings.dir/ctype-utf8.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/strings && /usr/local/Library/ENV/4.3/clang -DDISABLE_MYSQL_THREAD_H -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -o CMakeFiles/strings.dir/ctype-utf8.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/strings/ctype-utf8.c | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 8%] Building C object strings/CMakeFiles/strings.dir/ctype-win1250ch.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/strings && /usr/local/Library/ENV/4.3/clang -DDISABLE_MYSQL_THREAD_H -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -o CMakeFiles/strings.dir/ctype-win1250ch.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/strings/ctype-win1250ch.c | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 8%] Building C object storage/mroonga/vendor/groonga/lib/CMakeFiles/libgroonga.dir/store.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/lib && /usr/local/Library/ENV/4.3/clang -DGRN_DAT_EXPORT -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/lib/dat -o CMakeFiles/libgroonga.dir/store.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/lib/store.c | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles 86 | |
[ 9%] Building C object strings/CMakeFiles/strings.dir/ctype.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/strings && /usr/local/Library/ENV/4.3/clang -DDISABLE_MYSQL_THREAD_H -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -o CMakeFiles/strings.dir/ctype.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/strings/ctype.c | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 9%] Building C object strings/CMakeFiles/strings.dir/decimal.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/strings && /usr/local/Library/ENV/4.3/clang -DDISABLE_MYSQL_THREAD_H -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -o CMakeFiles/strings.dir/decimal.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/strings/decimal.c | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 9%] Building C object storage/mroonga/vendor/groonga/lib/CMakeFiles/libgroonga.dir/str.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/lib && /usr/local/Library/ENV/4.3/clang -DGRN_DAT_EXPORT -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/lib/dat -o CMakeFiles/libgroonga.dir/str.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/lib/str.c | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 9%] Building C object storage/mroonga/vendor/groonga/lib/CMakeFiles/libgroonga.dir/string.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/lib && /usr/local/Library/ENV/4.3/clang -DGRN_DAT_EXPORT -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/lib/dat -o CMakeFiles/libgroonga.dir/string.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/lib/string.c | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 9%] Building C object strings/CMakeFiles/strings.dir/dtoa.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/strings && /usr/local/Library/ENV/4.3/clang -DDISABLE_MYSQL_THREAD_H -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -o CMakeFiles/strings.dir/dtoa.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/strings/dtoa.c | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 9%] Building C object storage/mroonga/vendor/groonga/lib/CMakeFiles/libgroonga.dir/token.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/lib && /usr/local/Library/ENV/4.3/clang -DGRN_DAT_EXPORT -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/lib/dat -o CMakeFiles/libgroonga.dir/token.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/lib/token.c | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 9%] Building C object storage/mroonga/vendor/groonga/lib/CMakeFiles/libgroonga.dir/tokenizer.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/lib && /usr/local/Library/ENV/4.3/clang -DGRN_DAT_EXPORT -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/lib/dat -o CMakeFiles/libgroonga.dir/tokenizer.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/lib/tokenizer.c | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles 32 | |
[ 9%] [ 10%] Building C object storage/mroonga/vendor/groonga/lib/CMakeFiles/libgroonga.dir/token_filter.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/lib && /usr/local/Library/ENV/4.3/clang -DGRN_DAT_EXPORT -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/lib/dat -o CMakeFiles/libgroonga.dir/token_filter.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/lib/token_filter.c | |
Building C object storage/mroonga/vendor/groonga/lib/CMakeFiles/libgroonga.dir/util.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/lib && /usr/local/Library/ENV/4.3/clang -DGRN_DAT_EXPORT -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/lib/dat -o CMakeFiles/libgroonga.dir/util.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/lib/util.c | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 10%] Building C object strings/CMakeFiles/strings.dir/int2str.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/strings && /usr/local/Library/ENV/4.3/clang -DDISABLE_MYSQL_THREAD_H -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -o CMakeFiles/strings.dir/int2str.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/strings/int2str.c | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 10%] Building C object strings/CMakeFiles/strings.dir/is_prefix.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/strings && /usr/local/Library/ENV/4.3/clang -DDISABLE_MYSQL_THREAD_H -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -o CMakeFiles/strings.dir/is_prefix.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/strings/is_prefix.c | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 10%] Building C object strings/CMakeFiles/strings.dir/llstr.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/strings && /usr/local/Library/ENV/4.3/clang -DDISABLE_MYSQL_THREAD_H -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -o CMakeFiles/strings.dir/llstr.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/strings/llstr.c | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 10%] /usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
Building CXX object storage/mroonga/vendor/groonga/lib/CMakeFiles/libgroonga.dir/dat/cursor-factory.cpp.o | |
[ 10%] cd /tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/lib && /usr/local/Library/ENV/4.3/clang++ -DGRN_DAT_EXPORT -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/lib/dat -o CMakeFiles/libgroonga.dir/dat/cursor-factory.cpp.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/lib/dat/cursor-factory.cpp | |
Building CXX object storage/mroonga/vendor/groonga/lib/CMakeFiles/libgroonga.dir/dat/file-impl.cpp.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/lib && /usr/local/Library/ENV/4.3/clang++ -DGRN_DAT_EXPORT -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/lib/dat -o CMakeFiles/libgroonga.dir/dat/file-impl.cpp.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/lib/dat/file-impl.cpp | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 10%] Building CXX object storage/mroonga/vendor/groonga/lib/CMakeFiles/libgroonga.dir/dat/file.cpp.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/lib && /usr/local/Library/ENV/4.3/clang++ -DGRN_DAT_EXPORT -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/lib/dat -o CMakeFiles/libgroonga.dir/dat/file.cpp.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/lib/dat/file.cpp | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 10%] Building C object strings/CMakeFiles/strings.dir/longlong2str.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/strings && /usr/local/Library/ENV/4.3/clang -DDISABLE_MYSQL_THREAD_H -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -o CMakeFiles/strings.dir/longlong2str.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/strings/longlong2str.c | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 10%] /usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
Building C object strings/CMakeFiles/strings.dir/my_strtoll10.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/strings && /usr/local/Library/ENV/4.3/clang -DDISABLE_MYSQL_THREAD_H -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -o CMakeFiles/strings.dir/my_strtoll10.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/strings/my_strtoll10.c | |
[ 10%] Building C object strings/CMakeFiles/strings.dir/my_vsnprintf.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/strings && /usr/local/Library/ENV/4.3/clang -DDISABLE_MYSQL_THREAD_H -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -o CMakeFiles/strings.dir/my_vsnprintf.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/strings/my_vsnprintf.c | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 10%] Building C object strings/CMakeFiles/strings.dir/str2int.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/strings && /usr/local/Library/ENV/4.3/clang -DDISABLE_MYSQL_THREAD_H -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -o CMakeFiles/strings.dir/str2int.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/strings/str2int.c | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 10%] /usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles 87 | |
Building C object strings/CMakeFiles/strings.dir/str_alloc.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/strings && /usr/local/Library/ENV/4.3/clang -DDISABLE_MYSQL_THREAD_H -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -o CMakeFiles/strings.dir/str_alloc.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/strings/str_alloc.c | |
[ 11%] Building C object strings/CMakeFiles/strings.dir/strcend.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/strings && /usr/local/Library/ENV/4.3/clang -DDISABLE_MYSQL_THREAD_H -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -o CMakeFiles/strings.dir/strcend.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/strings/strcend.c | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 11%] Building CXX object storage/mroonga/vendor/groonga/lib/CMakeFiles/libgroonga.dir/dat/id-cursor.cpp.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/lib && /usr/local/Library/ENV/4.3/clang++ -DGRN_DAT_EXPORT -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/lib/dat -o CMakeFiles/libgroonga.dir/dat/id-cursor.cpp.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/lib/dat/id-cursor.cpp | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 11%] Building C object strings/CMakeFiles/strings.dir/strend.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/strings && /usr/local/Library/ENV/4.3/clang -DDISABLE_MYSQL_THREAD_H -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -o CMakeFiles/strings.dir/strend.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/strings/strend.c | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 11%] /usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
Building C object strings/CMakeFiles/strings.dir/strfill.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/strings && /usr/local/Library/ENV/4.3/clang -DDISABLE_MYSQL_THREAD_H -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -o CMakeFiles/strings.dir/strfill.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/strings/strfill.c | |
[ 11%] /usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
Building CXX object storage/mroonga/vendor/groonga/lib/CMakeFiles/libgroonga.dir/dat/key-cursor.cpp.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/lib && /usr/local/Library/ENV/4.3/clang++ -DGRN_DAT_EXPORT -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/lib/dat -o CMakeFiles/libgroonga.dir/dat/key-cursor.cpp.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/lib/dat/key-cursor.cpp | |
[ 11%] Building CXX object storage/mroonga/vendor/groonga/lib/CMakeFiles/libgroonga.dir/dat/predictive-cursor.cpp.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/lib && /usr/local/Library/ENV/4.3/clang++ -DGRN_DAT_EXPORT -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/lib/dat -o CMakeFiles/libgroonga.dir/dat/predictive-cursor.cpp.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/lib/dat/predictive-cursor.cpp | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 11%] Building C object strings/CMakeFiles/strings.dir/strmake.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/strings && /usr/local/Library/ENV/4.3/clang -DDISABLE_MYSQL_THREAD_H -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -o CMakeFiles/strings.dir/strmake.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/strings/strmake.c | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 11%] Building C object strings/CMakeFiles/strings.dir/strmov.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/strings && /usr/local/Library/ENV/4.3/clang -DDISABLE_MYSQL_THREAD_H -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -o CMakeFiles/strings.dir/strmov.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/strings/strmov.c | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 11%] Building C object strings/CMakeFiles/strings.dir/strnmov.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/strings && /usr/local/Library/ENV/4.3/clang -DDISABLE_MYSQL_THREAD_H -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -o CMakeFiles/strings.dir/strnmov.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/strings/strnmov.c | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 11%] Building CXX object storage/mroonga/vendor/groonga/lib/CMakeFiles/libgroonga.dir/dat/prefix-cursor.cpp.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/lib && /usr/local/Library/ENV/4.3/clang++ -DGRN_DAT_EXPORT -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/lib/dat -o CMakeFiles/libgroonga.dir/dat/prefix-cursor.cpp.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/lib/dat/prefix-cursor.cpp | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 11%] /usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
Building CXX object storage/mroonga/vendor/groonga/lib/CMakeFiles/libgroonga.dir/dat/trie.cpp.o | |
[ 11%] cd /tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/lib && /usr/local/Library/ENV/4.3/clang++ -DGRN_DAT_EXPORT -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/lib/dat -o CMakeFiles/libgroonga.dir/dat/trie.cpp.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/lib/dat/trie.cpp | |
Building C object storage/mroonga/vendor/groonga/lib/CMakeFiles/libgroonga.dir/mrb/mrb_accessor.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/lib && /usr/local/Library/ENV/4.3/clang -DGRN_DAT_EXPORT -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/lib/dat -o CMakeFiles/libgroonga.dir/mrb/mrb_accessor.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/lib/mrb/mrb_accessor.c | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 11%] Building C object strings/CMakeFiles/strings.dir/strxmov.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/strings && /usr/local/Library/ENV/4.3/clang -DDISABLE_MYSQL_THREAD_H -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -o CMakeFiles/strings.dir/strxmov.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/strings/strxmov.c | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 11%] /usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles 33 | |
Building C object storage/mroonga/vendor/groonga/lib/CMakeFiles/libgroonga.dir/mrb/mrb_bulk.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/lib && /usr/local/Library/ENV/4.3/clang -DGRN_DAT_EXPORT -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/lib/dat -o CMakeFiles/libgroonga.dir/mrb/mrb_bulk.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/lib/mrb/mrb_bulk.c | |
[ 12%] Building C object storage/mroonga/vendor/groonga/lib/CMakeFiles/libgroonga.dir/mrb/mrb_column.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/lib && /usr/local/Library/ENV/4.3/clang -DGRN_DAT_EXPORT -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/lib/dat -o CMakeFiles/libgroonga.dir/mrb/mrb_column.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/lib/mrb/mrb_column.c | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 12%] /usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 12%] Building C object storage/mroonga/vendor/groonga/lib/CMakeFiles/libgroonga.dir/mrb/mrb_converter.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/lib && /usr/local/Library/ENV/4.3/clang -DGRN_DAT_EXPORT -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/lib/dat -o CMakeFiles/libgroonga.dir/mrb/mrb_converter.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/lib/mrb/mrb_converter.c | |
Building C object strings/CMakeFiles/strings.dir/strxnmov.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/strings && /usr/local/Library/ENV/4.3/clang -DDISABLE_MYSQL_THREAD_H -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -o CMakeFiles/strings.dir/strxnmov.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/strings/strxnmov.c | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 12%] [ 12%] /usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
Building C object storage/mroonga/vendor/groonga/lib/CMakeFiles/libgroonga.dir/mrb/mrb_ctx.c.o | |
Building C object strings/CMakeFiles/strings.dir/xml.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/lib && /usr/local/Library/ENV/4.3/clang -DGRN_DAT_EXPORT -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/lib/dat -o CMakeFiles/libgroonga.dir/mrb/mrb_ctx.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/lib/mrb/mrb_ctx.c | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/strings && /usr/local/Library/ENV/4.3/clang -DDISABLE_MYSQL_THREAD_H -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -o CMakeFiles/strings.dir/xml.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/strings/xml.c | |
[ 12%] Building C object strings/CMakeFiles/strings.dir/strmov_overlapp.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/strings && /usr/local/Library/ENV/4.3/clang -DDISABLE_MYSQL_THREAD_H -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -o CMakeFiles/strings.dir/strmov_overlapp.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/strings/strmov_overlapp.c | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 12%] /usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 12%] Building C object strings/CMakeFiles/strings.dir/my_strchr.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/strings && /usr/local/Library/ENV/4.3/clang -DDISABLE_MYSQL_THREAD_H -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -o CMakeFiles/strings.dir/my_strchr.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/strings/my_strchr.c | |
Building C object storage/mroonga/vendor/groonga/lib/CMakeFiles/libgroonga.dir/mrb/mrb_error.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/lib && /usr/local/Library/ENV/4.3/clang -DGRN_DAT_EXPORT -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/lib/dat -o CMakeFiles/libgroonga.dir/mrb/mrb_error.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/lib/mrb/mrb_error.c | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 12%] [ 12%] Building C object storage/mroonga/vendor/groonga/lib/CMakeFiles/libgroonga.dir/mrb/mrb_expr.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/lib && /usr/local/Library/ENV/4.3/clang -DGRN_DAT_EXPORT -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/lib/dat -o CMakeFiles/libgroonga.dir/mrb/mrb_expr.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/lib/mrb/mrb_expr.c | |
Building C object storage/mroonga/vendor/groonga/lib/CMakeFiles/libgroonga.dir/mrb/mrb_fixed_size_column.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/lib && /usr/local/Library/ENV/4.3/clang -DGRN_DAT_EXPORT -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/lib/dat -o CMakeFiles/libgroonga.dir/mrb/mrb_fixed_size_column.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/lib/mrb/mrb_fixed_size_column.c | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 12%] /usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles 88 | |
Building C object strings/CMakeFiles/strings.dir/strcont.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/strings && /usr/local/Library/ENV/4.3/clang -DDISABLE_MYSQL_THREAD_H -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -o CMakeFiles/strings.dir/strcont.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/strings/strcont.c | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 13%] [ 13%] Building C object strings/CMakeFiles/strings.dir/strappend.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/strings && /usr/local/Library/ENV/4.3/clang -DDISABLE_MYSQL_THREAD_H -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -o CMakeFiles/strings.dir/strappend.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/strings/strappend.c | |
Building C object storage/mroonga/vendor/groonga/lib/CMakeFiles/libgroonga.dir/mrb/mrb_id.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/lib && /usr/local/Library/ENV/4.3/clang -DGRN_DAT_EXPORT -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/lib/dat -o CMakeFiles/libgroonga.dir/mrb/mrb_id.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/lib/mrb/mrb_id.c | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 13%] [ 13%] /usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
Building C object storage/mroonga/vendor/groonga/lib/CMakeFiles/libgroonga.dir/mrb/mrb_index_column.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/lib && /usr/local/Library/ENV/4.3/clang -DGRN_DAT_EXPORT -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/lib/dat -o CMakeFiles/libgroonga.dir/mrb/mrb_index_column.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/lib/mrb/mrb_index_column.c | |
Building C object storage/mroonga/vendor/groonga/lib/CMakeFiles/libgroonga.dir/mrb/mrb_logger.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/lib && /usr/local/Library/ENV/4.3/clang -DGRN_DAT_EXPORT -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/lib/dat -o CMakeFiles/libgroonga.dir/mrb/mrb_logger.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/lib/mrb/mrb_logger.c | |
[ 13%] Building C object storage/mroonga/vendor/groonga/lib/CMakeFiles/libgroonga.dir/mrb/mrb_obj.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/lib && /usr/local/Library/ENV/4.3/clang -DGRN_DAT_EXPORT -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/lib/dat -o CMakeFiles/libgroonga.dir/mrb/mrb_obj.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/lib/mrb/mrb_obj.c | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 13%] Building C object storage/mroonga/vendor/groonga/lib/CMakeFiles/libgroonga.dir/mrb/mrb_operator.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/lib && /usr/local/Library/ENV/4.3/clang -DGRN_DAT_EXPORT -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/lib/dat -o CMakeFiles/libgroonga.dir/mrb/mrb_operator.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/lib/mrb/mrb_operator.c | |
Linking C static library libstrings.a | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/strings && /usr/local/Cellar/cmake/3.1.1_1/bin/cmake -P CMakeFiles/strings.dir/cmake_clean_target.cmake | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/strings && /usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_link_script CMakeFiles/strings.dir/link.txt --verbose=1 | |
[ 13%] /usr/bin/ar cq libstrings.a CMakeFiles/strings.dir/bchange.c.o CMakeFiles/strings.dir/bmove_upp.c.o CMakeFiles/strings.dir/ctype-big5.c.o CMakeFiles/strings.dir/ctype-bin.c.o CMakeFiles/strings.dir/ctype-cp932.c.o CMakeFiles/strings.dir/ctype-czech.c.o CMakeFiles/strings.dir/ctype-euc_kr.c.o CMakeFiles/strings.dir/ctype-eucjpms.c.o CMakeFiles/strings.dir/ctype-extra.c.o CMakeFiles/strings.dir/ctype-gb2312.c.o CMakeFiles/strings.dir/ctype-gbk.c.o CMakeFiles/strings.dir/ctype-latin1.c.o CMakeFiles/strings.dir/ctype-mb.c.o CMakeFiles/strings.dir/ctype-simple.c.o CMakeFiles/strings.dir/ctype-sjis.c.o CMakeFiles/strings.dir/ctype-tis620.c.o CMakeFiles/strings.dir/ctype-uca.c.o CMakeFiles/strings.dir/ctype-ucs2.c.o CMakeFiles/strings.dir/ctype-ujis.c.o CMakeFiles/strings.dir/ctype-utf8.c.o CMakeFiles/strings.dir/ctype-win1250ch.c.o CMakeFiles/strings.dir/ctype.c.o CMakeFiles/strings.dir/decimal.c.o CMakeFiles/strings.dir/dtoa.c.o CMakeFiles/strings.dir/int2str.c.o CMakeFiles/strings.dir/is_prefix.c.o CMakeFiles/strings.dir/llstr.c.o CMakeFiles/strings.dir/longlong2str.c.o CMakeFiles/strings.dir/my_strtoll10.c.o CMakeFiles/strings.dir/my_vsnprintf.c.o CMakeFiles/strings.dir/str2int.c.o CMakeFiles/strings.dir/str_alloc.c.o CMakeFiles/strings.dir/strcend.c.o CMakeFiles/strings.dir/strend.c.o CMakeFiles/strings.dir/strfill.c.o CMakeFiles/strings.dir/strmake.c.o CMakeFiles/strings.dir/strmov.c.o CMakeFiles/strings.dir/strnmov.c.o CMakeFiles/strings.dir/strxmov.c.o CMakeFiles/strings.dir/strxnmov.c.o CMakeFiles/strings.dir/xml.c.o CMakeFiles/strings.dir/strmov_overlapp.c.o CMakeFiles/strings.dir/my_strchr.c.o CMakeFiles/strings.dir/strcont.c.o CMakeFiles/strings.dir/strappend.c.o | |
Building C object storage/mroonga/vendor/groonga/lib/CMakeFiles/libgroonga.dir/mrb/mrb_procedure.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/lib && /usr/local/Library/ENV/4.3/clang -DGRN_DAT_EXPORT -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/lib/dat -o CMakeFiles/libgroonga.dir/mrb/mrb_procedure.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/lib/mrb/mrb_procedure.c | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libstrings.a(longlong2str.c.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libstrings.a(strmov.c.o) has no symbols | |
/usr/bin/ranlib libstrings.a | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libstrings.a(longlong2str.c.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libstrings.a(strmov.c.o) has no symbols | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles 34 | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 14%] [ 14%] Building C object storage/mroonga/vendor/groonga/lib/CMakeFiles/libgroonga.dir/mrb/mrb_variable_size_column.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/lib && /usr/local/Library/ENV/4.3/clang -DGRN_DAT_EXPORT -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/lib/dat -o CMakeFiles/libgroonga.dir/mrb/mrb_variable_size_column.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/lib/mrb/mrb_variable_size_column.c | |
Building C object storage/mroonga/vendor/groonga/lib/CMakeFiles/libgroonga.dir/mrb/mrb_void.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/lib && /usr/local/Library/ENV/4.3/clang -DGRN_DAT_EXPORT -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/lib/dat -o CMakeFiles/libgroonga.dir/mrb/mrb_void.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/storage/mroonga/vendor/groonga/lib/mrb/mrb_void.c | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles 85 86 87 88 | |
[ 14%] Built target strings | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f mysys/CMakeFiles/mysys.dir/build.make mysys/CMakeFiles/mysys.dir/depend | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16 && /usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/mariadb-DGHymV/mariadb-10.0.16 /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys /tmp/mariadb-DGHymV/mariadb-10.0.16 /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys/CMakeFiles/mysys.dir/DependInfo.cmake --color= | |
Scanning dependencies of target mysys | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f mysys/CMakeFiles/mysys.dir/build.make mysys/CMakeFiles/mysys.dir/build | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 14%] /usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 14%] [ 14%] [ 14%] [ 14%] [ 14%] Building C object mysys/CMakeFiles/mysys.dir/array.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/mysys -o CMakeFiles/mysys.dir/array.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys/array.c | |
Building C object mysys/CMakeFiles/mysys.dir/charset.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/mysys -o CMakeFiles/mysys.dir/charset.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys/charset.c | |
Building C object mysys/CMakeFiles/mysys.dir/charset-def.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/mysys -o CMakeFiles/mysys.dir/charset-def.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys/charset-def.c | |
Building C object mysys/CMakeFiles/mysys.dir/checksum.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/mysys -o CMakeFiles/mysys.dir/checksum.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys/checksum.c | |
Building C object mysys/CMakeFiles/mysys.dir/my_default.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/mysys -o CMakeFiles/mysys.dir/my_default.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys/my_default.c | |
Building C object mysys/CMakeFiles/mysys.dir/errors.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/mysys -o CMakeFiles/mysys.dir/errors.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys/errors.c | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles 47 | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 15%] [ 15%] /usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
Building C object mysys/CMakeFiles/mysys.dir/hash.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/mysys -o CMakeFiles/mysys.dir/hash.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys/hash.c | |
[ 15%] Building C object mysys/CMakeFiles/mysys.dir/list.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/mysys -o CMakeFiles/mysys.dir/list.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys/list.c | |
Building C object mysys/CMakeFiles/mysys.dir/mf_cache.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/mysys -o CMakeFiles/mysys.dir/mf_cache.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys/mf_cache.c | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 15%] Building C object mysys/CMakeFiles/mysys.dir/mf_dirname.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/mysys -o CMakeFiles/mysys.dir/mf_dirname.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys/mf_dirname.c | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 15%] Building C object mysys/CMakeFiles/mysys.dir/mf_fn_ext.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/mysys -o CMakeFiles/mysys.dir/mf_fn_ext.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys/mf_fn_ext.c | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 15%] Building C object mysys/CMakeFiles/mysys.dir/mf_format.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/mysys -o CMakeFiles/mysys.dir/mf_format.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys/mf_format.c | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 15%] /usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
Building C object mysys/CMakeFiles/mysys.dir/mf_getdate.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/mysys -o CMakeFiles/mysys.dir/mf_getdate.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys/mf_getdate.c | |
[ 15%] Building C object mysys/CMakeFiles/mysys.dir/mf_iocache.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/mysys -o CMakeFiles/mysys.dir/mf_iocache.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys/mf_iocache.c | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 15%] Building C object mysys/CMakeFiles/mysys.dir/mf_iocache2.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/mysys -o CMakeFiles/mysys.dir/mf_iocache2.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys/mf_iocache2.c | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 15%] Building C object mysys/CMakeFiles/mysys.dir/mf_keycache.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/mysys -o CMakeFiles/mysys.dir/mf_keycache.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys/mf_keycache.c | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 15%] Building C object mysys/CMakeFiles/mysys.dir/mf_keycaches.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/mysys -o CMakeFiles/mysys.dir/mf_keycaches.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys/mf_keycaches.c | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 15%] /usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles 48 | |
Building C object mysys/CMakeFiles/mysys.dir/mf_loadpath.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/mysys -o CMakeFiles/mysys.dir/mf_loadpath.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys/mf_loadpath.c | |
[ 16%] Building C object mysys/CMakeFiles/mysys.dir/mf_pack.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/mysys -o CMakeFiles/mysys.dir/mf_pack.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys/mf_pack.c | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 16%] [ 16%] Building C object mysys/CMakeFiles/mysys.dir/mf_path.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/mysys -o CMakeFiles/mysys.dir/mf_path.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys/mf_path.c | |
Building C object mysys/CMakeFiles/mysys.dir/mf_qsort.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/mysys -o CMakeFiles/mysys.dir/mf_qsort.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys/mf_qsort.c | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 16%] /usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
Building C object mysys/CMakeFiles/mysys.dir/mf_qsort2.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/mysys -o CMakeFiles/mysys.dir/mf_qsort2.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys/mf_qsort2.c | |
[ 16%] Building C object mysys/CMakeFiles/mysys.dir/mf_radix.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/mysys -o CMakeFiles/mysys.dir/mf_radix.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys/mf_radix.c | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 16%] Building C object mysys/CMakeFiles/mysys.dir/mf_same.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/mysys -o CMakeFiles/mysys.dir/mf_same.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys/mf_same.c | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 16%] Building C object mysys/CMakeFiles/mysys.dir/mf_sort.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/mysys -o CMakeFiles/mysys.dir/mf_sort.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys/mf_sort.c | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 16%] [ 16%] Building C object mysys/CMakeFiles/mysys.dir/mf_soundex.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/mysys -o CMakeFiles/mysys.dir/mf_soundex.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys/mf_soundex.c | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
Building C object mysys/CMakeFiles/mysys.dir/mf_arr_appstr.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/mysys -o CMakeFiles/mysys.dir/mf_arr_appstr.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys/mf_arr_appstr.c | |
[ 16%] Building C object mysys/CMakeFiles/mysys.dir/mf_tempdir.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/mysys -o CMakeFiles/mysys.dir/mf_tempdir.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys/mf_tempdir.c | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 16%] Building C object mysys/CMakeFiles/mysys.dir/mf_tempfile.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/mysys -o CMakeFiles/mysys.dir/mf_tempfile.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys/mf_tempfile.c | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles 49 | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 17%] [ 17%] Building C object mysys/CMakeFiles/mysys.dir/mf_unixpath.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/mysys -o CMakeFiles/mysys.dir/mf_unixpath.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys/mf_unixpath.c | |
Building C object mysys/CMakeFiles/mysys.dir/mf_wcomp.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/mysys -o CMakeFiles/mysys.dir/mf_wcomp.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys/mf_wcomp.c | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 17%] /usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 17%] Building C object mysys/CMakeFiles/mysys.dir/mulalloc.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/mysys -o CMakeFiles/mysys.dir/mulalloc.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys/mulalloc.c | |
Building C object mysys/CMakeFiles/mysys.dir/my_access.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/mysys -o CMakeFiles/mysys.dir/my_access.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys/my_access.c | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 17%] Building C object mysys/CMakeFiles/mysys.dir/my_alloc.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/mysys -o CMakeFiles/mysys.dir/my_alloc.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys/my_alloc.c | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 17%] Building C object mysys/CMakeFiles/mysys.dir/my_bit.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/mysys -o CMakeFiles/mysys.dir/my_bit.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys/my_bit.c | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 17%] /usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
Building C object mysys/CMakeFiles/mysys.dir/my_bitmap.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/mysys -o CMakeFiles/mysys.dir/my_bitmap.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys/my_bitmap.c | |
[ 17%] Building C object mysys/CMakeFiles/mysys.dir/my_chsize.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/mysys -o CMakeFiles/mysys.dir/my_chsize.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys/my_chsize.c | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 17%] /usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
Building C object mysys/CMakeFiles/mysys.dir/my_compress.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/mysys -o CMakeFiles/mysys.dir/my_compress.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys/my_compress.c | |
[ 17%] /usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
Building C object mysys/CMakeFiles/mysys.dir/my_copy.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/mysys -o CMakeFiles/mysys.dir/my_copy.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys/my_copy.c | |
[ 17%] Building C object mysys/CMakeFiles/mysys.dir/my_create.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/mysys -o CMakeFiles/mysys.dir/my_create.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys/my_create.c | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 17%] Building C object mysys/CMakeFiles/mysys.dir/my_delete.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/mysys -o CMakeFiles/mysys.dir/my_delete.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys/my_delete.c | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles 50 | |
[ 18%] Building C object mysys/CMakeFiles/mysys.dir/my_div.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/mysys -o CMakeFiles/mysys.dir/my_div.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys/my_div.c | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 18%] Building C object mysys/CMakeFiles/mysys.dir/my_error.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/mysys -o CMakeFiles/mysys.dir/my_error.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys/my_error.c | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 18%] [ 18%] Building C object mysys/CMakeFiles/mysys.dir/my_file.c.o | |
Building C object mysys/CMakeFiles/mysys.dir/my_fopen.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/mysys -o CMakeFiles/mysys.dir/my_file.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys/my_file.c | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/mysys -o CMakeFiles/mysys.dir/my_fopen.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys/my_fopen.c | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 18%] [ 18%] Building C object mysys/CMakeFiles/mysys.dir/my_fstream.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/mysys -o CMakeFiles/mysys.dir/my_fstream.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys/my_fstream.c | |
Building C object mysys/CMakeFiles/mysys.dir/my_gethwaddr.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/mysys -o CMakeFiles/mysys.dir/my_gethwaddr.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys/my_gethwaddr.c | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 18%] Building C object mysys/CMakeFiles/mysys.dir/my_getopt.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/mysys -o CMakeFiles/mysys.dir/my_getopt.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys/my_getopt.c | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 18%] [ 18%] Building C object mysys/CMakeFiles/mysys.dir/my_getsystime.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/mysys -o CMakeFiles/mysys.dir/my_getsystime.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys/my_getsystime.c | |
Building C object mysys/CMakeFiles/mysys.dir/my_getwd.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/mysys -o CMakeFiles/mysys.dir/my_getwd.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys/my_getwd.c | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 18%] Building C object mysys/CMakeFiles/mysys.dir/my_compare.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/mysys -o CMakeFiles/mysys.dir/my_compare.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys/my_compare.c | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 18%] [ 18%] Building C object mysys/CMakeFiles/mysys.dir/my_init.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/mysys -o CMakeFiles/mysys.dir/my_init.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys/my_init.c | |
Building C object mysys/CMakeFiles/mysys.dir/my_lib.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/mysys -o CMakeFiles/mysys.dir/my_lib.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys/my_lib.c | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles 51 | |
[ 19%] /usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
Building C object mysys/CMakeFiles/mysys.dir/my_lock.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/mysys -o CMakeFiles/mysys.dir/my_lock.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys/my_lock.c | |
[ 19%] Building C object mysys/CMakeFiles/mysys.dir/my_malloc.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/mysys -o CMakeFiles/mysys.dir/my_malloc.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys/my_malloc.c | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 19%] /usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
Building C object mysys/CMakeFiles/mysys.dir/my_mess.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/mysys -o CMakeFiles/mysys.dir/my_mess.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys/my_mess.c | |
[ 19%] Building C object mysys/CMakeFiles/mysys.dir/my_mkdir.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/mysys -o CMakeFiles/mysys.dir/my_mkdir.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys/my_mkdir.c | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 19%] Building C object mysys/CMakeFiles/mysys.dir/my_mmap.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/mysys -o CMakeFiles/mysys.dir/my_mmap.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys/my_mmap.c | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 19%] Building C object mysys/CMakeFiles/mysys.dir/my_once.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/mysys -o CMakeFiles/mysys.dir/my_once.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys/my_once.c | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 19%] Building C object mysys/CMakeFiles/mysys.dir/my_open.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/mysys -o CMakeFiles/mysys.dir/my_open.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys/my_open.c | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 19%] Building C object mysys/CMakeFiles/mysys.dir/my_pread.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/mysys -o CMakeFiles/mysys.dir/my_pread.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys/my_pread.c | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 19%] /usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
Building C object mysys/CMakeFiles/mysys.dir/my_pthread.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/mysys -o CMakeFiles/mysys.dir/my_pthread.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys/my_pthread.c | |
[ 19%] Building C object mysys/CMakeFiles/mysys.dir/my_quick.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/mysys -o CMakeFiles/mysys.dir/my_quick.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys/my_quick.c | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 19%] Building C object mysys/CMakeFiles/mysys.dir/my_read.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/mysys -o CMakeFiles/mysys.dir/my_read.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys/my_read.c | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles 52 | |
[ 20%] Building C object mysys/CMakeFiles/mysys.dir/my_redel.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/mysys -o CMakeFiles/mysys.dir/my_redel.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys/my_redel.c | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 20%] Building C object mysys/CMakeFiles/mysys.dir/my_rename.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/mysys -o CMakeFiles/mysys.dir/my_rename.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys/my_rename.c | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 20%] /usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
Building C object mysys/CMakeFiles/mysys.dir/my_seek.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/mysys -o CMakeFiles/mysys.dir/my_seek.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys/my_seek.c | |
[ 20%] /usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
Building C object mysys/CMakeFiles/mysys.dir/my_sleep.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/mysys -o CMakeFiles/mysys.dir/my_sleep.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys/my_sleep.c | |
[ 20%] Building C object mysys/CMakeFiles/mysys.dir/my_static.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/mysys -o CMakeFiles/mysys.dir/my_static.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys/my_static.c | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 20%] Building C object mysys/CMakeFiles/mysys.dir/my_symlink.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/mysys -o CMakeFiles/mysys.dir/my_symlink.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys/my_symlink.c | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 20%] Building C object mysys/CMakeFiles/mysys.dir/my_symlink2.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/mysys -o CMakeFiles/mysys.dir/my_symlink2.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys/my_symlink2.c | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 20%] Building C object mysys/CMakeFiles/mysys.dir/my_sync.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/mysys -o CMakeFiles/mysys.dir/my_sync.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys/my_sync.c | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 20%] /usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 20%] Building C object mysys/CMakeFiles/mysys.dir/my_thr_init.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/mysys -o CMakeFiles/mysys.dir/my_thr_init.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys/my_thr_init.c | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
Building C object mysys/CMakeFiles/mysys.dir/my_basename.c.o | |
[ 20%] cd /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/mysys -o CMakeFiles/mysys.dir/my_basename.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys/my_basename.c | |
Building C object mysys/CMakeFiles/mysys.dir/my_write.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/mysys -o CMakeFiles/mysys.dir/my_write.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys/my_write.c | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 20%] Building C object mysys/CMakeFiles/mysys.dir/ptr_cmp.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/mysys -o CMakeFiles/mysys.dir/ptr_cmp.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys/ptr_cmp.c | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles 53 | |
[ 21%] /usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 21%] Building C object mysys/CMakeFiles/mysys.dir/queues.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/mysys -o CMakeFiles/mysys.dir/queues.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys/queues.c | |
Building C object mysys/CMakeFiles/mysys.dir/stacktrace.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/mysys -o CMakeFiles/mysys.dir/stacktrace.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys/stacktrace.c | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 21%] Building C object mysys/CMakeFiles/mysys.dir/string.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/mysys -o CMakeFiles/mysys.dir/string.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys/string.c | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 21%] Building C object mysys/CMakeFiles/mysys.dir/thr_alarm.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/mysys -o CMakeFiles/mysys.dir/thr_alarm.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys/thr_alarm.c | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 21%] Building C object mysys/CMakeFiles/mysys.dir/thr_lock.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/mysys -o CMakeFiles/mysys.dir/thr_lock.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys/thr_lock.c | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 21%] Building C object mysys/CMakeFiles/mysys.dir/thr_mutex.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/mysys -o CMakeFiles/mysys.dir/thr_mutex.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys/thr_mutex.c | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 21%] Building C object mysys/CMakeFiles/mysys.dir/thr_rwlock.c.o | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/mysys -o CMakeFiles/mysys.dir/thr_rwlock.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys/thr_rwlock.c | |
[ 21%] Building C object mysys/CMakeFiles/mysys.dir/tree.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/mysys -o CMakeFiles/mysys.dir/tree.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys/tree.c | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 21%] Building C object mysys/CMakeFiles/mysys.dir/typelib.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/mysys -o CMakeFiles/mysys.dir/typelib.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys/typelib.c | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 21%] Building C object mysys/CMakeFiles/mysys.dir/base64.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/mysys -o CMakeFiles/mysys.dir/base64.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys/base64.c | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 21%] Building C object mysys/CMakeFiles/mysys.dir/my_memmem.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/mysys -o CMakeFiles/mysys.dir/my_memmem.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys/my_memmem.c | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles 54 | |
[ 22%] Building C object mysys/CMakeFiles/mysys.dir/my_getpagesize.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/mysys -o CMakeFiles/mysys.dir/my_getpagesize.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys/my_getpagesize.c | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 22%] /usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
Building C object mysys/CMakeFiles/mysys.dir/lf_alloc-pin.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/mysys -o CMakeFiles/mysys.dir/lf_alloc-pin.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys/lf_alloc-pin.c | |
[ 22%] Building C object mysys/CMakeFiles/mysys.dir/lf_dynarray.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/mysys -o CMakeFiles/mysys.dir/lf_dynarray.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys/lf_dynarray.c | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 22%] [ 22%] /usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 22%] Building C object mysys/CMakeFiles/mysys.dir/lf_hash.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/mysys -o CMakeFiles/mysys.dir/lf_hash.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys/lf_hash.c | |
Building C object mysys/CMakeFiles/mysys.dir/safemalloc.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/mysys -o CMakeFiles/mysys.dir/safemalloc.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys/safemalloc.c | |
Building CXX object mysys/CMakeFiles/mysys.dir/my_new.cc.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys && /usr/local/Library/ENV/4.3/clang++ -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/mysys -o CMakeFiles/mysys.dir/my_new.cc.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys/my_new.cc | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 22%] Building C object mysys/CMakeFiles/mysys.dir/my_atomic.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/mysys -o CMakeFiles/mysys.dir/my_atomic.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys/my_atomic.c | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 22%] /usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 22%] Building C object mysys/CMakeFiles/mysys.dir/my_getncpus.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/mysys -o CMakeFiles/mysys.dir/my_getncpus.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys/my_getncpus.c | |
[ 22%] Building C object mysys/CMakeFiles/mysys.dir/my_safehash.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/mysys -o CMakeFiles/mysys.dir/my_safehash.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys/my_safehash.c | |
Building C object mysys/CMakeFiles/mysys.dir/my_chmod.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/mysys -o CMakeFiles/mysys.dir/my_chmod.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys/my_chmod.c | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 22%] [ 22%] /usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles 55 | |
Building C object mysys/CMakeFiles/mysys.dir/my_rnd.c.o | |
[ 23%] cd /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/mysys -o CMakeFiles/mysys.dir/my_rnd.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys/my_rnd.c | |
Building C object mysys/CMakeFiles/mysys.dir/my_uuid.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/mysys -o CMakeFiles/mysys.dir/my_uuid.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys/my_uuid.c | |
Building C object mysys/CMakeFiles/mysys.dir/wqueue.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/mysys -o CMakeFiles/mysys.dir/wqueue.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys/wqueue.c | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 23%] /usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
Building C object mysys/CMakeFiles/mysys.dir/waiting_threads.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/mysys -o CMakeFiles/mysys.dir/waiting_threads.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys/waiting_threads.c | |
[ 23%] Building C object mysys/CMakeFiles/mysys.dir/ma_dyncol.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/mysys -o CMakeFiles/mysys.dir/ma_dyncol.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys/ma_dyncol.c | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 23%] Building C object mysys/CMakeFiles/mysys.dir/my_rdtsc.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/mysys -o CMakeFiles/mysys.dir/my_rdtsc.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys/my_rdtsc.c | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 23%] /usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 23%] Building C object mysys/CMakeFiles/mysys.dir/my_context.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/mysys -o CMakeFiles/mysys.dir/my_context.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys/my_context.c | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
Building C object mysys/CMakeFiles/mysys.dir/psi_noop.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/mysys -o CMakeFiles/mysys.dir/psi_noop.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys/psi_noop.c | |
[ 23%] Building C object mysys/CMakeFiles/mysys.dir/file_logger.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/mysys -o CMakeFiles/mysys.dir/file_logger.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys/file_logger.c | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 23%] [ 23%] [ 23%] Building C object mysys/CMakeFiles/mysys.dir/my_alarm.c.o | |
Building C object mysys/CMakeFiles/mysys.dir/my_addr_resolve.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/mysys -o CMakeFiles/mysys.dir/my_alarm.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys/my_alarm.c | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/mysys -o CMakeFiles/mysys.dir/my_addr_resolve.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys/my_addr_resolve.c | |
Building C object mysys/CMakeFiles/mysys.dir/my_lockmem.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/mysys -o CMakeFiles/mysys.dir/my_lockmem.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys/my_lockmem.c | |
Linking CXX static library libmysys.a | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys && /usr/local/Cellar/cmake/3.1.1_1/bin/cmake -P CMakeFiles/mysys.dir/cmake_clean_target.cmake | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys && /usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_link_script CMakeFiles/mysys.dir/link.txt --verbose=1 | |
/usr/bin/ar cq libmysys.a CMakeFiles/mysys.dir/array.c.o CMakeFiles/mysys.dir/charset-def.c.o CMakeFiles/mysys.dir/charset.c.o CMakeFiles/mysys.dir/checksum.c.o CMakeFiles/mysys.dir/my_default.c.o CMakeFiles/mysys.dir/errors.c.o CMakeFiles/mysys.dir/hash.c.o CMakeFiles/mysys.dir/list.c.o CMakeFiles/mysys.dir/mf_cache.c.o CMakeFiles/mysys.dir/mf_dirname.c.o CMakeFiles/mysys.dir/mf_fn_ext.c.o CMakeFiles/mysys.dir/mf_format.c.o CMakeFiles/mysys.dir/mf_getdate.c.o CMakeFiles/mysys.dir/mf_iocache.c.o CMakeFiles/mysys.dir/mf_iocache2.c.o CMakeFiles/mysys.dir/mf_keycache.c.o CMakeFiles/mysys.dir/mf_keycaches.c.o CMakeFiles/mysys.dir/mf_loadpath.c.o CMakeFiles/mysys.dir/mf_pack.c.o CMakeFiles/mysys.dir/mf_path.c.o CMakeFiles/mysys.dir/mf_qsort.c.o CMakeFiles/mysys.dir/mf_qsort2.c.o CMakeFiles/mysys.dir/mf_radix.c.o CMakeFiles/mysys.dir/mf_same.c.o CMakeFiles/mysys.dir/mf_sort.c.o CMakeFiles/mysys.dir/mf_soundex.c.o CMakeFiles/mysys.dir/mf_arr_appstr.c.o CMakeFiles/mysys.dir/mf_tempdir.c.o CMakeFiles/mysys.dir/mf_tempfile.c.o CMakeFiles/mysys.dir/mf_unixpath.c.o CMakeFiles/mysys.dir/mf_wcomp.c.o CMakeFiles/mysys.dir/mulalloc.c.o CMakeFiles/mysys.dir/my_access.c.o CMakeFiles/mysys.dir/my_alloc.c.o CMakeFiles/mysys.dir/my_bit.c.o CMakeFiles/mysys.dir/my_bitmap.c.o CMakeFiles/mysys.dir/my_chsize.c.o CMakeFiles/mysys.dir/my_compress.c.o CMakeFiles/mysys.dir/my_copy.c.o CMakeFiles/mysys.dir/my_create.c.o CMakeFiles/mysys.dir/my_delete.c.o CMakeFiles/mysys.dir/my_div.c.o CMakeFiles/mysys.dir/my_error.c.o CMakeFiles/mysys.dir/my_file.c.o CMakeFiles/mysys.dir/my_fopen.c.o CMakeFiles/mysys.dir/my_fstream.c.o CMakeFiles/mysys.dir/my_gethwaddr.c.o CMakeFiles/mysys.dir/my_getopt.c.o CMakeFiles/mysys.dir/my_getsystime.c.o CMakeFiles/mysys.dir/my_getwd.c.o CMakeFiles/mysys.dir/my_compare.c.o CMakeFiles/mysys.dir/my_init.c.o CMakeFiles/mysys.dir/my_lib.c.o CMakeFiles/mysys.dir/my_lock.c.o CMakeFiles/mysys.dir/my_malloc.c.o CMakeFiles/mysys.dir/my_mess.c.o CMakeFiles/mysys.dir/my_mkdir.c.o CMakeFiles/mysys.dir/my_mmap.c.o CMakeFiles/mysys.dir/my_once.c.o CMakeFiles/mysys.dir/my_open.c.o CMakeFiles/mysys.dir/my_pread.c.o CMakeFiles/mysys.dir/my_pthread.c.o CMakeFiles/mysys.dir/my_quick.c.o CMakeFiles/mysys.dir/my_read.c.o CMakeFiles/mysys.dir/my_redel.c.o CMakeFiles/mysys.dir/my_rename.c.o CMakeFiles/mysys.dir/my_seek.c.o CMakeFiles/mysys.dir/my_sleep.c.o CMakeFiles/mysys.dir/my_static.c.o CMakeFiles/mysys.dir/my_symlink.c.o CMakeFiles/mysys.dir/my_symlink2.c.o CMakeFiles/mysys.dir/my_sync.c.o CMakeFiles/mysys.dir/my_thr_init.c.o CMakeFiles/mysys.dir/my_basename.c.o CMakeFiles/mysys.dir/my_write.c.o CMakeFiles/mysys.dir/ptr_cmp.c.o CMakeFiles/mysys.dir/queues.c.o CMakeFiles/mysys.dir/stacktrace.c.o CMakeFiles/mysys.dir/string.c.o CMakeFiles/mysys.dir/thr_alarm.c.o CMakeFiles/mysys.dir/thr_lock.c.o CMakeFiles/mysys.dir/thr_mutex.c.o CMakeFiles/mysys.dir/thr_rwlock.c.o CMakeFiles/mysys.dir/tree.c.o CMakeFiles/mysys.dir/typelib.c.o CMakeFiles/mysys.dir/base64.c.o CMakeFiles/mysys.dir/my_memmem.c.o CMakeFiles/mysys.dir/my_getpagesize.c.o CMakeFiles/mysys.dir/lf_alloc-pin.c.o CMakeFiles/mysys.dir/lf_dynarray.c.o CMakeFiles/mysys.dir/lf_hash.c.o CMakeFiles/mysys.dir/safemalloc.c.o CMakeFiles/mysys.dir/my_new.cc.o CMakeFiles/mysys.dir/my_atomic.c.o CMakeFiles/mysys.dir/my_getncpus.c.o CMakeFiles/mysys.dir/my_safehash.c.o CMakeFiles/mysys.dir/my_chmod.c.o CMakeFiles/mysys.dir/my_rnd.c.o CMakeFiles/mysys.dir/my_uuid.c.o CMakeFiles/mysys.dir/wqueue.c.o CMakeFiles/mysys.dir/waiting_threads.c.o CMakeFiles/mysys.dir/ma_dyncol.c.o CMakeFiles/mysys.dir/my_rdtsc.c.o CMakeFiles/mysys.dir/my_context.c.o CMakeFiles/mysys.dir/psi_noop.c.o CMakeFiles/mysys.dir/file_logger.c.o CMakeFiles/mysys.dir/my_addr_resolve.c.o CMakeFiles/mysys.dir/my_alarm.c.o CMakeFiles/mysys.dir/my_lockmem.c.o | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libmysys.a(my_getpagesize.c.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libmysys.a(my_lockmem.c.o) has no symbols | |
/usr/bin/ranlib libmysys.a | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libmysys.a(my_getpagesize.c.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libmysys.a(my_lockmem.c.o) has no symbols | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles 47 48 49 50 51 52 53 54 55 | |
[ 23%] Built target mysys | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f dbug/CMakeFiles/dbug.dir/build.make dbug/CMakeFiles/dbug.dir/depend | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16 && /usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/mariadb-DGHymV/mariadb-10.0.16 /tmp/mariadb-DGHymV/mariadb-10.0.16/dbug /tmp/mariadb-DGHymV/mariadb-10.0.16 /tmp/mariadb-DGHymV/mariadb-10.0.16/dbug /tmp/mariadb-DGHymV/mariadb-10.0.16/dbug/CMakeFiles/dbug.dir/DependInfo.cmake --color= | |
Scanning dependencies of target dbug | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f dbug/CMakeFiles/dbug.dir/build.make dbug/CMakeFiles/dbug.dir/build | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles 14 | |
[ 24%] Building C object dbug/CMakeFiles/dbug.dir/dbug.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/dbug && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/dbug -o CMakeFiles/dbug.dir/dbug.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/dbug/dbug.c | |
Linking CXX static library libdbug.a | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/dbug && /usr/local/Cellar/cmake/3.1.1_1/bin/cmake -P CMakeFiles/dbug.dir/cmake_clean_target.cmake | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/dbug && /usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_link_script CMakeFiles/dbug.dir/link.txt --verbose=1 | |
/usr/bin/ar cq libdbug.a CMakeFiles/dbug.dir/dbug.c.o | |
/usr/bin/ranlib libdbug.a | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles 14 | |
[ 24%] Built target dbug | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f extra/CMakeFiles/comp_err.dir/build.make extra/CMakeFiles/comp_err.dir/depend | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f mysys_ssl/CMakeFiles/mysys_ssl.dir/build.make mysys_ssl/CMakeFiles/mysys_ssl.dir/depend | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f dbug/CMakeFiles/factorial.dir/build.make dbug/CMakeFiles/factorial.dir/depend | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f dbug/CMakeFiles/tests.dir/build.make dbug/CMakeFiles/tests.dir/depend | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f mysys/CMakeFiles/thr_lock.dir/build.make mysys/CMakeFiles/thr_lock.dir/depend | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f extra/CMakeFiles/my_print_defaults.dir/build.make extra/CMakeFiles/my_print_defaults.dir/depend | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16 && /usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/mariadb-DGHymV/mariadb-10.0.16 /tmp/mariadb-DGHymV/mariadb-10.0.16/extra /tmp/mariadb-DGHymV/mariadb-10.0.16 /tmp/mariadb-DGHymV/mariadb-10.0.16/extra /tmp/mariadb-DGHymV/mariadb-10.0.16/extra/CMakeFiles/comp_err.dir/DependInfo.cmake --color= | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16 && /usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/mariadb-DGHymV/mariadb-10.0.16 /tmp/mariadb-DGHymV/mariadb-10.0.16/dbug /tmp/mariadb-DGHymV/mariadb-10.0.16 /tmp/mariadb-DGHymV/mariadb-10.0.16/dbug /tmp/mariadb-DGHymV/mariadb-10.0.16/dbug/CMakeFiles/tests.dir/DependInfo.cmake --color= | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16 && /usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/mariadb-DGHymV/mariadb-10.0.16 /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys_ssl /tmp/mariadb-DGHymV/mariadb-10.0.16 /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys_ssl /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys_ssl/CMakeFiles/mysys_ssl.dir/DependInfo.cmake --color= | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16 && /usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/mariadb-DGHymV/mariadb-10.0.16 /tmp/mariadb-DGHymV/mariadb-10.0.16/dbug /tmp/mariadb-DGHymV/mariadb-10.0.16 /tmp/mariadb-DGHymV/mariadb-10.0.16/dbug /tmp/mariadb-DGHymV/mariadb-10.0.16/dbug/CMakeFiles/factorial.dir/DependInfo.cmake --color= | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16 && /usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/mariadb-DGHymV/mariadb-10.0.16 /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys /tmp/mariadb-DGHymV/mariadb-10.0.16 /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys /tmp/mariadb-DGHymV/mariadb-10.0.16/mysys/CMakeFiles/thr_lock.dir/DependInfo.cmake --color= | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16 && /usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/mariadb-DGHymV/mariadb-10.0.16 /tmp/mariadb-DGHymV/mariadb-10.0.16/extra /tmp/mariadb-DGHymV/mariadb-10.0.16 /tmp/mariadb-DGHymV/mariadb-10.0.16/extra /tmp/mariadb-DGHymV/mariadb-10.0.16/extra/CMakeFiles/my_print_defaults.dir/DependInfo.cmake --color= | |
Scanning dependencies of target tests | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f dbug/CMakeFiles/tests.dir/build.make dbug/CMakeFiles/tests.dir/build | |
Scanning dependencies of target factorial | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f dbug/CMakeFiles/factorial.dir/build.make dbug/CMakeFiles/factorial.dir/build | |
Scanning dependencies of target comp_err | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f extra/CMakeFiles/comp_err.dir/build.make extra/CMakeFiles/comp_err.dir/build | |
Scanning dependencies of target my_print_defaults | |
Scanning dependencies of target thr_lock | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f mysys/CMakeFiles/thr_lock.dir/build.make mysys/CMakeFiles/thr_lock.dir/build | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f extra/CMakeFiles/my_print_defaults.dir/build.make extra/CMakeFiles/my_print_defaults.dir/build | |
[ 24%] /usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles 9 | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
/usr/local/Cellar/cmake/3.1.1_1/bin/cmake -E cmake_progress_report /tmp/mariadb-DGHymV/mariadb-10.0.16/CMakeFiles | |
[ 24%] Building C object dbug/CMakeFiles/tests.dir/tests.c.o | |
[ 25%] cd /tmp/mariadb-DGHymV/mariadb-10.0.16/dbug && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/dbug -o CMakeFiles/tests.dir/tests.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/dbug/tests.c | |
[ 25%] [ 25%] Building C object dbug/CMakeFiles/factorial.dir/my_main.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/dbug && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -O2 -g -DNDEBUG -DDBUG_OFF -I/tmp/mariadb-DGHymV/mariadb-10.0.16/include -I/tmp/mariadb-DGHymV/mariadb-10.0.16/dbug -o CMakeFiles/factorial.dir/my_main.c.o -c /tmp/mariadb-DGHymV/mariadb-10.0.16/dbug/my_main.c | |
Building C object extra/CMakeFiles/my_print_defaults.dir/my_print_defaults.c.o | |
Building C object mysys/CMakeFiles/thr_lock.dir/thr_lock.c.o | |
cd /tmp/mariadb-DGHymV/mariadb-10.0.16/extra && /usr/local/Library/ENV/4.3/clang -DHAVE_CONFIG_H -DUNIV_IN |
View raw
(Sorry about that, but we can’t show files that are this big right now.)
View raw
(Sorry about that, but we can’t show files that are this big right now.)
View raw
(Sorry about that, but we can’t show files that are this big right now.)
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